/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineFunctionInfo.h | 361 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()
|
/aosp_15_r20/external/eigen/bench/ |
H A D | geometry.cpp | 43 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
|
/aosp_15_r20/external/pytorch/functorch/csrc/dim/ |
H A D | dim.cpp | 134 struct Dim : public mpy::base<Dim> { struct 135 int64_t level_; // for stable comparisons in prototype 136 mpy::object name_; 137 Dim() in Dim() function 139 void init(mpy::object name, int64_t s = -1) { in init() 144 static bool check_exact(mpy::handle v) { in check_exact() 148 int64_t size() const { in size() 154 void set_size(int64_t v) { in set_size() 161 bool is_bound() const { in is_bound() 164 static mpy::obj<Dim> create(mpy::object name, int64_t s = -1) { in create() [all …]
|
/aosp_15_r20/external/eigen/test/ |
H A D | geo_alignedbox.cpp | 223 Matrix<Scalar, Dim, (1<<Dim)> boxGetCorners(const Matrix<Scalar, Dim, 1>& min_, const Matrix<Scalar… in boxGetCorners() argument 312 enum { Dim = BoxType::AmbientDimAtCompileTime }; in alignedboxNonIntegralRotatable() enumerator 445 const int Dim = BoxType::AmbientDimAtCompileTime; in alignedboxCastTests() local
|
H A D | geo_parametrizedline.cpp | 47 const int Dim = LineType::AmbientDimAtCompileTime; in parametrizedline() local
|
H A D | geo_hyperplane.cpp | 80 const int Dim = HyperplaneType::AmbientDimAtCompileTime; in hyperplane() local
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | polynomialutils.cpp | 31 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
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | tensor_shape.proto | 15 message Dim { message
|
/aosp_15_r20/external/eigen/Eigen/src/Geometry/ |
H A D | Transform.h | 24 Dim = Transform::Dim, enumerator
|
H A D | RotationBase.h | 32 enum { Dim = _Dim }; enumerator
|
H A D | Translation.h | 35 enum { Dim = _Dim }; enumerator
|
/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/core/ |
H A D | coord.h | 31 enum Dim : INT_8 enum
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/ |
D | dim.go | 14 func Dim(x, y float64) float64 { func
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/shim/ |
H A D | shape_test.cc | 89 TEST(Shape, Dim) { in TEST() argument
|
H A D | shape.cc | 78 int Shape::Dim(const int idx) const { in Dim() function in tflite::shim::Shape
|
H A D | tensor_view.h | 109 inline int Dim(int dim_i) const { in Dim() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/polly/ |
D | ScopInfo.h | 292 const SCEV *getDimensionSize(unsigned Dim) const { in getDimensionSize() 302 isl::pw_aff getDimensionSizePw(unsigned Dim) const { in getDimensionSizePw() 894 const SCEV *getSubscript(unsigned Dim) const { return Subscripts[Dim]; } in getSubscript()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/polly/ |
D | ScopInfo.h | 292 const SCEV *getDimensionSize(unsigned Dim) const { in getDimensionSize() 302 isl::pw_aff getDimensionSizePw(unsigned Dim) const { in getDimensionSizePw() 894 const SCEV *getSubscript(unsigned Dim) const { return Subscripts[Dim]; } in getSubscript()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/polly/ |
D | ScopInfo.h | 292 const SCEV *getDimensionSize(unsigned Dim) const { in getDimensionSize() 302 isl::pw_aff getDimensionSizePw(unsigned Dim) const { in getDimensionSizePw() 894 const SCEV *getSubscript(unsigned Dim) const { return Subscripts[Dim]; } in getSubscript()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/polly/ |
D | ScopInfo.h | 292 const SCEV *getDimensionSize(unsigned Dim) const { in getDimensionSize() 302 isl::pw_aff getDimensionSizePw(unsigned Dim) const { in getDimensionSizePw() 894 const SCEV *getSubscript(unsigned Dim) const { return Subscripts[Dim]; } in getSubscript()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSubtarget.cpp | 453 static unsigned getReqdWorkGroupSize(const Function &Kernel, unsigned Dim) { in getReqdWorkGroupSize() 482 unsigned Dim = UINT_MAX; in makeLIDRangeMetadata() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstrInfo.h | 54 MIMGDim Dim; member
|
/aosp_15_r20/external/pytorch/functorch/dim/ |
H A D | dim.py | 23 class Dim: class
|
H A D | __init__.py | 64 class Dim(_C.Dim, _Tensor): class
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/ |
H A D | tensor_handle_data.cc | 58 Status LocalTensorHandleData::Dim(int dim_index, int64_t* dim) const { in Dim() function in tensorflow::LocalTensorHandleData
|