Home
last modified time | relevance | path

Searched defs:base_graph (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dlift_to_graph.py59 def _copy_non_source(op, graph, op_map, base_graph): argument
143 base_graph): argument
209 base_graph=None, argument
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dgraph_execution_state.cc113 auto base_graph = std::make_unique<Graph>(OpRegistry::Global()); in MakeForBaseGraph() local
122 auto base_graph = std::make_unique<Graph>(OpRegistry::Global()); in MakeForBaseGraph() local
167 auto base_graph = std::make_unique<Graph>(OpRegistry::Global()); in MakeForPrunedGraph() local
274 auto base_graph = std::make_unique<Graph>(OpRegistry::Global()); in Extend() local