Home
last modified time | relevance | path

Searched defs:conv (Results 1 – 25 of 144) sorted by relevance

123456

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/selectors/
Dconvolution_transposed_selector.cc35 ConvolutionTransposedThin conv; in SelectConvolutionTransposedAdreno() local
41 ConvolutionTransposed3x3Thin conv; in SelectConvolutionTransposedAdreno() local
46 ConvolutionTransposed conv; in SelectConvolutionTransposedAdreno() local
59 ConvolutionTransposedThin conv; in SelectConvolutionTransposedPowerVR() local
65 ConvolutionTransposed3x3Thin conv; in SelectConvolutionTransposedPowerVR() local
71 ConvolutionTransposed4x4 conv; in SelectConvolutionTransposedPowerVR() local
76 ConvolutionTransposed conv; in SelectConvolutionTransposedPowerVR() local
88 ConvolutionTransposed conv; in SelectConvolutionTransposedMali() local
Dconvolution_selector.cc39 ConvConstants conv; in SelectConvolutionAdreno() local
43 ConvTexture conv; in SelectConvolutionAdreno() local
56 ConvConstants conv; in SelectConvolutionNVidia() local
60 ConvPowerVR conv; in SelectConvolutionNVidia() local
71 ConvPowerVR conv; in SelectConvolutionPowerVR() local
83 ConvBuffer1x1 conv; in SelectConvolutionMali() local
87 ConvBuffer conv; in SelectConvolutionMali() local
91 ConvTexture conv; in SelectConvolutionMali() local
Dfully_connected_selector.cc35 ConvTexture conv; in SelectFullyConnectedAdreno() local
52 ConvPowerVR conv; in SelectFullyConnectedPowerVR() local
70 ConvBuffer1x1 conv; in SelectFullyConnectedMali() local
75 ConvTexture conv; in SelectFullyConnectedMali() local
/external/adhd/cras/src/server/
Dcras_fmt_conv.c127 static size_t mono_to_stereo(struct cras_fmt_conv *conv, const uint8_t *in, in mono_to_stereo()
133 static size_t stereo_to_mono(struct cras_fmt_conv *conv, const uint8_t *in, in stereo_to_mono()
139 static size_t mono_to_51(struct cras_fmt_conv *conv, const uint8_t *in, in mono_to_51()
151 static size_t stereo_to_51(struct cras_fmt_conv *conv, const uint8_t *in, in stereo_to_51()
163 static size_t _51_to_stereo(struct cras_fmt_conv *conv, const uint8_t *in, in _51_to_stereo()
169 static size_t stereo_to_quad(struct cras_fmt_conv *conv, const uint8_t *in, in stereo_to_quad()
183 static size_t quad_to_stereo(struct cras_fmt_conv *conv, const uint8_t *in, in quad_to_stereo()
197 static size_t default_all_to_all(struct cras_fmt_conv *conv, const uint8_t *in, in default_all_to_all()
209 static size_t convert_channels(struct cras_fmt_conv *conv, const uint8_t *in, in convert_channels()
232 struct cras_fmt_conv *conv; in cras_fmt_conv_create() local
[all …]
/external/mesa3d/src/compiler/nir/
Dnir_lower_convert_alu_types.c29 try_simplify_convert_intrin(nir_intrinsic_instr *conv) in try_simplify_convert_intrin()
54 lower_convert_alu_types_instr(nir_builder *b, nir_intrinsic_instr *conv) in lower_convert_alu_types_instr()
83 nir_intrinsic_instr *conv = nir_instr_as_intrinsic(instr); in opt_simplify_convert_alu_types_impl() local
135 nir_intrinsic_instr *conv = nir_instr_as_intrinsic(instr); in lower_convert_alu_types_impl() local
172 is_constant(nir_intrinsic_instr *conv) in is_constant()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dlayout_optimizer_test.cc89 Output conv = ops::Conv2D(s->WithOpName("Conv2D").WithDevice(device), input, in SimpleConv2D() local
226 auto conv = SimpleConv2DBackpropInput(&s, 7, 2, "EXPLICIT"); in TEST_F() local
261 auto conv = SimpleConv2DBackpropInput(&s, 7, 2, "SAME", false, false); in TEST_F() local
283 auto conv = SimpleConv2D(&s, 2, 1, "SAME"); in TEST_F() local
296 auto conv = SimpleConv2D(&s, 2, 1, "SAME"); in TEST_F() local
309 auto conv = SimpleConv2D(&s, 2, 2, "VALID"); in TEST_F() local
322 auto conv = SimpleConv2D(&s, 2, 2, "SAME"); in TEST_F() local
335 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); in TEST_F() local
348 auto conv = SimpleConv2D(&s, 4, 2, "EXPLICIT"); in TEST_F() local
361 auto conv = SimpleConv2D(&s, 4, 2, "VALID"); in TEST_F() local
[all …]
Dgeneric_layout_optimizer_test.cc73 Output conv = ops::Conv2D(s->WithOpName("Conv2D").WithDevice(device), input, in SimpleConv2D() local
229 auto conv = SimpleConv2D(&s, 4, 2, "VALID", ""); in TEST_F() local
252 auto conv = SimpleConv2D(&s, 4, 2, "VALID", ""); in TEST_F() local
274 auto conv = in TEST_F() local
297 auto conv = SimpleConv2D(&s, 4, 2, "VALID", "/CPU:0"); in TEST_F() local
319 auto conv = SimpleConv2D(&scope, 4, 2, "VALID", "/device:GPU:0"); in TEST_F() local
356 auto conv = SimpleConv2DBackpropInput(&s, 7, 2, "SAME", /*dilated=*/false); in TEST_F() local
388 auto conv = SimpleConv2D(&scope, 4, 2, "VALID", "/device:GPU:0"); in TEST_F() local
/external/icu/icu4c/source/samples/ucnv/
Dconvsamp.cpp213 UConverter *conv; in convsample_02() local
309 UConverter *conv; in convsample_05() local
405 UConverter *conv; in convsample_06() local
538 UConverter *conv; in convsample_12() local
578 UConverter *conv = NULL; in convsample_13() local
625 UConverter *conv = NULL; in convsample_20_didSubstitute() local
719 UConverter *conv = NULL, *cloneCnv = NULL; in convsample_21_didSubstitute() local
887 UConverter *conv = NULL; in convsample_40() local
992 UConverter *conv = NULL; in convsample_46() local
1086 UConverter *conv = NULL; in convsample_50() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dconvolution_group_converter_test.cc51 auto cost_model = [](HloInstruction* conv) { return true; }; in TEST_F()
83 auto cost_model = [](HloInstruction* conv) { return true; }; in TEST_F()
110 auto cost_model = [](HloInstruction* conv) { return false; }; in TEST_F()
Dtranspose_folding_test.cc245 HloInstruction* conv = builder.AddInstruction(HloInstruction::CreateConvolve( in TEST_F() local
301 HloInstruction* conv = builder.AddInstruction(HloInstruction::CreateConvolve( in TEST_F() local
362 HloInstruction* conv = builder.AddInstruction(HloInstruction::CreateConvolve( in TEST_F() local
429 HloInstruction* conv = builder.AddInstruction(HloInstruction::CreateConvolve( in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_fused_conv_rewriter.cc39 HloCustomCallInstruction* conv; member
149 auto conv = Cast<HloCustomCallInstruction>(conv_instr); in FindConvWithRelu() local
187 auto conv = match.conv; in TryRewriteToCudnnForwardRelu() local
301 HloCustomCallInstruction* conv; member
328 HloCustomCallInstruction* conv = in FindConvWithClampAndConvertToInt8() local
340 auto conv = match.conv; in RewriteForConvertOrClampImpl() local
449 HloCustomCallInstruction* conv = in FindConvWithConvertToFloat() local
Dcudnn_pad_for_convolutions.cc74 static Status PadConv(HloCustomCallInstruction* conv, in PadConv()
150 HloCustomCallInstruction* conv, in ResolveAndPad()
151 StatusOr<bool> (*resolve_pad_shapes)(HloCustomCallInstruction* conv, in ResolveAndPad()
179 HloCustomCallInstruction* conv, std::vector<Shape>* new_input_shapes_ptr, in TryResolvePaddedShapesForTensorCore()
282 HloCustomCallInstruction* conv, std::vector<Shape>* new_input_shapes_ptr, in TryResolvePaddedShapesForIntegerConvolution()
Dgpu_conv_rewriter_test.cc109 auto* conv = builder.AddInstruction(HloInstruction::CreateConvolve( in TEST_F() local
165 auto* conv = builder.AddInstruction(HloInstruction::CreateConvolve( in TEST_F() local
368 HloInstruction* conv = builder.AddInstruction(HloInstruction::CreateConvolve( in TEST_F() local
505 HloInstruction* conv = builder.AddInstruction(HloInstruction::CreateConvolve( in TEST_F() local
555 HloInstruction* conv = builder.AddInstruction(HloInstruction::CreateConvolve( in TEST_F() local
609 HloInstruction* conv = builder.AddInstruction(HloInstruction::CreateConvolve( in TEST_F() local
664 HloInstruction* conv = builder.AddInstruction(HloInstruction::CreateConvolve( in TEST_F() local
Dgpu_conv_rewriter.cc67 bool CanImplementAsGpuForwardConv(HloInstruction* conv) { in CanImplementAsGpuForwardConv()
93 MatchBackwardFilter(HloInstruction* conv) { in MatchBackwardFilter()
319 MatchBackwardInput(HloInstruction* conv) { in MatchBackwardInput()
624 static StatusOr<HloInstruction*> CreateCustomCallHelper(HloInstruction* conv) { in CreateCustomCallHelper()
695 StatusOr<bool> RunOnInstruction(HloInstruction* conv) { in RunOnInstruction()
Dgpu_conv_runner.cc252 const HloCustomCallInstruction* conv, in GetGpuConvParams()
444 Status RunGpuConv(const HloCustomCallInstruction* conv, in RunGpuConv()
454 Status RunGpuConv(const HloCustomCallInstruction* conv, in RunGpuConv()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dop_version_test.cc28 std::unique_ptr<ConvOperator> conv(new ConvOperator()); in TEST() local
61 std::unique_ptr<DepthwiseConvOperator> conv(new DepthwiseConvOperator()); in TEST() local
/external/mesa3d/src/panfrost/midgard/
Dnir_fuse_io_16.c96 nir_ssa_def *conv = nir_f2f32(&b, &intr->dest.ssa); in nir_fuse_io_16() local
/external/elfutils/libdwelf/
Ddwelf_elf_gnu_debuglink.c79 Elf_Data conv = in dwelf_elf_gnu_debuglink() local
/external/sfntly/cpp/src/test/
Dtest_utils_test.cc32 UConverter* conv = TestUtils::GetEncoder("utf8"); in TestEncoding() local
Dtest_utils.cc76 UConverter* conv = ucnv_open(charset_name, &status); in GetEncoder() local
/external/python/pybind11/include/pybind11/
Dstl.h77 key_conv conv; in load() local
153 value_conv conv; in load() local
/external/mesa3d/src/freedreno/ir3/
Dir3_cf.c90 try_conversion_folding(struct ir3_instruction *conv) in try_conversion_folding()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_eigen_tensor_alignment_test.cc44 HloInstruction* conv = module->entry_computation()->root_instruction(); in TEST_F() local
/external/adhd/cras/src/tests/
Ddev_stream_unittest.cc65 struct cras_fmt_conv* conv; member
1174 int config_format_converter(struct cras_fmt_conv** conv, in config_format_converter()
1186 void cras_fmt_conv_destroy(struct cras_fmt_conv* conv) {} in cras_fmt_conv_destroy()
1188 size_t cras_fmt_conv_convert_frames(struct cras_fmt_conv* conv, in cras_fmt_conv_convert_frames()
1253 size_t cras_fmt_conv_in_frames_to_out(struct cras_fmt_conv* conv, in cras_fmt_conv_in_frames_to_out()
1258 size_t cras_fmt_conv_out_frames_to_in(struct cras_fmt_conv* conv, in cras_fmt_conv_out_frames_to_in()
1264 const struct cras_fmt_conv* conv) { in cras_fmt_conv_in_format()
1269 const struct cras_fmt_conv* conv) { in cras_fmt_conv_out_format()
1273 int cras_fmt_conversion_needed(const struct cras_fmt_conv* conv) { in cras_fmt_conversion_needed()
1277 void cras_fmt_conv_set_linear_resample_rates(struct cras_fmt_conv* conv, in cras_fmt_conv_set_linear_resample_rates()
/external/icu/icu4c/source/i18n/
Dcsmatch.cpp63 UConverter *conv = ucnv_open(getName(), status); in getUChars() local

123456