Home
last modified time | relevance | path

Searched refs:graph_result (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtf-executor-to-functional.mlir39 %graph_result = tf_executor.graph {
45 return %graph_result : tensor<i32>
54 %graph_result = tf_executor.graph {
65 return %graph_result : tensor<i32>
74 %graph_result = tf_executor.graph {
85 return %graph_result : tensor<i32>
96 %graph_result:2 = tf_executor.graph {
109 return %graph_result#0, %graph_result#1 : tensor<i32>, tensor<i32>
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmeta_optimizer.cc923 for (const GraphOptimizationResult& graph_result : optimization_results_) { in GetResultString() local
925 "Optimization results for grappler item: ", graph_result.id, in GetResultString()
927 for (const OptimizerResult& result : graph_result.results) { in GetResultString()