Home
last modified time | relevance | path

Searched defs:Dim (Results 1 – 25 of 69) sorted by relevance

123

/external/eigen/bench/
Dgeometry.cpp43 enum {Dim = T::Dim}; enumerator
58 EIGEN_DONT_INLINE void transform(const Transform<Scalar,Dim,Projective>& t, Data& data) in transform() argument
63 template<typename T> struct get_dim { enum { Dim = T::Dim }; }; enumerator
65 struct get_dim<Matrix<S,R,C,O,MR,MC> > { enum { Dim = R }; }; enumerator
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle_data.cc49 Status LocalTensorHandleData::Dim(int dim_index, int64* dim) const { in Dim() function in tensorflow::LocalTensorHandleData
85 Status EmptyLocalTensorHandleData::Dim(int dim_index, int64* dim) const { in Dim() function in tensorflow::EmptyLocalTensorHandleData
Dtensor_handle.cc390 Status TensorHandle::Dim(int dim_index, int64* dim) const { in Dim() function in tensorflow::TensorHandle
/external/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h361 int getDebuggerWorkGroupIDStackObjectIndex(unsigned Dim) const { in getDebuggerWorkGroupIDStackObjectIndex()
367 void setDebuggerWorkGroupIDStackObjectIndex(unsigned Dim, int ObjectIdx) { in setDebuggerWorkGroupIDStackObjectIndex()
373 int getDebuggerWorkItemIDStackObjectIndex(unsigned Dim) const { in getDebuggerWorkItemIDStackObjectIndex()
379 void setDebuggerWorkItemIDStackObjectIndex(unsigned Dim, int ObjectIdx) { in setDebuggerWorkItemIDStackObjectIndex()
385 unsigned getWorkGroupIDSGPR(unsigned Dim) const { in getWorkGroupIDSGPR()
401 unsigned getWorkItemIDVGPR(unsigned Dim) const { in getWorkItemIDVGPR()
/external/eigen/unsupported/test/
Dpolynomialutils.cpp31 typedef internal::increment_if_fixed_size<_Deg> Dim; in realRoots_to_monicPolynomial_test() typedef
69 typedef internal::increment_if_fixed_size<_Deg> Dim; in CauchyBounds() typedef
Dpolynomialsolver.cpp170 typedef internal::increment_if_fixed_size<_Deg> Dim; in polynomialsolver() typedef
DBVH.cpp17 template<typename Scalar, int Dim> AlignedBox<Scalar, Dim> bounding_box(const Matrix<Scalar, Dim, 1… in bounding_box() argument
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.proto15 message Dim { message
Dshape_inference.h308 DimensionHandle Dim(ShapeHandle s, int64 idx) { in Dim() function
/external/eigen/Eigen/src/Geometry/
DTransform.h24 Dim = Transform::Dim, enumerator
DRotationBase.h32 enum { Dim = _Dim }; enumerator
DTranslation.h35 enum { Dim = _Dim }; enumerator
/external/mesa3d/src/amd/addrlib/src/core/
Dcoord.h37 enum Dim enum
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_tensor_handle_data.cc133 Status RemoteTensorHandleData::Dim(int dim_index, int64* dim) const { in Dim() function in tensorflow::RemoteTensorHandleData
198 Status UnshapedRemoteTensorHandleData::Dim(int dim_index, int64* dim) const { in Dim() function in tensorflow::UnshapedRemoteTensorHandleData
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h569 int getDebuggerWorkGroupIDStackObjectIndex(unsigned Dim) const { in getDebuggerWorkGroupIDStackObjectIndex()
575 void setDebuggerWorkGroupIDStackObjectIndex(unsigned Dim, int ObjectIdx) { in setDebuggerWorkGroupIDStackObjectIndex()
581 int getDebuggerWorkItemIDStackObjectIndex(unsigned Dim) const { in getDebuggerWorkItemIDStackObjectIndex()
587 void setDebuggerWorkItemIDStackObjectIndex(unsigned Dim, int ObjectIdx) { in setDebuggerWorkItemIDStackObjectIndex()
593 unsigned getWorkGroupIDSGPR(unsigned Dim) const { in getWorkGroupIDSGPR()
DAMDGPUInstrInfo.h55 MIMGDim Dim; member
DAMDGPUSubtarget.cpp357 unsigned Dim = UINT_MAX; in makeLIDRangeMetadata() local
/external/eigen/test/
Dgeo_parametrizedline.cpp46 const int Dim = LineType::AmbientDimAtCompileTime; in parametrizedline() local
Dgeo_alignedbox.cpp103 const int Dim = BoxType::AmbientDimAtCompileTime; in alignedboxCastTests() local
Dgeo_hyperplane.cpp81 const int Dim = HyperplaneType::AmbientDimAtCompileTime; in hyperplane() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h206 MIMGDim Dim; member
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h64 struct tgsi_declaration_dimension Dim; member
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h64 struct tgsi_declaration_dimension Dim; member
/external/eigen/demos/opengl/
Dquaternion_demo.cpp138 enum { Dim = 3 }; enumerator
/external/tensorflow/tensorflow/c/
Dtf_tensor.cc179 int64_t TensorInterface::Dim(int dim_index) const { in Dim() function in tensorflow::TensorInterface

123