/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_contract_sycl.cpp | 597 typedef int64_t IndexType; in tensorOutofBound() typedef 632 typedef int64_t IndexType; in tensorTensor() typedef 651 typedef int64_t IndexType; in tensorTensor_m() typedef 669 typedef int64_t IndexType; in tensorTensor_n() typedef 687 typedef int64_t IndexType; in tensorTensor_k() typedef 704 typedef int64_t IndexType; in tensorTensor_sizes() typedef 721 typedef int64_t IndexType; in vectorVector() typedef 749 typedef int64_t IndexType; in vectorTensor() typedef 791 typedef int64_t IndexType; in tensorVector() typedef 839 typedef int64_t IndexType; in tensorScalar() typedef [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | Shape.cu | 167 CatArrInputTensorMetadata<T, IndexType, batch_size, stride_size> inputs, in CatArrayBatchedCopy() argument 168 TensorSizeStride<IndexType, CAT_ARRAY_MAX_INPUT_DIMS> os, in CatArrayBatchedCopy() 203 CatArrInputTensorMetadata<T, IndexType, batch_size, stride_size> inputs, in CatArrayBatchedCopy_contig() argument 204 TensorSizeStride<IndexType, CAT_ARRAY_MAX_INPUT_DIMS> os, in CatArrayBatchedCopy_contig() 236 CatArrInputTensorMetadata<T, IndexType, batch_size, stride_size> inputs, in CatArrayBatchedCopy_aligned16_contig() argument 237 TensorSizeStride<IndexType, CAT_ARRAY_MAX_INPUT_DIMS> os, in CatArrayBatchedCopy_aligned16_contig()
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/ |
D | serialization.rs | 175 Ix: Serialize + IndexType, in ser_graph_nodes() 184 Ix: Serialize + IndexType, in ser_graph_edges() 298 Ix: IndexType, in invalid_length_err()
|
/aosp_15_r20/external/pytorch/caffe2/perfkernels/ |
H A D | hp_emblookup_codegen.py | 11 def unroll(uf, IndexType, InType, OutType, use_weights, isa, fused, use_offsets): argument 204 def generic(IndexType, InType, OutType, use_weights, isa, fused, use_offsets): argument
|
H A D | embedding_lookup_idx.cc | 81 …IndexType, InTypeName, InType, OutType, IS_WEIGHT_POSITIONAL) \ argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/ |
D | input_assembly.rs | 252 impl IndexType { implementation
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | eigen_attention.h | 70 typedef typename internal::traits<Input>::Index IndexType; in dimensions() typedef 88 typedef typename internal::traits<Input>::Index IndexType; in eval() typedef
|
H A D | gather_op.cc | 35 typedef Eigen::DenseIndex IndexType; typedef
|
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
H A D | TensorBlock.h | 27 const DSizes<IndexType, NumDims>& dimensions) { in strides() 50 const Eigen::array<IndexType, NumDims>& dimensions) { in strides() 354 TensorBlockMapper(const DSizes<IndexType, NumDims>& dimensions, in TensorBlockMapper()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.h | 53 IndexType() {} in IndexType() function 54 IndexType(unsigned Idx) : Index(Idx) {} in IndexType() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.h | 56 IndexType() {} in IndexType() function 57 IndexType(unsigned Idx) : Index(Idx) {} in IndexType() function
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.h | 55 IndexType() : Index(None) {} in IndexType() function 56 IndexType(unsigned Idx) : Index(Idx) {} in IndexType() function
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | sparse_containers.h | 92 typedef IndexType_ IndexType; typedef 233 using IndexType = typename SparseVector::IndexType; variable
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/client/ |
H A D | DefaultDynamoDbTable.java | 149 …private List<EnhancedLocalSecondaryIndex> extractLocalSecondaryIndices(Map<IndexType, List<IndexMe… in extractLocalSecondaryIndices() 162 …private List<EnhancedGlobalSecondaryIndex> extractGlobalSecondaryIndices(Map<IndexType, List<Index… in extractGlobalSecondaryIndices()
|
H A D | IndexType.java | 24 public enum IndexType { enum
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | tensor_shape.h | 661 Eigen::DSizes<IndexType, NDIMS>* out) const { in AsEigenDSizesWithStatus() 678 Eigen::DSizes<IndexType, NDIMS>* out) const { in AsEigenDSizesWithPaddingWithStatus()
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/ |
D | bind_push.rs | 289 index_type: IndexType, in validate_bind_index_buffer() 334 index_type: IndexType, in bind_index_buffer_unchecked()
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/ |
D | bind_push.rs | 254 index_type: IndexType, in validate_bind_index_buffer() 729 pub unsafe fn bind_index_buffer(&mut self, buffer: Subbuffer<[u8]>, index_type: IndexType) { in bind_index_buffer() 1098 pub unsafe fn bind_index_buffer(&mut self, buffer: &Subbuffer<[u8]>, index_type: IndexType) { in bind_index_buffer()
|
/aosp_15_r20/external/deqp/framework/referencerenderer/ |
H A D | rrDefs.hpp | 42 enum IndexType enum
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/io/ |
H A D | IndexType.java | 22 public enum IndexType { enum
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/ |
D | operator.rs | 69 Ix: IndexType, in complement()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyDebugValueManager.cpp | 66 auto IndexType = DBI->isIndirectDebugValue() in replaceWithLocal() local
|
/aosp_15_r20/external/eigen/unsupported/doc/examples/SYCL/ |
H A D | CwiseMul.cpp | 13 using IndexType = int64_t; in main() typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/algo/ |
D | tred.rs | 67 G::NodeId: IndexType, in dag_to_toposorted_adjacency_list()
|
/aosp_15_r20/external/skia/src/sksl/ir/ |
H A D | SkSLIndexExpression.cpp | 46 const Type& IndexExpression::IndexType(const Context& context, const Type& type) { in IndexType() function in SkSL::IndexExpression
|