/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | max_unpooling.cc | 124 op.args_.AddInt("kernel_size_x", attr.kernel.w); in CreateMaxUnpooling() 125 op.args_.AddInt("padding_x", attr.padding.appended.w); in CreateMaxUnpooling() 126 op.args_.AddInt("stride_x", attr.strides.w); in CreateMaxUnpooling() 127 op.args_.AddInt("kernel_size_y", attr.kernel.h); in CreateMaxUnpooling() 128 op.args_.AddInt("padding_y", attr.padding.appended.h); in CreateMaxUnpooling() 129 op.args_.AddInt("stride_y", attr.strides.h); in CreateMaxUnpooling() 139 op.args_.AddInt("kernel_size_x", attr.kernel.w); in CreateMaxUnpooling() 140 op.args_.AddInt("padding_x", attr.padding.appended.w); in CreateMaxUnpooling() 141 op.args_.AddInt("stride_x", attr.strides.w); in CreateMaxUnpooling() 142 op.args_.AddInt("kernel_size_y", attr.kernel.h); in CreateMaxUnpooling() [all …]
|
D | depthwise_conv.cc | 407 op.args_.AddInt("kernel_size_x", attr.weights.shape.w); in CreateDepthwiseConvolution2D() 408 op.args_.AddInt("stride_x", attr.strides.w); in CreateDepthwiseConvolution2D() 409 op.args_.AddInt("padding_x", -attr.padding.prepended.w); in CreateDepthwiseConvolution2D() 410 op.args_.AddInt("dilation_x", attr.dilations.w); in CreateDepthwiseConvolution2D() 411 op.args_.AddInt("kernel_size_y", attr.weights.shape.h); in CreateDepthwiseConvolution2D() 412 op.args_.AddInt("stride_y", attr.strides.h); in CreateDepthwiseConvolution2D() 413 op.args_.AddInt("padding_y", -attr.padding.prepended.h); in CreateDepthwiseConvolution2D() 414 op.args_.AddInt("dilation_y", attr.dilations.h); in CreateDepthwiseConvolution2D() 415 op.args_.AddInt("kernels_total_size", in CreateDepthwiseConvolution2D() 418 op.args_.AddInt("ch_multiplier", attr.weights.shape.o); in CreateDepthwiseConvolution2D() [all …]
|
D | pooling.cc | 256 op.args_.AddInt("kernel_size_x", attr.kernel.w); in CreatePooling() 257 op.args_.AddInt("padding_x", -attr.padding.prepended.w); in CreatePooling() 258 op.args_.AddInt("stride_x", attr.strides.w); in CreatePooling() 259 op.args_.AddInt("kernel_size_y", attr.kernel.h); in CreatePooling() 260 op.args_.AddInt("padding_y", -attr.padding.prepended.h); in CreatePooling() 261 op.args_.AddInt("stride_y", attr.strides.h); in CreatePooling() 275 op.args_.AddInt("kernel_size_x", attr.kernel.w); in CreatePooling() 276 op.args_.AddInt("padding_x", -attr.padding.prepended.w); in CreatePooling() 277 op.args_.AddInt("stride_x", attr.strides.w); in CreatePooling() 278 op.args_.AddInt("kernel_size_y", attr.kernel.h); in CreatePooling() [all …]
|
D | strided_slice.cc | 100 args_.AddInt("offset_x"); in GetStridedSliceCode() 101 args_.AddInt("offset_y"); in GetStridedSliceCode() 102 args_.AddInt("offset_z"); in GetStridedSliceCode() 103 args_.AddInt("offset_b"); in GetStridedSliceCode() 104 args_.AddInt("stride_x"); in GetStridedSliceCode() 105 args_.AddInt("stride_y"); in GetStridedSliceCode() 106 args_.AddInt("stride_z"); in GetStridedSliceCode() 107 args_.AddInt("stride_b"); in GetStridedSliceCode()
|
D | conv_weights_converter.cc | 43 args_.AddInt("out_ch"); in GetConverterToConvWeightsCode() 44 args_.AddInt("out_ch_x4_groups"); in GetConverterToConvWeightsCode() 45 args_.AddInt("in_ch"); in GetConverterToConvWeightsCode() 46 args_.AddInt("in_ch_x4_groups"); in GetConverterToConvWeightsCode() 47 args_.AddInt("kernel_width"); in GetConverterToConvWeightsCode() 48 args_.AddInt("kernel_height"); in GetConverterToConvWeightsCode() 49 args_.AddInt("kernel_spatial_size"); in GetConverterToConvWeightsCode()
|
D | padding.cc | 31 op->args_.AddInt("prepended_x", attr.prepended.w); in GetPaddingCode() 32 op->args_.AddInt("prepended_y", attr.prepended.h); in GetPaddingCode() 33 op->args_.AddInt("prepended_z", attr.prepended.c); in GetPaddingCode() 34 op->args_.AddInt("prepended_w", attr.prepended.b); in GetPaddingCode()
|
D | convolution_transposed.cc | 73 args_.AddInt("stride_x", stride_.x); in ConvolutionTransposed() 74 args_.AddInt("stride_y", stride_.y); in ConvolutionTransposed() 75 args_.AddInt("padding_x", attr.padding.prepended.w); in ConvolutionTransposed() 76 args_.AddInt("padding_y", attr.padding.prepended.h); in ConvolutionTransposed() 77 args_.AddInt("kernel_size_x", attr.weights.shape.w); in ConvolutionTransposed() 78 args_.AddInt("kernel_size_y", attr.weights.shape.h); in ConvolutionTransposed() 118 args_.AddInt("stride_x", stride_.x); in ConvolutionTransposed() 119 args_.AddInt("stride_y", stride_.y); in ConvolutionTransposed() 120 args_.AddInt("stride_z", stride_.z); in ConvolutionTransposed() 121 args_.AddInt("padding_x", attr.padding.prepended.w); in ConvolutionTransposed() [all …]
|
D | conv_constants.cc | 263 op.args_.AddInt("stride_x", attr.strides.w); in CreateConvConstants() 264 op.args_.AddInt("stride_y", attr.strides.h); in CreateConvConstants() 265 op.args_.AddInt("padding_x", -attr.padding.prepended.w); in CreateConvConstants() 266 op.args_.AddInt("padding_y", -attr.padding.prepended.h); in CreateConvConstants() 267 op.args_.AddInt("dilation_x", attr.dilations.w); in CreateConvConstants() 268 op.args_.AddInt("dilation_y", attr.dilations.h); in CreateConvConstants()
|
D | depthwise_conv_3x3_stride_h2.cc | 234 desc.args_.AddInt("padding_x", -attr.padding.prepended.w); in CreateDepthWiseConv3x3StrideH2() 235 desc.args_.AddInt("padding_y", -attr.padding.prepended.h); in CreateDepthWiseConv3x3StrideH2() 236 desc.args_.AddInt("stride_x", attr.strides.w); in CreateDepthWiseConv3x3StrideH2() 237 desc.args_.AddInt("dilation_x", attr.dilations.w); in CreateDepthWiseConv3x3StrideH2()
|
D | winograd.cc | 258 desc.args_.AddInt("padding_x", -padding.prepended.w); in CreateWinograd4x4To36() 259 desc.args_.AddInt("padding_y", -padding.prepended.h); in CreateWinograd4x4To36() 260 desc.args_.AddInt("tiles_x"); in CreateWinograd4x4To36() 261 desc.args_.AddInt("tiles_y"); in CreateWinograd4x4To36() 294 args_.AddInt("padding_x"); in GetWinograd4x4To36TileX6Code() 295 args_.AddInt("padding_y"); in GetWinograd4x4To36TileX6Code() 296 args_.AddInt("tiles_total"); in GetWinograd4x4To36TileX6Code() 297 args_.AddInt("tiles_x"); in GetWinograd4x4To36TileX6Code() 586 args_.AddInt("tiles_x"); in GetWinograd36To4x4Tile4x1Code()
|
D | select_v2.cc | 87 op.args_.AddInt("broadcast_true", attr.broadcast_true); in CreateSelectV2() 88 op.args_.AddInt("broadcast_else", attr.broadcast_false); in CreateSelectV2()
|
D | space_to_depth.cc | 118 op.args_.AddInt("block_size", attr.block_size); in CreateSpaceToDepth() 129 op.args_.AddInt("block_size", attr.block_size); in CreateDepthToSpace()
|
D | conv_generic.cc | 194 args_.AddInt("src_group_size", src_slices); in ConvGeneric() 195 args_.AddInt("dst_group_size", dst_slices / attr.groups); in ConvGeneric() 424 args_.AddInt("stride_x", stride_.x); in GenerateConv() 425 args_.AddInt("padding_x", padding_.x); in GenerateConv() 426 args_.AddInt("kernel_size_x", kernel_size_.x); in GenerateConv() 427 args_.AddInt("dilation_x", dilation_.x); in GenerateConv() 430 args_.AddInt("stride_y", stride_.y); in GenerateConv() 431 args_.AddInt("padding_y", padding_.y); in GenerateConv() 432 args_.AddInt("kernel_size_y", kernel_size_.y); in GenerateConv() 433 args_.AddInt("dilation_y", dilation_.y); in GenerateConv() [all …]
|
D | convolution_transposed_3x3.cc | 83 args_.AddInt("filter_offset"); in GenerateConvolutionTransposedCode() 84 args_.AddInt("padding_x"); in GenerateConvolutionTransposedCode() 85 args_.AddInt("padding_y"); in GenerateConvolutionTransposedCode()
|
/external/webrtc/pc/ |
D | legacy_stats_collector.cc | 146 report->AddInt(StatsReport::kStatsValueNameEchoDelayMedian, in SetAudioProcessingStats() 150 report->AddInt(StatsReport::kStatsValueNameEchoDelayStdDev, in SetAudioProcessingStats() 154 report->AddInt(StatsReport::kStatsValueNameEchoReturnLoss, in SetAudioProcessingStats() 158 report->AddInt(StatsReport::kStatsValueNameEchoReturnLossEnhancement, in SetAudioProcessingStats() 218 report->AddInt(i.name, i.value); in ExtractStats() 220 report->AddInt(StatsReport::kStatsValueNameAudioOutputLevel, in ExtractStats() 224 report->AddInt(StatsReport::kStatsValueNameDecodingCodecPLC, in ExtractStats() 266 report->AddInt(i.name, i.value); in ExtractStats() 271 report->AddInt(StatsReport::kStatsValueNameAnaBitrateActionCounter, in ExtractStats() 275 report->AddInt(StatsReport::kStatsValueNameAnaChannelActionCounter, in ExtractStats() [all …]
|
/external/flatbuffers/net/FlatBuffers/ |
D | FlatBufferBuilder.cs | 292 public void AddInt(int x) { Prep(sizeof(int), 0); PutInt(x); } in AddInt() method in Google.FlatBuffers.FlatBufferBuilder 615 … public void AddInt(int o, int x, int d) { if (ForceDefaults || x != d) { AddInt(x); Slot(o); } } in AddInt() method in Google.FlatBuffers.FlatBufferBuilder 623 public void AddInt(int o, int? x) { if (x.HasValue) { AddInt(x.Value); Slot(o); } } in AddInt() method in Google.FlatBuffers.FlatBufferBuilder 811 AddInt((int)0); in EndTable() 908 AddInt(_bb.Length - _space); in Finish()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | gpu_object.h | 48 void AddInt(const std::string& name, int value) { in AddInt() function 49 generic.AddInt(name, value); in AddInt()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
D | gpu_object.h | 51 void AddInt(const std::string& name, int value) { in AddInt() function 52 generic.AddInt(name, value); in AddInt()
|
/external/flatbuffers/tests/KeywordTest/ |
D | KeywordsInTable.cs | 45 …public static void AddIs(FlatBufferBuilder builder, KeywordTest.ABC @is) { builder.AddInt(0, (int)… in AddIs() 46 …ivate(FlatBufferBuilder builder, KeywordTest.@public @private) { builder.AddInt(1, (int)@private, … in AddPrivate() 47 public static void AddType(FlatBufferBuilder builder, int type) { builder.AddInt(2, type, 0); } in AddType()
|
/external/swiftshader/tests/SystemBenchmarks/ |
D | LRUCacheBenchmarks.cpp | 81 BENCHMARK_DEFINE_F(LRUCacheBenchmark, AddInt) in BENCHMARK_DEFINE_F() argument 94 BENCHMARK_REGISTER_F(LRUCacheBenchmark, AddInt)->RangeMultiplier(8)->Range(1, 0x100000)->ArgName("c…
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/ |
D | depthwise_conv_plus_1x1_conv.cc | 396 args_.AddInt("stride_x", attr.strides.w); in AddDepthwiseConvNode() 397 args_.AddInt("padding_x", -attr.padding.prepended.w); in AddDepthwiseConvNode() 398 args_.AddInt("dilation_x", attr.dilations.w); in AddDepthwiseConvNode() 399 args_.AddInt("stride_y", attr.strides.h); in AddDepthwiseConvNode() 400 args_.AddInt("padding_y", -attr.padding.prepended.h); in AddDepthwiseConvNode() 401 args_.AddInt("dilation_y", attr.dilations.h); in AddDepthwiseConvNode()
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | FlatBufferBuilderTests.cs | 87 fbb.AddInt(0, 0, 0); in FlatBufferBuilder_WithForceDefaults_WhenAddInt_AndDefaultValue_OffsetIncreasesBySize() 197 fbb.AddInt(0, 0, 0); in FlatBufferBuilder_WhenAddInt_AndDefaultValue_OffsetIsUnchanged() 307 fbb.AddInt(0, null); in FlatBufferBuilder_WhenAddNullableInt_OffsetIsUnchanged() 417 fbb.AddInt(0, 1); in FlatBufferBuilder_WhenAddNullableInt_OffsetIsChangedBySize()
|
/external/flatbuffers/tests/union_vector/ |
D | HandFan.cs | 30 …public static void AddLength(FlatBufferBuilder builder, int length) { builder.AddInt(0, length, 0)… in AddLength()
|
D | Attacker.cs | 30 …AttackDamage(FlatBufferBuilder builder, int swordAttackDamage) { builder.AddInt(0, swordAttackDama… in AddSwordAttackDamage()
|
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
D | TableInNestedNS.cs | 33 public static void AddFoo(FlatBufferBuilder builder, int foo) { builder.AddInt(0, foo, 0); } in AddFoo()
|