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.cc3188 int new_num_operands = old_num_operands; in matchAndRewrite() local
3223 new_num_operands--; in matchAndRewrite()
3227 if (new_num_operands == old_num_operands) return failure(); in matchAndRewrite()
3232 new_while_operands.reserve(new_num_operands); in matchAndRewrite()
3233 new_result_types.reserve(new_num_operands); in matchAndRewrite()