Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dreorder_elementwise_unary.cc51 case OperatorType::kDepthToSpace: in IsMoveOperator()
Dquantize.cc57 type == OperatorType::kDepthToSpace || in SupportsQuantization()
362 op.type == OperatorType::kDepthToSpace || in ChooseQuantizationForOperatorOutput()
Dpropagate_fixed_sizes.cc2158 case OperatorType::kDepthToSpace: in Run()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h50 kDepthToSpace, enumerator
520 DepthToSpaceOperator() : Operator(OperatorType::kDepthToSpace) {}
Dexport_tensorflow.cc2107 } else if (src_op.type == OperatorType::kDepthToSpace) { in ConvertOperator()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc211 GetOperator("DEPTH_TO_SPACE", OperatorType::kDepthToSpace), op); in TEST_F()
Doperator.cc2482 MakeUnique<DepthToSpace>("DEPTH_TO_SPACE", OperatorType::kDepthToSpace)); in BuildOperatorList()