Searched refs:function_graphs (Results 1 – 7 of 7) sorted by relevance
27 name: "function_graphs"
1271 function_graphs=data.function_graphs,
1769 auto* function_graphs = ctx->RunMetadataProto()->add_function_graphs(); in CollectGraphs() local1770 *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()
1225 auto* function_graphs = run_metadata_->add_function_graphs(); in RunMetadataRecordFunction() local1226 *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()
2578 for graph in metadata.function_graphs:
1264 function_graphs=[
821 repeated FunctionGraphs function_graphs = 4; field