Searched refs:runRecordFunction (Results 1 – 2 of 2) sorted by relevance
/external/pytorch/aten/src/ATen/core/dispatch/ |
D | Dispatcher.h | 308 …static void runRecordFunction(at::RecordFunction& guard, at::RecordFunction::schema_ref_t schema_r… 309 …static void runRecordFunction(at::RecordFunction& guard, at::RecordFunction::schema_ref_t schema_r… 639 …runRecordFunction(guard, schema_ref, dispatchKey, dispatchKeySet, c10::ArrayRef<const c10::IValue>… 644 runRecordFunction(guard, schema_ref, dispatchKey, dispatchKeySet); 647 runRecordFunction(guard, schema_ref, dispatchKey, dispatchKeySet); 735 …guard.needsInputs() ? runRecordFunction(guard, schema_ref, dispatchKey, dispatchKeySet, c10::Array… 736 : runRecordFunction(guard, schema_ref, dispatchKey, dispatchKeySet);
|
D | Dispatcher.cpp | 532 void Dispatcher::runRecordFunction(at::RecordFunction& guard, at::RecordFunction::schema_ref_t sche… in runRecordFunction() function in c10::Dispatcher 536 void Dispatcher::runRecordFunction(at::RecordFunction& guard, at::RecordFunction::schema_ref_t sche… in runRecordFunction() function in c10::Dispatcher
|