Searched refs:kDepthToSpace (Results 1 – 9 of 9) sorted by relevance
52 case OperatorType::kDepthToSpace: in IsMoveOperator()
54 OperatorType::kDepthToSpace, in SupportsQuantization()410 op.type == OperatorType::kDepthToSpace || in ChooseQuantizationForOperatorOutput()
2241 case OperatorType::kDepthToSpace: in Run()
73 {{OperatorType::kDepthToSpace, 1}, "2.1.0"}, in GetMinimumRuntimeVersionForModel()
211 GetOperator("DEPTH_TO_SPACE", OperatorType::kDepthToSpace), op); in TEST_F()
1893 ::tflite::BuiltinOperator_DEPTH_TO_SPACE, OperatorType::kDepthToSpace)); in BuildOperatorList()
51 kDepthToSpace, enumerator537 DepthToSpaceOperator() : Operator(OperatorType::kDepthToSpace) {}
2141 } else if (src_op.type == OperatorType::kDepthToSpace) { in ConvertOperator()
45 constexpr char kDepthToSpace[] = "DepthToSpace"; variable476 device_cost_impl_.emplace(kDepthToSpace, in OpLevelCostEstimator()