Home
last modified time | relevance | path

Searched defs:Dimension (Results 1 – 25 of 38) sorted by relevance

12

/external/dynamic_depth/internal/dynamic_depth/
Ddimension.h8 struct Dimension { struct
9 Dimension(int w, int h) : width(w), height(h) {} in Dimension() function
13 inline bool operator==(const Dimension& other) const { argument
/external/tflite-support/tensorflow_lite_support/cc/task/vision/core/
Dframe_buffer.h127 struct Dimension { struct
133 bool operator==(const Dimension& other) const { argument
163 Dimension dimension, Format format, in Create() argument
/external/angle/src/common/
Dvector_utils.h192 VectorBase<Dimension, Type>::VectorBase(const VectorBase<Dimension, Type2> &other) in VectorBase()
260 void VectorBase<Dimension, Type>::Store(const Vector<Dimension, Type> &source, Type *destination) in Store()
462 Type VectorBase<Dimension, Type>::dot(const VectorBase<Dimension, Type> &other) const in dot()
/external/eigen/Eigen/src/Geometry/
DUmeyama.h105 …enum { Dimension = EIGEN_SIZE_MIN_PREFER_DYNAMIC(Derived::RowsAtCompileTime, OtherDerived::RowsAtC… enumerator
/external/eigen/unsupported/Eigen/src/Splines/
DSpline.h39 enum { Dimension = _Dim /*!< The spline curve's dimension. */ }; enumerator
88 Spline(const Spline<Scalar, Dimension, OtherDegree>& spline) : in Spline() argument
313 enum { Dimension = SplineTraits<SplineType>::Dimension }; in derivativesImpl() enumerator
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h48 struct tgsi_dimension Dimension; member
56 struct tgsi_dimension Dimension; member
Dtgsi_ureg.h58 unsigned Dimension : 1; /* BOOL */ member
83 unsigned Dimension : 1; /* BOOL */ member
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h48 struct tgsi_dimension Dimension; member
56 struct tgsi_dimension Dimension; member
/external/ComputeLibrary/arm_compute/core/
DHelpers.h94 constexpr Dimension() in Dimension() function
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dop_profile.proto54 message Dimension { message
Dop_metrics.proto16 message Dimension { message
/external/aac/libAACdec/src/
Daac_rom.h161 UCHAR Dimension; member
/external/tensorflow/tensorflow/core/framework/
Dshape_inference.h870 inline Dimension::Dimension() : value_(InferenceContext::kUnknownDim) {} in Dimension() function
871 inline Dimension::Dimension(int64_t value) : value_(value) { in Dimension() function
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h250 unsigned Dimension : 1; /* BOOL */ member
269 unsigned Dimension : 1; /* BOOL */ member
/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/
DBufferUtils.kt102 data class Dimension(val sizeX: Int, val sizeY: Int, val sizeZ: Int) dataClass
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h143 unsigned Dimension : 1; /**< any extra dimension info? */ member
756 unsigned Dimension : 1; /* BOOL */ member
791 unsigned Dimension : 1; /* BOOL */ member
801 unsigned Dimension : 1; /* BOOL */ member
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h134 unsigned Dimension : 1; /**< any extra dimension info? */ member
751 unsigned Dimension : 1; /* BOOL */ member
786 unsigned Dimension : 1; /* BOOL */ member
796 unsigned Dimension : 1; /* BOOL */ member
/external/tensorflow/tensorflow/python/ops/ragged/
Ddynamic_ragged_shape.py3158 def _safe_floor_div(dividend: tensor_shape.Dimension,
3159 divisor: tensor_shape.Dimension) -> tensor_shape.Dimension:
/external/tensorflow/tensorflow/python/framework/
Dtensor_shape.py183 class Dimension(object): class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp294 uint32_t Dimension = 1; in replaceWithGEP() local
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h199 Dimension, enumerator
/external/cronet/buildtools/third_party/libc++abi/trunk/src/demangle/
DItaniumDemangle.h757 Node *Dimension; variable
1086 const Node *Dimension; variable
1107 const Node *Dimension; variable
1124 const Node *Dimension; variable
3642 Node *Dimension = nullptr; in parseArrayType() local
/external/libcxxabi/src/demangle/
DItaniumDemangle.h642 NodeOrString Dimension; variable
931 const NodeOrString Dimension; variable
952 const NodeOrString Dimension; variable
3331 NodeOrString Dimension; in parseArrayType() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h612 Node *Dimension; variable
899 const Node *Dimension; variable
918 const Node *Dimension; variable
3564 Node *Dimension = nullptr; in parseArrayType() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h272 Dimension, enumerator

12