Searched refs:fromIntArrayRefSlow (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/pytorch/c10/core/ |
H A D | SymIntArrayRef.h | 78 inline SymIntArrayRef fromIntArrayRefSlow(IntArrayRef array_ref) { in fromIntArrayRefSlow() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | extension_backend_test.cpp | 47 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 D | MetalReshape.mm | 65 return view(input, c10::fromIntArrayRefSlow(shape));
|
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | SparseCsrTensorImpl.cpp | 235 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 D | ts_native_functions.cpp | 380 self, c10::fromIntArrayRefSlow(size)); in _unsafe_view()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/ |
H A D | SparseTensor.cpp | 486 …return at::native::_sparse_coo_tensor_unsafe_symint(indices, values_, c10::fromIntArrayRefSlow(siz… in _sparse_coo_tensor_unsafe()
|