Searched refs:kDepthwiseConv (Results 1 – 12 of 12) sorted by relevance
36 if (op.type == OperatorType::kDepthwiseConv) { in GetOutputDepthFromWeights()70 op->type == OperatorType::kDepthwiseConv || in Run()
94 } else if (following_op->type == OperatorType::kDepthwiseConv) { in FuseAddOrSubParamsIntoFollowingAffine()237 following_op->type != OperatorType::kDepthwiseConv) { in Run()274 if (following_op->type == OperatorType::kDepthwiseConv) { in Run()
141 } else if (preceding_op->type == OperatorType::kDepthwiseConv) { in FuseMulOrDivParamsIntoPrecedingAffine()173 } else if (preceding_op->type == OperatorType::kDepthwiseConv) { in FuseMulOrDivParamsIntoPrecedingAffine()256 preceding_op->type != OperatorType::kDepthwiseConv) { in Run()
224 conv_base_op->type == OperatorType::kDepthwiseConv) { in Run()
40 return type == OperatorType::kConv || type == OperatorType::kDepthwiseConv || in SupportsQuantization()198 op.type == OperatorType::kDepthwiseConv || in ChooseQuantizationForOperatorInput()
2154 case OperatorType::kDepthwiseConv: in Run()
383 case OperatorType::kDepthwiseConv: { in GetOpAttributes()418 if ((op.type == OperatorType::kDepthwiseConv) || in GetOpColor()
49 kDepthwiseConv, enumerator501 DepthwiseConvOperator() : Operator(OperatorType::kDepthwiseConv) {}
451 case OperatorType::kDepthwiseConv: in OperatorSupportsFusedActivation()1878 case OperatorType::kDepthwiseConv: { in EstimateArithmeticOpsCount()
2103 } else if (src_op.type == OperatorType::kDepthwiseConv) { in ConvertOperator()
389 GetOperator("DEPTHWISE_CONV_2D", OperatorType::kDepthwiseConv), op); in TEST_F()
2362 OperatorType::kDepthwiseConv)); in BuildOperatorList()