Searched refs:op_producing_sqrt_or_rsqrt_input (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
H A Didentify_l2_normalization.cc66 Operator* op_producing_sqrt_or_rsqrt_input = local
68 if (!op_producing_sqrt_or_rsqrt_input) {
77 if (op_producing_sqrt_or_rsqrt_input->type == OperatorType::kAdd ||
78 op_producing_sqrt_or_rsqrt_input->type ==
80 add_op = op_producing_sqrt_or_rsqrt_input;
82 CHECK_EQ(op_producing_sqrt_or_rsqrt_input->inputs.size(), 2);
85 model->GetArray(op_producing_sqrt_or_rsqrt_input->inputs[i]);
109 LogName(*op_producing_sqrt_or_rsqrt_input));
115 add_op ? op_producing_add_input : op_producing_sqrt_or_rsqrt_input;

Completed in 249 milliseconds