Searched refs:function_graphs (Results 1 – 5 of 5) sorted by relevance
27 name: "function_graphs"
963 auto* function_graphs = ctx->RunMetadataProto()->add_function_graphs(); in EagerKernelExecute() local964 *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()
1003 function_graphs=data.function_graphs,
814 function_graphs=[
541 repeated FunctionGraphs function_graphs = 4; field