Home
last modified time | relevance | path

Searched defs:tensor_strides (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DExpandUtils.cpp64 IntArrayRef tensor_strides, in inferExpandGeometryImpl()
118 IntArrayRef tensor_strides, in inferExpandGeometry()
127 IntArrayRef tensor_strides, in inferExpandGeometry_dimvector()
148 std::vector<int64_t> infer_dense_strides(IntArrayRef tensor_sizes, IntArrayRef tensor_strides) { in infer_dense_strides()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DBlas.cpp63 IntArrayRef tensor_strides = tensor.strides(); in prepare_matrix_for_cublas() local
82 IntArrayRef tensor_strides = tensor.strides(); in prepare_matrix_for_cublas() local
128 IntArrayRef tensor_strides = tensor.strides(); in prepare_batch_matrix_for_cublas() local
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_block_io.cpp230 auto tensor_strides = internal::strides<Layout>(tensor_dims); in test_block_io_copy_using_reordered_dimensions_do_not_squeeze() local
278 auto tensor_strides = internal::strides<Layout>(tensor_dims); in test_block_io_copy_using_reordered_dimensions_squeeze() local
H A Dcxx11_tensor_block_access.cpp104 const DSizes<Index, NumDims>& tensor_strides, in UpdateCoeffSet()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DNamedTensor.cpp195 const auto tensor_strides = tensor.strides(); in align_to() local
285 auto tensor_strides = tensor.strides(); in align_to() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/
H A DNestedTensorUtils.h194 std::vector<IntArrayRef> tensor_strides = in get_stride_for_index() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/cuda/
H A DNestedTensorTransformerUtils.cpp89 const Tensor& tensor_strides = tensor->get_nested_strides(); in is_safe_to_get_storage_as_tensor() local
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dgraph.py1144 def significant_strides_equal(shape, meta_strides, tensor_strides): argument