Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Densure_bias_vectors.cc36 if (op.type == OperatorType::kDepthwiseConv) { in GetOutputDepthFromWeights()
70 op->type == OperatorType::kDepthwiseConv || in Run()
Dfuse_binary_into_following_affine.cc94 } 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()
Dfuse_binary_into_preceding_affine.cc141 } 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()
Didentify_dilated_conv.cc224 conv_base_op->type == OperatorType::kDepthwiseConv) { in Run()
Dquantize.cc40 return type == OperatorType::kConv || type == OperatorType::kDepthwiseConv || in SupportsQuantization()
198 op.type == OperatorType::kDepthwiseConv || in ChooseQuantizationForOperatorInput()
Dpropagate_fixed_sizes.cc2154 case OperatorType::kDepthwiseConv: in Run()
/external/tensorflow/tensorflow/lite/toco/
Ddump_graphviz.cc383 case OperatorType::kDepthwiseConv: { in GetOpAttributes()
418 if ((op.type == OperatorType::kDepthwiseConv) || in GetOpColor()
Dmodel.h49 kDepthwiseConv, enumerator
501 DepthwiseConvOperator() : Operator(OperatorType::kDepthwiseConv) {}
Dtooling_util.cc451 case OperatorType::kDepthwiseConv: in OperatorSupportsFusedActivation()
1878 case OperatorType::kDepthwiseConv: { in EstimateArithmeticOpsCount()
Dexport_tensorflow.cc2103 } else if (src_op.type == OperatorType::kDepthwiseConv) { in ConvertOperator()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc389 GetOperator("DEPTHWISE_CONV_2D", OperatorType::kDepthwiseConv), op); in TEST_F()
Doperator.cc2362 OperatorType::kDepthwiseConv)); in BuildOperatorList()