Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-run-metadata.pbtxt27 name: "function_graphs"
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc963 auto* function_graphs = ctx->RunMetadataProto()->add_function_graphs(); in EagerKernelExecute() local
964 *function_graphs->mutable_post_optimization_graph() = in EagerKernelExecute()
966 *function_graphs->mutable_pre_optimization_graph() = in EagerKernelExecute()
969 *function_graphs->add_partition_graphs() = graph; in EagerKernelExecute()
/external/tensorflow/tensorflow/python/ops/
Dsummary_ops_v2.py1003 function_graphs=data.function_graphs,
/external/tensorflow/tensorflow/python/kernel_tests/
Dsummary_ops_test.py814 function_graphs=[
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto541 repeated FunctionGraphs function_graphs = 4; field