Home
last modified time | relevance | path

Searched refs:kConv (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Densure_bias_vectors.cc32 if (op.type == OperatorType::kConv || in GetOutputDepthFromWeights()
69 if (op->type == OperatorType::kConv || in Run()
Dfuse_binary_into_following_affine.cc77 if (following_op->type == OperatorType::kConv || in FuseAddOrSubParamsIntoFollowingAffine()
235 if (following_op->type != OperatorType::kConv && in Run()
265 if (following_op->type == OperatorType::kConv) { in Run()
Dfuse_binary_into_preceding_affine.cc138 if (preceding_op->type == OperatorType::kConv || in FuseMulOrDivParamsIntoPrecedingAffine()
160 if (preceding_op->type == OperatorType::kConv || in FuseMulOrDivParamsIntoPrecedingAffine()
254 if (preceding_op->type != OperatorType::kConv && in Run()
Ddrop_im2col_arrays.cc26 if (conv_it->get()->type != OperatorType::kConv) { in Run()
Dunfuse_activation_functions.cc36 if ((op->type == OperatorType::kConv) && (op->outputs.size() == 2)) { in Run()
Densure_uint8_weights_safe_for_fast_int8_kernels.cc117 case OperatorType::kConv: in Run()
Dcreate_im2col_arrays.cc83 case OperatorType::kConv: in Run()
Dconvert_pure_conv_to_depthwise.cc32 if (conv_it->get()->type != OperatorType::kConv) { in Run()
Didentify_dilated_conv.cc215 if (conv_base_op->type == OperatorType::kConv) { in Run()
Dquantize.cc40 return type == OperatorType::kConv || type == OperatorType::kDepthwiseConv || in SupportsQuantization()
197 if (op.type == OperatorType::kConv || in ChooseQuantizationForOperatorInput()
Dhardcode_min_max.cc402 case OperatorType::kConv: in Run()
Dpropagate_fixed_sizes.cc2147 case OperatorType::kConv: in Run()
/external/tensorflow/tensorflow/lite/toco/
Ddump_graphviz.cc372 case OperatorType::kConv: { in GetOpAttributes()
419 (op.type == OperatorType::kConv) || in GetOpColor()
Dmodel.h46 kConv, enumerator
458 ConvOperator() : Operator(OperatorType::kConv) {}
Dtooling_util.cc450 case OperatorType::kConv: in OperatorSupportsFusedActivation()
1877 case OperatorType::kConv: in EstimateArithmeticOpsCount()
Dexport_tensorflow.cc2100 if (src_op.type == OperatorType::kConv) { in ConvertOperator()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dexport_test.cc345 OperatorType::kConv) {} in FakeConvolutionOperator()
419 result[OperatorType::kConv] = in BuildFakeOperatorByTypeMap()
Doperator_test.cc373 SerializeAndDeserialize(GetOperator("CONV_2D", OperatorType::kConv), op); in TEST_F()
Doperator.cc2359 OperatorType::kConv)); in BuildOperatorList()