Home
last modified time | relevance | path

Searched refs:runRecordFunction (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/aten/src/ATen/core/dispatch/
DDispatcher.h308 …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…
639runRecordFunction(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);
DDispatcher.cpp532 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