Searched defs:Dimension (Results 1 - 18 of 18) sorted by relevance

/external/eigen/unsupported/Eigen/src/Splines/
H A DSplineFwd.h29 enum { Dimension = _Dim /*!< The spline curve's dimension. */ }; enumerator in enum:Eigen::SplineTraits::__anon6671
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;
H A DSpline.h39 enum { Dimension = _Dim /*!< The spline curve's dimension. */ }; enumerator in enum:Eigen::Spline::__anon6663
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); local
315 enum { Dimension = SplineTraits<SplineType>::Dimension }; enumerator in enum:Eigen::__anon6667
328 der.resize(Dimension,n+1);
336 const Replicate<BasisDerivativeRowXpr,Dimension,
[all...]
/external/aac/libAACdec/src/
H A Daac_rom.h160 UCHAR Dimension; member in struct:__anon183
/external/eigen/Eigen/src/Geometry/
H A DUmeyama.h105 enum { Dimension = EIGEN_SIZE_MIN_PREFER_DYNAMIC(Derived::RowsAtCompileTime, OtherDerived::RowsAtCompileTime) }; enumerator in enum:Eigen::__anon6290
107 typedef Matrix<Scalar, Dimension, 1> VectorType;
108 typedef Matrix<Scalar, Dimension, Dimension> MatrixType;
/external/tensorflow/tensorflow/python/framework/
H A Dframework_lib.py61 @@Dimension
113 from tensorflow.python.framework.tensor_shape import Dimension namespace
H A Dtensor_shape.py25 @tf_export("Dimension")
26 class Dimension(object): class in inherits:object
30 """Creates a new Dimension with the given 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."""
86 """Returns true if `other` is compatible with this Dimension.
89 An unknown Dimension is compatible with all other Dimensions.
92 other: Another Dimension.
95 True if this Dimension an
[all...]
/external/tensorflow/tensorflow/core/framework/
H A Dshape_inference.h42 // Dimension values are accessed through InferenceContext.
43 class Dimension { class in namespace:tensorflow::shape_inference
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;
156 // All Shape* and Dimension* returne
758 inline Dimension::Dimension() : value_(InferenceContext::kUnknownDim) {} function in class:tensorflow::shape_inference::Dimension
759 inline Dimension::Dimension(int64 value) : value_(value) { function in class:tensorflow::shape_inference::Dimension
[all...]
/external/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp357 InsertItemWithTag(PDB_SymType::Dimension); variable
419 VerifyDyncast<PDBSymbolTypeDimension>(PDB_SymType::Dimension);
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h48 struct tgsi_dimension Dimension; member in struct:tgsi_full_dst_register
56 struct tgsi_dimension Dimension; member in struct:tgsi_full_src_register
H A Dtgsi_ureg.h55 unsigned Dimension : 1; /* BOOL */ member in struct:ureg_src
80 unsigned Dimension : 1; /* BOOL */ member in struct:ureg_dst
1209 reg.Dimension = 1;
1219 reg.Dimension = 1;
1230 reg.Dimension = 1;
1244 reg.Dimension = 1;
1288 dst.Dimension = 0;
1329 dst.Dimension = src.Dimension;
1359 src.Dimension
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc.h250 unsigned Dimension : 1; /* BOOL */ member in struct:i915_src_register
269 unsigned Dimension : 1; /* BOOL */ member in struct:i915_dst_register
280 struct tgsi_dimension Dimension;
290 struct tgsi_dimension Dimension;
/external/tensorflow/tensorflow/core/kernels/
H A Dconv_ops_gpu_3.cu.cc126 struct Dimension : Array<int, IndexCount, 1> { struct in namespace:tensorflow::functor
128 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Dimension() : Base() {} function in struct:tensorflow::functor::Dimension
129 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Dimension(int a0) : Base(a0) {} function in struct:tensorflow::functor::Dimension
130 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Dimension(int a0, int a1) function in struct:tensorflow::functor::Dimension
132 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Dimension(int a0, int a1, int a2) function in struct:tensorflow::functor::Dimension
134 EIGEN_STRONG_INLINE Dimension(const std::array<int, IndexCount>& array) function in struct:tensorflow::functor::Dimension
152 const Index<IndexCount>& index, const Dimension<IndexCount>& dims) {
163 int index, const Dimension<IndexCount>& dims) {
176 Dimension<3> input_dims,
178 Dimension<
[all...]
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h199 Dimension, member in class:llvm::pdb::PDB_Checksum::PDB_Machine::PDB_SymType
/external/libcxxabi/src/
H A Dcxa_demangle.cpp657 NodeOrString Dimension; member in class:__anon11207::final
664 Base(Base_), Dimension(Dimension_) {
665 if (Dimension.isNode())
667 std::min(ParameterPackSize, Dimension.asNode()->ParameterPackSize);
686 if (Dimension.isString())
687 S += Dimension.asString();
688 else if (Dimension.isNode())
689 Dimension.asNode()->print(S);
905 const NodeOrString Dimension; member in class:__anon11207::final
910 : Node(KVectorType), BaseType(nullptr), Dimension(Dimension
[all...]
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h133 unsigned Dimension : 1; /**< any extra dimension info? */ member in struct:tgsi_declaration
746 unsigned Dimension : 1; /* BOOL */ member in struct:tgsi_src_register
775 * If tgsi_src_register::Dimension is TRUE, tgsi_dimension follows.
781 unsigned Dimension : 1; /* BOOL */ member in struct:tgsi_dimension
791 unsigned Dimension : 1; /* BOOL */ member in struct:tgsi_dst_register
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1321 milliseconds