Home
last modified time | relevance | path

Searched defs:strides_ptr (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/torch/csrc/inductor/aoti_runtime/
Darrayref_tensor.h167 const int64_t* strides_ptr, in is_contiguous_strides_for_shape()
282 const int64_t* strides_ptr, in reinterpret_tensor_wrapper()
295 const int64_t* strides_ptr, in reinterpret_tensor_wrapper()
/external/pytorch/torch/csrc/inductor/aoti_torch/
Dshim_common.cpp356 const int64_t* strides_ptr, in aoti_torch__reinterpret_tensor()
372 const int64_t* strides_ptr, in aoti_torch_empty_strided()
397 const int64_t* strides_ptr, in aoti_torch_create_tensor_from_blob()
424 const int64_t* strides_ptr, in aoti_torch_create_tensor_from_blob_v2()
1166 const int64_t* strides_ptr, in aoti_torch__alloc_from_pool()
/external/pytorch/aten/src/ATen/
DNestedTensorImpl.cpp118 int64_t* strides_ptr = strides.data_ptr<int64_t>(); in construct_nested_strides() local
/external/pytorch/aten/src/ATen/native/sparse/cuda/
DSoftMax.cu253 auto strides_ptr = strides.data_ptr<int64_t>(); in get_offsets() local