Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_a_m.cc2575 auto &updated_result = std::get<1>(it); in matchAndRewrite() local
2577 if (result_type != updated_result.getType()) { in matchAndRewrite()
2578 updated_result = in matchAndRewrite()
2579 rewriter.create<TF::CastOp>(op.getLoc(), result_type, updated_result, in matchAndRewrite()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_typed_visitor.h2402 Literal updated_result =
2410 result.Set<ReturnT>(input_index, updated_result.Get<ReturnT>({}));