Home
last modified time | relevance | path

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

12345

/external/adhd/cras/src/server/
Dcras_fmt_conv.c169 static size_t s16_mono_to_stereo(struct cras_fmt_conv *conv, in s16_mono_to_stereo()
184 static size_t s16_stereo_to_mono(struct cras_fmt_conv *conv, in s16_stereo_to_mono()
199 static size_t s16_mono_to_51(struct cras_fmt_conv *conv, in s16_mono_to_51()
233 static size_t s16_stereo_to_51(struct cras_fmt_conv *conv, in s16_stereo_to_51()
268 static size_t s16_51_to_stereo(struct cras_fmt_conv *conv, in s16_51_to_stereo()
296 static size_t s16_stereo_to_quad(struct cras_fmt_conv *conv, in s16_stereo_to_quad()
332 static size_t s16_quad_to_stereo(struct cras_fmt_conv *conv, in s16_quad_to_stereo()
368 static size_t s16_default_all_to_all(struct cras_fmt_conv *conv, in s16_default_all_to_all()
427 static size_t convert_channels(struct cras_fmt_conv *conv, in convert_channels()
497 struct cras_fmt_conv *conv; in cras_fmt_conv_create() local
[all …]
Ddev_stream.h36 struct cras_fmt_conv *conv; member
/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 …]
Dremapper_test.cc120 auto conv = ops::Conv2D(s.WithOpName("conv"), input, filter, strides, "SAME"); in TEST_F() local
183 auto conv = ops::Conv2D(s.WithOpName("conv"), input, filter, strides, "SAME"); in TEST_F() local
251 auto conv = ops::Conv2D(s.WithOpName("conv"), input, filter, strides, "SAME"); in TEST_F() local
328 auto conv = ops::Conv2D(s.WithOpName("conv"), input, filter, strides, "SAME"); in TEST_F() local
404 auto conv = ops::Conv2D(s.WithOpName("conv"), input, filter, strides, "SAME"); 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/gpu/
Dcudnn_conv_rewriter.cc67 bool CanImplementAsCudnnForwardConv(HloInstruction* conv) { in CanImplementAsCudnnForwardConv()
93 HloInstruction* conv) { in MatchBackwardFilter()
257 MatchBackwardInput(HloInstruction* conv) { in MatchBackwardInput()
498 StatusOr<bool> RunOnInstruction(HloInstruction* conv) { in RunOnInstruction()
Dcudnn_conv_rewriter_test.cc109 auto* conv = builder.AddInstruction(HloInstruction::CreateConvolve( in TEST_F() local
288 HloInstruction* conv = builder.AddInstruction(HloInstruction::CreateConvolve( in TEST_F() local
425 HloInstruction* conv = builder.AddInstruction(HloInstruction::CreateConvolve( in TEST_F() local
475 HloInstruction* conv = builder.AddInstruction(HloInstruction::CreateConvolve( in TEST_F() local
529 HloInstruction* conv = builder.AddInstruction(HloInstruction::CreateConvolve( in TEST_F() local
584 HloInstruction* conv = builder.AddInstruction(HloInstruction::CreateConvolve( in TEST_F() local
Dcudnn_fused_conv_rewriter.cc35 HloCustomCallInstruction* conv; member
144 auto conv = Cast<HloCustomCallInstruction>(conv_instr); in FindConvWithRelu() local
174 auto conv = match.conv; in TryRewriteToCudnnForwardRelu() local
Dcudnn_conv_runner.cc321 const HloCustomCallInstruction* conv, in GetCudnnConvParams()
394 Status RunCudnnConv(const HloCustomCallInstruction* conv, in RunCudnnConv()
404 Status RunCudnnConv(const HloCustomCallInstruction* conv, in RunCudnnConv()
Dcudnn_conv_pad_for_tensor_cores.cc74 static Status PadConv(HloCustomCallInstruction* conv, in PadConv()
121 static StatusOr<bool> PadForTensorCores(HloCustomCallInstruction* conv) { in PadForTensorCores()
/external/tensorflow/tensorflow/core/protobuf/
Dconv_autotuning.proto11 NodeDef conv = 1; field
Dautotuning.proto43 ConvKey conv = 5; field
/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/elfutils/libdwelf/
Ddwelf_elf_gnu_debuglink.c79 Elf_Data conv = in dwelf_elf_gnu_debuglink() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dtranspose_folding_test.cc246 HloInstruction* conv = builder.AddInstruction(HloInstruction::CreateConvolve( in TEST_F() local
302 HloInstruction* conv = builder.AddInstruction(HloInstruction::CreateConvolve( in TEST_F() local
363 HloInstruction* conv = builder.AddInstruction(HloInstruction::CreateConvolve( in TEST_F() local
430 HloInstruction* conv = builder.AddInstruction(HloInstruction::CreateConvolve( in TEST_F() local
Ddynamic_padder_test.cc128 auto* conv = builder.AddInstruction(HloInstruction::CreateConvolve( in TEST_F() local
171 auto* conv = builder.AddInstruction(HloInstruction::CreateConvolve( in TEST_F() local
Dconvolution_group_converter_test.cc112 auto cost_model = [](HloInstruction* conv) { return false; }; in TEST_F()
/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/icu/icu4c/source/i18n/
Dcsmatch.cpp63 UConverter *conv = ucnv_open(getName(), status); in getUChars() local
/external/adhd/cras/src/tests/
Ddev_stream_unittest.cc63 struct cras_fmt_conv *conv; member
1157 int config_format_converter(struct cras_fmt_conv **conv, in config_format_converter()
1169 void cras_fmt_conv_destroy(struct cras_fmt_conv *conv) { in cras_fmt_conv_destroy()
1172 size_t cras_fmt_conv_convert_frames(struct cras_fmt_conv *conv, in cras_fmt_conv_convert_frames()
1239 size_t cras_fmt_conv_in_frames_to_out(struct cras_fmt_conv *conv, in cras_fmt_conv_in_frames_to_out()
1247 size_t cras_fmt_conv_out_frames_to_in(struct cras_fmt_conv *conv, in cras_fmt_conv_out_frames_to_in()
1255 const struct cras_fmt_conv *conv) { in cras_fmt_conv_in_format()
1260 const struct cras_fmt_conv *conv) { in cras_fmt_conv_out_format()
1264 int cras_fmt_conversion_needed(const struct cras_fmt_conv *conv) in cras_fmt_conversion_needed()
1269 void cras_fmt_conv_set_linear_resample_rates(struct cras_fmt_conv *conv, in cras_fmt_conv_set_linear_resample_rates()
/external/syzkaller/dashboard/app/static/
Dcommon.js4 function sortTable(item, colName, conv) { argument
/external/e2fsprogs/intl/
DgettextP.h117 __gconv_t conv; member
120 iconv_t conv; member
/external/eigen/unsupported/test/
Dcxx11_tensor_cast_float16_cuda.cu70 Eigen::Tensor<float, 1> conv = halfs.cast<float>(); in test_fallback_conversion() local
/external/icu/icu4c/source/common/
Dustr_wcs.cpp76 UConverter* conv = NULL; in _strToWCS() local
291 UConverter* conv = NULL; in _strFromWCS() local

12345