Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dlazy_graph_executor.cpp722 TensorCollectionBarrier(coll); in RunPostOrder()
837 TensorCollectionBarrier(&coll); in SyncTensorsGraphInternal()
885 TensorCollectionBarrier(coll); in ScheduleSyncTensorsGraph()
1045 void LazyGraphExecutor::TensorCollectionBarrier(SyncTensorCollection* coll) { in TensorCollectionBarrier() function in torch::lazy::LazyGraphExecutor
H A Dlazy_graph_executor.h336 virtual void TensorCollectionBarrier(SyncTensorCollection* coll);