Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc510 graph_collector = ctx.GetGraphCollector(); in GetOrCreateKernelAndDevice()
615 graph_collector = ctx.GetGraphCollector(); in AddOrExecuteNode()
1049 GraphCollector* collector = ctx->GetGraphCollector(); in CollectGraphs()
1400 graph_collector = ctx.GetGraphCollector(); in EagerLocalExecuteAsync()
Dcontext.h210 GraphCollector* GetGraphCollector() { return &graph_collector_; } in GetGraphCollector() function