Home
last modified time | relevance | path

Searched defs:inputs (Results 1 – 10 of 10) sorted by relevance

/libCEED/include/ceed/jit-source/sycl/
H A Dsycl-types.h19 global const CeedScalar *inputs[CEED_SYCL_NUMBER_FIELDS]; member
24 global const CeedInt *inputs[CEED_SYCL_NUMBER_FIELDS]; member
29 const CeedScalar *inputs[CEED_SYCL_NUMBER_FIELDS]; member
34 const CeedInt *inputs[CEED_SYCL_NUMBER_FIELDS]; member
/libCEED/include/ceed/jit-source/hip/
H A Dhip-types.h17 const CeedScalar *inputs[CEED_HIP_NUMBER_FIELDS]; member
22 CeedInt *inputs[CEED_HIP_NUMBER_FIELDS]; member
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-types.h17 const CeedScalar *inputs[CEED_CUDA_NUMBER_FIELDS]; member
22 CeedInt *inputs[CEED_CUDA_NUMBER_FIELDS]; member
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-qfunction.sycl.cpp45 std::vector<const CeedScalar *> inputs(num_input_fields); in CeedQFunctionApply_Sycl() local
/libCEED/julia/LibCEED.jl/src/
H A DCuda.jl53 inputs::NTuple{16,Int} field
/libCEED/python/
H A Dceed_qfunction.py48 def apply(self, q, inputs, outputs): argument
/libCEED/rust/libceed/src/
H A Dqfunction.rs470 pub fn inputs(&self) -> crate::Result<&[QFunctionField]> { in inputs() method
829 pub fn inputs(&self) -> crate::Result<&[QFunctionField]> { in inputs() method
963 pub fn inputs(&self) -> crate::Result<&[QFunctionField]> { in inputs() method
H A Doperator.rs859 pub fn inputs(&self) -> crate::Result<Vec<crate::OperatorField>> { in inputs() method
888 let inputs = (0..num_inputs as usize) in inputs() localVariable
/libCEED/backends/memcheck/
H A Dceed-memcheck.h44 const CeedScalar **inputs; member
/libCEED/backends/ref/
H A Dceed-ref.h40 const CeedScalar **inputs; member