HomeSort by relevance Sort by last modified time
    Searched defs:Dimension (Results 1 - 25 of 72) sorted by null

1 2 3

  /frameworks/base/core/java/android/annotation/
Dimension.java 32 * to represent a dimension.
39 public @interface Dimension {
  /frameworks/support/annotations/src/main/java/androidx/annotation/
Dimension.java 32 * to represent a dimension.
37 public @interface Dimension {
  /tools/metalava/stub-annotations/src/main/java/androidx/annotation/
Dimension.java 32 public @interface Dimension {
  /external/eigen/unsupported/Eigen/src/Splines/
SplineFwd.h 29 enum { Dimension = _Dim /*!< The spline curve's dimension. */ };
35 enum { DerivativeMemoryLayout = Dimension==1 ? RowMajor : ColMajor /*!< The derivative type's memory layout. */ };
44 typedef Array<Scalar,Dimension,Dynamic,DerivativeMemoryLayout,Dimension,NumOfDerivativesAtCompileTime> DerivativeType;
47 typedef Array<Scalar,Dimension,1> PointType;
56 typedef Array<Scalar,Dimension,Dynamic> ControlPointVectorType;
Spline.h 29 * \tparam _Dim The curve dimension (e.g. 2 or 3)
39 enum { Dimension = _Dim /*!< The spline curve's dimension. */ };
66 , m_ctrls(ControlPointVectorType::Zero(Dimension,(Degree==Dynamic ? 1 : Degree+1)))
88 Spline(const Spline<Scalar, Dimension, OtherDegree>& spline) :
305 const Replicate<BasisVectorType,Dimension,1> ctrl_weights(basis_funcs);
306 const Block<const ControlPointVectorType,Dimension,Order> ctrl_pts(ctrls(),0,span-p,Dimension,p+1);
315 enum { Dimension = SplineTraits<SplineType>::Dimension };
    [all...]
  /external/eigen/Eigen/src/Geometry/
Umeyama.h 73 * \f$d\f$ is corresponding to the dimension (which is typically small).
77 * the input point sets have dimension \f$d \times m\f$.
105 enum { Dimension = EIGEN_SIZE_MIN_PREFER_DYNAMIC(Derived::RowsAtCompileTime, OtherDerived::RowsAtCompileTime) };
107 typedef Matrix<Scalar, Dimension, 1> VectorType;
108 typedef Matrix<Scalar, Dimension, Dimension> MatrixType;
111 const Index m = src.rows(); // dimension
  /external/aac/libAACdec/src/
aac_rom.h 160 UCHAR Dimension;
208 The first dimension is the channel configuration index. */
  /external/tensorflow/tensorflow/core/framework/
shape_inference.h 42 // Dimension values are accessed through InferenceContext.
43 class Dimension {
45 Dimension();
46 Dimension(int64 value);
47 ~Dimension() {}
53 TF_DISALLOW_COPY_AND_ASSIGN(Dimension);
63 DimensionHandle(const Dimension* dim) { ptr_ = dim; }
65 const Dimension* operator->() const { return ptr_; }
68 const Dimension* ptr_ = nullptr;
122 // Struct used to allow functions to take DimensionHandle or a dimension value
    [all...]
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 357 InsertItemWithTag(PDB_SymType::Dimension);
419 VerifyDyncast<PDBSymbolTypeDimension>(PDB_SymType::Dimension);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.h 48 struct tgsi_dimension Dimension;
56 struct tgsi_dimension Dimension;
tgsi_ureg.h 55 unsigned Dimension : 1; /* BOOL */
80 unsigned Dimension : 1; /* BOOL */
    [all...]
  /external/tensorflow/tensorflow/python/framework/
tensor_shape.py 25 @tf_export("Dimension")
26 class Dimension(object):
27 """Represents the value of one dimension in a TensorShape."""
30 """Creates a new Dimension with the given value."""
37 raise ValueError("Ambiguous dimension: %s" % value)
39 raise ValueError("Dimension %d must be >= 0" % self._value)
42 return "Dimension(%s)" % repr(self._value)
49 """Returns true if `other` has the same known value as this Dimension."""
82 """The value of this dimension, or None if it is unknown."""
86 """Returns true if `other` is compatible with this Dimension
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc.h 250 unsigned Dimension : 1; /* BOOL */
269 unsigned Dimension : 1; /* BOOL */
280 struct tgsi_dimension Dimension;
290 struct tgsi_dimension Dimension;
  /external/tensorflow/tensorflow/core/kernels/
conv_ops_gpu_3.cu.cc 124 // A dimension type with compile-time known size.
126 struct Dimension : Array<int, IndexCount, 1> {
128 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Dimension() : Base() {}
129 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Dimension(int a0) : Base(a0) {}
130 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Dimension(int a0, int a1)
132 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Dimension(int a0, int a1, int a2)
134 EIGEN_STRONG_INLINE Dimension(const std::array<int, IndexCount>& array)
152 const Index<IndexCount>& index, const Dimension<IndexCount>& dims) {
163 int index, const Dimension<IndexCount>& dims) {
173 // A Cuda custom kernel that swaps dimension-0 and dimension-2 of a 3D tensor
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10shader.h 82 D3D10_SRV_DIMENSION Dimension;
d3d11shader.h 120 D3D_SRV_DIMENSION Dimension;
  /prebuilts/maven_repo/android/com/android/support/support-annotations/24.0.0/
support-annotations-24.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/24.0.0-beta1/
support-annotations-24.0.0-beta1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/24.1.0/
support-annotations-24.1.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/24.1.1/
support-annotations-24.1.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/24.2.0/
support-annotations-24.2.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/24.2.1/
support-annotations-24.2.1.jar 
  /bootable/recovery/
screen_ui.cpp 131 enum Dimension { TEXT = 0, ICON = 1, DIMENSION_MAX };
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/
PDBTypes.h 188 Dimension,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/
PDBTypes.h 188 Dimension,

Completed in 1713 milliseconds

1 2 3