Searched refs:load_pyobj_interpreter (Results 1 – 7 of 7) sorted by relevance
322 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 …]
42 PyInterpreter& PyObjectSlot::load_pyobj_interpreter() const { in load_pyobj_interpreter() function in c10::impl::PyObjectSlot
131 PyInterpreter& load_pyobj_interpreter() const;
125 interpreter = pyobj_slot_.load_pyobj_interpreter(); in shallow_copy_and_detach_core()
324 interpreter = pyobj_slot_.load_pyobj_interpreter(); in shallow_copy_and_detach_core()
303 auto r = pyobj_slot_.load_pyobj_interpreter()->detach(this); in shallow_copy_and_detach_core()
444 auto r = pyobj_slot_.load_pyobj_interpreter()->detach(this); in shallow_copy_and_detach_core()