Home
last modified time | relevance | path

Searched refs:load_pyobj_interpreter (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/
H A DTensorImpl.cpp322 return pyobj_slot_.load_pyobj_interpreter()->is_contiguous( in is_contiguous_custom()
330 return pyobj_slot_.load_pyobj_interpreter()->is_strides_like( in is_strides_like_custom()
338 return pyobj_slot_.load_pyobj_interpreter()->is_non_overlapping_and_dense( in is_non_overlapping_and_dense_custom()
348 return pyobj_slot_.load_pyobj_interpreter()->sizes(this); in sizes_custom()
355 return pyobj_slot_.load_pyobj_interpreter()->sym_sizes(this); in sym_sizes_custom()
362 return pyobj_slot_.load_pyobj_interpreter()->sym_numel(this); in sym_numel_custom()
369 return pyobj_slot_.load_pyobj_interpreter()->sym_strides(this); in sym_strides_custom()
376 return pyobj_slot_.load_pyobj_interpreter()->device(this); in device_custom()
385 return pyobj_slot_.load_pyobj_interpreter()->strides(this); in strides_custom()
392 return pyobj_slot_.load_pyobj_interpreter()->dim(this); in dim_custom()
[all …]
/aosp_15_r20/external/pytorch/c10/core/impl/
H A DPyObjectSlot.cpp42 PyInterpreter& PyObjectSlot::load_pyobj_interpreter() const { in load_pyobj_interpreter() function in c10::impl::PyObjectSlot
H A DPyObjectSlot.h131 PyInterpreter& load_pyobj_interpreter() const;
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DSparseCsrTensorImpl.h125 interpreter = pyobj_slot_.load_pyobj_interpreter(); in shallow_copy_and_detach_core()
H A DSparseTensorImpl.h324 interpreter = pyobj_slot_.load_pyobj_interpreter(); in shallow_copy_and_detach_core()
H A DNestedTensorImpl.cpp303 auto r = pyobj_slot_.load_pyobj_interpreter()->detach(this); in shallow_copy_and_detach_core()
H A DFunctionalTensorWrapper.cpp444 auto r = pyobj_slot_.load_pyobj_interpreter()->detach(this); in shallow_copy_and_detach_core()