Home
last modified time | relevance | path

Searched defs:IndexType (Results 1 – 25 of 149) sorted by relevance

123456

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_contract_sycl.cpp597 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 DShape.cu167 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/
Dserialization.rs175 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 Dhp_emblookup_codegen.py11 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 Dembedding_lookup_idx.cc81IndexType, InTypeName, InType, OutType, IS_WEIGHT_POSITIONAL) \ argument
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/
Dinput_assembly.rs252 impl IndexType { implementation
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Deigen_attention.h70 typedef typename internal::traits<Input>::Index IndexType; in dimensions() typedef
88 typedef typename internal::traits<Input>::Index IndexType; in eval() typedef
H A Dgather_op.cc35 typedef Eigen::DenseIndex IndexType; typedef
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBlock.h27 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 DHexagonBlockRanges.h53 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 DHexagonBlockRanges.h56 IndexType() {} in IndexType() function
57 IndexType(unsigned Idx) : Index(Idx) {} in IndexType() function
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h55 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 Dsparse_containers.h92 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 DDefaultDynamoDbTable.java149 …private List<EnhancedLocalSecondaryIndex> extractLocalSecondaryIndices(Map<IndexType, List<IndexMe… in extractLocalSecondaryIndices()
162 …private List<EnhancedGlobalSecondaryIndex> extractGlobalSecondaryIndices(Map<IndexType, List<Index… in extractGlobalSecondaryIndices()
H A DIndexType.java24 public enum IndexType { enum
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_shape.h661 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/
Dbind_push.rs289 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/
Dbind_push.rs254 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 DrrDefs.hpp42 enum IndexType enum
/aosp_15_r20/dalvik/dx/src/com/android/dx/io/
H A DIndexType.java22 public enum IndexType { enum
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/
Doperator.rs69 Ix: IndexType, in complement()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp66 auto IndexType = DBI->isIndirectDebugValue() in replaceWithLocal() local
/aosp_15_r20/external/eigen/unsupported/doc/examples/SYCL/
H A DCwiseMul.cpp13 using IndexType = int64_t; in main() typedef
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/algo/
Dtred.rs67 G::NodeId: IndexType, in dag_to_toposorted_adjacency_list()
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLIndexExpression.cpp46 const Type& IndexExpression::IndexType(const Context& context, const Type& type) { in IndexType() function in SkSL::IndexExpression

123456