Home
last modified time | relevance | path

Searched defs:DType (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/
H A Dlinalg_impl.h67 #define LINALG_CPU_GEMM(fname, DType) \ argument
78 #define LINALG_XPU_BATCH_GEMM(xpu, DType) \ argument
562 #define LINALG_CPU_TRSM(fname, DType) \ argument
585 #define LINALG_CPU_TRSM(fname, DType) \ argument
611 #define LINALG_GPU_TRSM(fname, DType) \ in LINALG_CPU_TRSM() argument
654 #define LINALG_CPU_TRMM(fname, DType) \ argument
667 #define LINALG_CPU_TRMM(fname, DType) \ argument
696 #define LINALG_GPU_TRMM(fname, DType) \ argument
747 #define LINALG_CPU_BATCH_POTRF(DType) \ argument
845 #define LINALG_CPU_BATCH_POTRI(DType) \ in LINALG_CPU_POTRI() argument
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/
H A Dlinalg_impl.h67 #define LINALG_CPU_GEMM(fname, DType) \ argument
78 #define LINALG_XPU_BATCH_GEMM(xpu, DType) \ argument
562 #define LINALG_CPU_TRSM(fname, DType) \ argument
585 #define LINALG_CPU_TRSM(fname, DType) \ argument
611 #define LINALG_GPU_TRSM(fname, DType) \ in LINALG_CPU_TRSM() argument
654 #define LINALG_CPU_TRMM(fname, DType) \ argument
667 #define LINALG_CPU_TRMM(fname, DType) \ argument
696 #define LINALG_GPU_TRMM(fname, DType) \ argument
747 #define LINALG_CPU_BATCH_POTRF(DType) \ argument
845 #define LINALG_CPU_BATCH_POTRI(DType) \ in LINALG_CPU_POTRI() argument
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mshadow/mshadow/extension/
H A Dcomplex.h180 ComplexF(const Exp<TA, DType, ta> &lhs, const Exp<TB, DType, tb> &rhs) { in ComplexF() argument
192 ComplexF(const Exp<SrcExp, DType, e1> &src) { in ComplexF() argument
202 complex_mul_cc(const Exp<TA, DType, ta> &lhs, const Exp<TB, DType, tb> &rhs) { in complex_mul_cc() argument
212 complex_mul_cr(const Exp<TA, DType, ta> &lhs, const Exp<TB, DType, tb> &rhs) { in complex_mul_cr() argument
222 complex_mul_rc(const Exp<TA, DType, ta> &lhs, const Exp<TB, DType, tb> &rhs) { in complex_mul_rc() argument
232 complex_div_cc(const Exp<TA, DType, ta> &lhs, const Exp<TB, DType, tb> &rhs) { in complex_div_cc() argument
242 complex_div_cr(const Exp<TA, DType, ta> &lhs, const Exp<TB, DType, tb> &rhs) { in complex_div_cr() argument
252 complex_div_rc(const Exp<TA, DType, ta> &lhs, const Exp<TB, DType, tb> &rhs) { in complex_div_rc() argument
264 conj(const Exp<SrcExp, DType, e1> &src) { in conj() argument
276 complex_exchange(const Exp<SrcExp, DType, e1> &src) { in complex_exchange() argument
[all …]
H A Dchannel_unpool.h98 ch_unpool(const Exp<SrcExp, DType, etype> &data_src, in ch_unpool() argument
110 ch_unpool(const Exp<SrcExp, DType, etype> &data_src, in ch_unpool() argument
H A Dreduceto1d.h62 sumall_except_dim(const Exp<SrcExp, DType, etype> &exp) { in sumall_except_dim() argument
77 reduce_except_dim(const Exp<SrcExp, DType, etype> &exp) { in reduce_except_dim() argument
90 sum_rows(const Exp<SrcExp, DType, etype> &exp) { in sum_rows() argument
H A Dbroadcast.h87 broadcast(const expr::Exp<SrcExp, DType, etype> &src, Shape<dimdst> shape) { in broadcast() argument
109 broadcast_scalar(const expr::Exp<SrcExp, DType, etype> &src, Shape<dimdst> shape) { in broadcast_scalar() argument
127 repmat(const expr::Exp<SrcExp, DType, etype> &src, index_t nrow) { in repmat() argument
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/3rdparty/mshadow/mshadow/extension/
H A Dcomplex.h180 ComplexF(const Exp<TA, DType, ta> &lhs, const Exp<TB, DType, tb> &rhs) { in ComplexF() argument
192 ComplexF(const Exp<SrcExp, DType, e1> &src) { in ComplexF() argument
202 complex_mul_cc(const Exp<TA, DType, ta> &lhs, const Exp<TB, DType, tb> &rhs) { in complex_mul_cc() argument
212 complex_mul_cr(const Exp<TA, DType, ta> &lhs, const Exp<TB, DType, tb> &rhs) { in complex_mul_cr() argument
222 complex_mul_rc(const Exp<TA, DType, ta> &lhs, const Exp<TB, DType, tb> &rhs) { in complex_mul_rc() argument
232 complex_div_cc(const Exp<TA, DType, ta> &lhs, const Exp<TB, DType, tb> &rhs) { in complex_div_cc() argument
242 complex_div_cr(const Exp<TA, DType, ta> &lhs, const Exp<TB, DType, tb> &rhs) { in complex_div_cr() argument
252 complex_div_rc(const Exp<TA, DType, ta> &lhs, const Exp<TB, DType, tb> &rhs) { in complex_div_rc() argument
264 conj(const Exp<SrcExp, DType, e1> &src) { in conj() argument
276 complex_exchange(const Exp<SrcExp, DType, e1> &src) { in complex_exchange() argument
[all …]
H A Dchannel_unpool.h98 ch_unpool(const Exp<SrcExp, DType, etype> &data_src, in ch_unpool() argument
110 ch_unpool(const Exp<SrcExp, DType, etype> &data_src, in ch_unpool() argument
H A Dreduceto1d.h62 sumall_except_dim(const Exp<SrcExp, DType, etype> &exp) { in sumall_except_dim() argument
77 reduce_except_dim(const Exp<SrcExp, DType, etype> &exp) { in reduce_except_dim() argument
90 sum_rows(const Exp<SrcExp, DType, etype> &exp) { in sum_rows() argument
H A Dbroadcast.h87 broadcast(const expr::Exp<SrcExp, DType, etype> &src, Shape<dimdst> shape) { in broadcast() argument
109 broadcast_scalar(const expr::Exp<SrcExp, DType, etype> &src, Shape<dimdst> shape) { in broadcast_scalar() argument
127 repmat(const expr::Exp<SrcExp, DType, etype> &src, index_t nrow) { in repmat() argument
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/numpy/linalg/
H A Dnp_solve-inl.h84 #define LINALG_CPU_SOLVE(fname, DType) \ argument
108 #define LINALG_GPU_DN_GETRF_WORKSPACE_QUERY(fname, DType) \ argument
121 #define LINALG_GPU_DN_GETRF(fname, DType) \ argument
139 #define LINALG_GPU_DN_GETRS(fname, DType) \ argument
157 #define LINALG_GPU_SOLVE(DType) \ argument
222 #define LINALG_XPU_BATCH_SOLVE(xpu, DType) \ argument
352 #define CPU_BATCH_INVERSE(xpu, DType) \ argument
374 #define GPU_BATCH_INVERSE(xpu, DType) \ in CPU_BATCH_INVERSE() argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/numpy/linalg/
H A Dnp_solve-inl.h84 #define LINALG_CPU_SOLVE(fname, DType) \ argument
108 #define LINALG_GPU_DN_GETRF_WORKSPACE_QUERY(fname, DType) \ argument
121 #define LINALG_GPU_DN_GETRF(fname, DType) \ argument
139 #define LINALG_GPU_DN_GETRS(fname, DType) \ argument
157 #define LINALG_GPU_SOLVE(DType) \ argument
222 #define LINALG_XPU_BATCH_SOLVE(xpu, DType) \ argument
352 #define CPU_BATCH_INVERSE(xpu, DType) \ argument
374 #define GPU_BATCH_INVERSE(xpu, DType) \ in CPU_BATCH_INVERSE() argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mshadow/mshadow/
H A Dexpression.h184 inline Container &__assign(const Exp<E, DType, etype> &exp) { in __assign() argument
295 MakeExp(const Exp<TA, DType, ta> &item1, const Exp<TB, DType, tb> &item2, in MakeExp() argument
319 F(const Exp<TA, DType, ta> &item1, const Exp<TB, DType, tb> &item2, in F() argument
348 MakeExp(const Exp<TA, DType, ta> &lhs, const Exp<TB, DType, tb> &rhs) { in MakeExp() argument
366 F(const Exp<TA, DType, ta> &lhs, const Exp<TB, DType, tb> &rhs) { in F() argument
415 MakeExp(const Exp<TA, DType, ta> &src) { in MakeExp() argument
429 F(const Exp<TA, DType, ta> &src) { in F() argument
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/3rdparty/mshadow/mshadow/
H A Dexpression.h184 inline Container &__assign(const Exp<E, DType, etype> &exp) { in __assign() argument
295 MakeExp(const Exp<TA, DType, ta> &item1, const Exp<TB, DType, tb> &item2, in MakeExp() argument
319 F(const Exp<TA, DType, ta> &item1, const Exp<TB, DType, tb> &item2, in F() argument
348 MakeExp(const Exp<TA, DType, ta> &lhs, const Exp<TB, DType, tb> &rhs) { in MakeExp() argument
366 F(const Exp<TA, DType, ta> &lhs, const Exp<TB, DType, tb> &rhs) { in F() argument
415 MakeExp(const Exp<TA, DType, ta> &src) { in MakeExp() argument
429 F(const Exp<TA, DType, ta> &src) { in F() argument
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/cpp/operator/tune/
H A Doperator_tune_test.cc142 typedef float DType; in TEST() typedef
148 typedef double DType; in TEST() typedef
154 typedef mshadow::half::half_t DType; in TEST() typedef
160 typedef uint8_t DType; in TEST() typedef
166 typedef int32_t DType; in TEST() typedef
172 typedef int64_t DType; in TEST() typedef
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/cpp/operator/tune/
H A Doperator_tune_test.cc142 typedef float DType; in TEST() typedef
148 typedef double DType; in TEST() typedef
154 typedef mshadow::half::half_t DType; in TEST() typedef
160 typedef uint8_t DType; in TEST() typedef
166 typedef int32_t DType; in TEST() typedef
172 typedef int64_t DType; in TEST() typedef
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/cpp/operator/runner/
H A Dcore_op_runner_test.cc139 typedef float DType; in TEST() typedef
151 typedef float DType; in TEST() typedef
166 typedef float DType; in TEST() typedef
182 typedef float DType; in TEST() typedef
213 typedef float DType; in TEST() typedef
249 typedef float DType; in TEST() typedef
276 typedef float DType; in TEST() typedef
308 typedef float DType; in TEST() typedef
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/cpp/operator/runner/
H A Dcore_op_runner_test.cc139 typedef float DType; in TEST() typedef
151 typedef float DType; in TEST() typedef
166 typedef float DType; in TEST() typedef
182 typedef float DType; in TEST() typedef
213 typedef float DType; in TEST() typedef
249 typedef float DType; in TEST() typedef
276 typedef float DType; in TEST() typedef
308 typedef float DType; in TEST() typedef
/dports/misc/mxnet/incubator-mxnet-1.9.0/scala-package/core/src/main/scala/org/apache/mxnet/javaapi/
H A DDType.scala19 object DType extends Enumeration { object
20 type DType = org.apache.mxnet.DType.DType type
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/scala-package/core/src/main/scala/org/apache/mxnet/javaapi/
H A DDType.scala19 object DType extends Enumeration { object
20 type DType = org.apache.mxnet.DType.DType type
/dports/misc/mxnet/incubator-mxnet-1.9.0/julia/src/ndarray/
H A Dtype.jl19 const DType = Union{Float32, Float64, Float16, UInt8, Int32, Int8, Int64} constant
23 function toTypeFlag(T::Type{<:DType})
74 …_ndarray_alloc(::Type{T}, shape::NTuple{N,Int}, ctx::Context, delay_alloc::Bool) where {T<:DType,N}
134 NDArray(x::AbstractArray{<:DType}) = copy(collect(x), cpu())
135 NDArray(x::Array{<:DType}) = copy(x, cpu())
137 NDArray(::Type{T}, x::AbstractArray) where {T<:DType} =
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/julia/src/ndarray/
H A Dtype.jl19 const DType = Union{Float32, Float64, Float16, UInt8, Int32, Int8, Int64} constant
23 function toTypeFlag(T::Type{<:DType})
74 …_ndarray_alloc(::Type{T}, shape::NTuple{N,Int}, ctx::Context, delay_alloc::Bool) where {T<:DType,N}
134 NDArray(x::AbstractArray{<:DType}) = copy(collect(x), cpu())
135 NDArray(x::Array{<:DType}) = copy(x, cpu())
137 NDArray(::Type{T}, x::AbstractArray) where {T<:DType} =
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/common/
H A Dmapping.hh332 operator +(const Mapping<DFieldType,RFieldType,DType,RType>& a, in operator +() argument
346 operator -(const Mapping<DFieldType,RFieldType,DType,RType>& a, in operator -() argument
360 operator *(const Mapping<DFieldType,RFieldType,DType,RType>& mapping, in operator *() argument
375 const Mapping<DFieldType,RFieldType,DType,RType>& mapping) in operator *() argument
388 operator /(const Mapping<DFieldType,RFieldType,DType,RType>& mapping, in operator /() argument
403 const Mapping<DFieldType,RFieldType,DType,RType>& mapping) in operator /() argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/scala-package/core/src/main/scala/org/apache/mxnet/
H A DDType.scala20 object DType extends Enumeration { object
21 type DType = Value type
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/scala-package/core/src/main/scala/org/apache/mxnet/
H A DDType.scala20 object DType extends Enumeration { object
21 type DType = Value type

12345678910>>...13