Home
last modified time | relevance | path

Searched refs:function_graphs (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-run-metadata.pbtxt27 name: "function_graphs"
/external/tensorflow/tensorflow/python/ops/
Dsummary_ops_v2.py1271 function_graphs=data.function_graphs,
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc1769 auto* function_graphs = ctx->RunMetadataProto()->add_function_graphs(); in CollectGraphs() local
1770 *function_graphs->mutable_post_optimization_graph() = in CollectGraphs()
1772 *function_graphs->mutable_pre_optimization_graph() = collector->raw_graph; in CollectGraphs()
1774 *function_graphs->add_partition_graphs() = graph; in CollectGraphs()
/external/tensorflow/tensorflow/core/tfrt/eager/
Dc_api_tfrt.cc1225 auto* function_graphs = run_metadata_->add_function_graphs(); in RunMetadataRecordFunction() local
1226 *function_graphs->mutable_pre_optimization_graph() = def; in RunMetadataRecordFunction()
1229 *function_graphs->mutable_post_optimization_graph() = def; in RunMetadataRecordFunction()
1230 *function_graphs->add_partition_graphs() = def; in RunMetadataRecordFunction()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py2578 for graph in metadata.function_graphs:
/external/tensorflow/tensorflow/python/kernel_tests/summary_ops/
Dsummary_ops_test.py1264 function_graphs=[
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto821 repeated FunctionGraphs function_graphs = 4; field