Home
last modified time | relevance | path

Searched refs:SyncTensorsGraph (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/torch/csrc/lazy/python/
Dinit.cpp93 torch::lazy::LazyGraphExecutor::Get()->SyncTensorsGraph( in SyncTensors()
/external/pytorch/torch/csrc/lazy/core/
Dlazy_graph_executor.h72 void SyncTensorsGraph(
Dtensor.cpp323 LazyGraphExecutor::Get()->SyncTensorsGraph( in ApplyPendingGraph()
Dlazy_graph_executor.cpp409 SyncTensorsGraph(&tensors, devices, wait, /*sync_ltc_data=*/true); in SyncLiveTensorsGraph()
412 void LazyGraphExecutor::SyncTensorsGraph( in SyncTensorsGraph() function in torch::lazy::LazyGraphExecutor