Home
last modified time | relevance | path

Searched refs:fromIntArrayRefSlow (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/
H A DSymIntArrayRef.h78 inline SymIntArrayRef fromIntArrayRefSlow(IntArrayRef array_ref) { in fromIntArrayRefSlow() function
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dextension_backend_test.cpp47 return empty_override(fromIntArrayRefSlow(size), dtype, layout, device, pin_memory, std::nullopt); in empty_strided_override()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/metal/ops/
H A DMetalReshape.mm65 return view(input, c10::fromIntArrayRefSlow(shape));
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DSparseCsrTensorImpl.cpp235 set_member_tensors(crow_indices, col_indices, values, c10::fromIntArrayRefSlow(size)); in set_member_tensors()
/aosp_15_r20/external/pytorch/torch/csrc/lazy/ts_backend/
H A Dts_native_functions.cpp380 self, c10::fromIntArrayRefSlow(size)); in _unsafe_view()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/
H A DSparseTensor.cpp486 …return at::native::_sparse_coo_tensor_unsafe_symint(indices, values_, c10::fromIntArrayRefSlow(siz… in _sparse_coo_tensor_unsafe()