Searched defs:other_op (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
H A Dquantize.cc423 const auto* other_op = GetOpWithOutput(*model, input); local
424 if (other_op && other_op->type != OperatorType::kDequantize) {
520 for (const auto& other_op : model->operators) {
521 for (auto& other_op_input : other_op->inputs) {

Completed in 100 milliseconds