Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc2985 int new_num_operands = old_num_operands; in matchAndRewrite() local
3019 new_num_operands--; in matchAndRewrite()
3023 if (new_num_operands == old_num_operands) return failure(); in matchAndRewrite()
3028 new_while_operands.reserve(new_num_operands); in matchAndRewrite()
3029 new_result_types.reserve(new_num_operands); in matchAndRewrite()