Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h145 GraphCollector* GetGraphCollector() { return &graph_collector_; } in GetGraphCollector() function
Dexecute.cc430 graph_collector = ctx->GetGraphCollector(); in EagerLocalExecute()
483 graph_collector = ctx->GetGraphCollector(); in EagerLocalExecute()
954 GraphCollector* collector = ctx->GetGraphCollector(); in EagerKernelExecute()