Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc426 int output_l[max_nb_dims], output_r[max_nb_dims]; in GetTrtBroadcastShape() local
428 output_l, operand_l_new_dims)); in GetTrtBroadcastShape()
434 if ((output_l[i] != output_r[i]) && (output_l[i] != 1) && in GetTrtBroadcastShape()
437 "Infeasible broadcast scheme (", "batch_dim: ", output_l[0], ", ", in GetTrtBroadcastShape()