/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | ensure_bias_vectors.cc | 32 if (op.type == OperatorType::kConv || in GetOutputDepthFromWeights() 45 if (op.type == OperatorType::kConv || in CheckOpInputSize() 81 if (op->type == OperatorType::kConv || in Run()
|
D | fuse_binary_into_preceding_affine.cc | 31 if (op.type == OperatorType::kConv || in GetBiasIndex() 152 if (preceding_op->type == OperatorType::kConv || in FuseMulOrDivParamsIntoPrecedingAffine() 175 if (preceding_op->type == OperatorType::kConv || in FuseMulOrDivParamsIntoPrecedingAffine() 269 if (preceding_op->type != OperatorType::kConv && in Run()
|
D | fuse_binary_into_following_affine.cc | 77 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()
|
D | drop_im2col_arrays.cc | 26 if (conv_it->get()->type != OperatorType::kConv) { in Run()
|
D | unfuse_activation_functions.cc | 36 if ((op->type == OperatorType::kConv) && (op->outputs.size() == 2)) { in Run()
|
D | ensure_uint8_weights_safe_for_fast_int8_kernels.cc | 117 case OperatorType::kConv: in Run()
|
D | create_im2col_arrays.cc | 83 case OperatorType::kConv: in Run()
|
D | convert_pure_conv_to_depthwise.cc | 32 if (conv_it->get()->type != OperatorType::kConv) { in Run()
|
D | identify_dilated_conv.cc | 213 if (conv_base_op->type == OperatorType::kConv) { in Run()
|
D | quantize.cc | 53 OperatorType::kConv, in SupportsQuantization() 238 if (op.type == OperatorType::kConv || in ChooseQuantizationForOperatorInput()
|
D | hardcode_min_max.cc | 433 case OperatorType::kConv: in Run()
|
D | propagate_fixed_sizes.cc | 2230 case OperatorType::kConv: in Run()
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | op_version.cc | 45 {{OperatorType::kConv, 1}, "1.5.0"}, in GetMinimumRuntimeVersionForModel() 46 {{OperatorType::kConv, 2}, "1.14.0"}, in GetMinimumRuntimeVersionForModel() 47 {{OperatorType::kConv, 3}, "1.14.0"}, in GetMinimumRuntimeVersionForModel() 48 {{OperatorType::kConv, 4}, kPendingReleaseOpVersion}, in GetMinimumRuntimeVersionForModel()
|
D | export_test.cc | 529 OperatorType::kConv) {} in FakeConvolutionOperator() 603 result[OperatorType::kConv] = in BuildFakeOperatorByTypeMap()
|
D | operator_test.cc | 373 SerializeAndDeserialize(GetOperator("CONV_2D", OperatorType::kConv), op); in TEST_F()
|
D | operator.cc | 1856 OperatorType::kConv)); in BuildOperatorList()
|
/external/tensorflow/tensorflow/lite/delegates/coreml/builders/ |
D | convolution_op_builder.cc | 56 case ConvolutionType::kConv: { in Build() 210 case ConvolutionType::kConv: { in PopulateSubgraph() 286 return new ConvolutionOpBuilder(graph_builder, ConvolutionType::kConv); in CreateConvolutionOpBuilder()
|
D | convolution_op_builder.h | 27 enum class ConvolutionType { kConv, kDepthwiseConv, kTransposeConv }; enumerator
|
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | extension.h | 391 static constexpr FormatConversionCharSet kConv = C; member 396 constexpr FormatConversionCharSet FormatConvertResult<C>::kConv;
|
D | checker.h | 31 std::declval<FormatSinkImpl*>()))::kConv; in ArgumentToConv()
|
/external/abseil-cpp/absl/strings/internal/str_format/ |
D | extension.h | 391 static constexpr FormatConversionCharSet kConv = C; member 396 constexpr FormatConversionCharSet FormatConvertResult<C>::kConv;
|
D | checker.h | 31 std::declval<FormatSinkImpl*>()))::kConv; in ArgumentToConv()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | dump_graphviz.cc | 375 case OperatorType::kConv: { in GetOpAttributes() 422 (op.type == OperatorType::kConv) || in GetOpColor()
|
D | model.h | 47 kConv, enumerator 475 ConvOperator() : Operator(OperatorType::kConv) {}
|
D | tooling_util.cc | 478 case OperatorType::kConv: in OperatorSupportsFusedActivation() 1901 case OperatorType::kConv: in EstimateArithmeticOpsCount()
|