Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/
H A DPyInterpreter.cpp43 struct ConcretePyInterpreterVTable final struct
63 void python_op_registration_trampoline( in python_op_registration_trampoline()
73 void throw_abstract_impl_not_imported_error( in throw_abstract_impl_not_imported_error()
99 void trace_gpu_event_creation(at::DeviceType device_type, uintptr_t event) in trace_gpu_event_creation()
103 void trace_gpu_event_deletion(at::DeviceType device_type, uintptr_t event) in trace_gpu_event_deletion()
107 void trace_gpu_event_record( in trace_gpu_event_record()
113 void trace_gpu_event_wait( in trace_gpu_event_wait()
119 void trace_gpu_memory_allocation(at::DeviceType device_type, uintptr_t ptr) in trace_gpu_memory_allocation()
123 void trace_gpu_memory_deallocation(at::DeviceType device_type, uintptr_t ptr) in trace_gpu_memory_deallocation()
127 void trace_gpu_stream_creation(at::DeviceType device_type, uintptr_t stream) in trace_gpu_stream_creation()
[all …]