Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
Dresolve_reorder_axes.cc56 if (reorder_op->type != OperatorType::kReorderAxes) { in Run()
Dconvert_reorder_axes.cc91 if (reorder_it->get()->type != OperatorType::kReorderAxes) return false; in Run()
Dpropagate_fixed_sizes.cc1492 case OperatorType::kReorderAxes: in Run()
/external/tensorflow/tensorflow/contrib/lite/toco/
Dmodel.h126 kReorderAxes, enumerator
623 ReorderAxesOperator() : Operator(OperatorType::kReorderAxes) {}
Dimport_tensorflow.cc383 CHECK(existing_reorder->type == OperatorType::kReorderAxes); in ConvertConvOperator()
436 CHECK(existing_reorder->type == OperatorType::kReorderAxes); in ConvertDepthwiseConvOperator()