Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dargmax_op.h30 #define DECLARE_COMPUTE_SPEC(Dims) \ argument
48 #define DECLARE_COMPUTE_SPEC(Dims) \ argument
Dreverse_sequence_op.cc184 #define DECLARE_GPU_SPEC(T, Tlen, Dims) \ argument
193 #define DECLARE_GPU_SPEC_LEN(T, Dims) \ argument
Dwhere_op.cc225 #define DECLARE_GPU_WHERE_INDEX(Dims, T, Tindex) \ argument
232 #define DECLARE_GPU_WHERE(Dims, T) \ argument
Dargmax_op.cc158 #define DECLARE_GPU_SPEC(T, Tout, Dims) \ argument
Dpad_op.cc300 #define DECLARE_GPU_SPEC(T, Dims) \ argument
/external/tensorflow/tensorflow/core/kernels/neon/
Dtypes.h26 struct Dims { struct
31 inline int Offset(const Dims<4>& dims, int i0, int i1, int i2, int i3) { in Offset() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUHSAMetadataStreamer.cpp194 std::vector<uint32_t> Dims; in getWorkGroupDimensions() local
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/
Dtypes.h117 struct Dims { struct
118 int sizes[N];
119 int strides[N];
174 inline int32 Dims(int i) const { in Dims() function
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h116 struct Dims { struct
117 int sizes[N];
118 int strides[N];
181 inline int32 Dims(int i) const { in Dims() function
/external/pdfium/third_party/lcms/src/
Dcmslut.c467 cmsUInt32Number CubeSize(const cmsUInt32Number Dims[], cmsUInt32Number b) in CubeSize()