Searched refs:kDepthToSpace (Results 1 – 7 of 7) sorted by relevance
51 case OperatorType::kDepthToSpace: in IsMoveOperator()
57 type == OperatorType::kDepthToSpace || in SupportsQuantization()362 op.type == OperatorType::kDepthToSpace || in ChooseQuantizationForOperatorOutput()
2158 case OperatorType::kDepthToSpace: in Run()
50 kDepthToSpace, enumerator520 DepthToSpaceOperator() : Operator(OperatorType::kDepthToSpace) {}
2107 } else if (src_op.type == OperatorType::kDepthToSpace) { in ConvertOperator()
211 GetOperator("DEPTH_TO_SPACE", OperatorType::kDepthToSpace), op); in TEST_F()
2482 MakeUnique<DepthToSpace>("DEPTH_TO_SPACE", OperatorType::kDepthToSpace)); in BuildOperatorList()