Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc634 const Operator* existing_reorder = in ConvertConvOperator() local
636 if (existing_reorder) { in ConvertConvOperator()
639 CHECK(existing_reorder->type == OperatorType::kReorderAxes); in ConvertConvOperator()
710 const Operator* existing_reorder = in ConvertDepthwiseConvOperator() local
712 if (existing_reorder) { in ConvertDepthwiseConvOperator()
715 CHECK(existing_reorder->type == OperatorType::kReorderAxes); in ConvertDepthwiseConvOperator()