Searched refs:convs (Results 1 – 9 of 9) sorted by relevance
/external/toybox/toys/pending/ |
D | dd.c | 136 char *ss, *convs[] = {"fsync", "noerror", "notrunc", "sync"}; in dd_main() local 140 for (i = 0; i<ARRAY_LEN(convs); i++) in dd_main() 141 if (len == strlen(convs[i]) && !strncmp(ss, convs[i], len)) break; in dd_main() 142 if (i == ARRAY_LEN(convs)) error_exit("bad conv=%.*s", len, ss); in dd_main()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_conv_pad_for_tensor_cores.cc | 222 std::vector<HloCustomCallInstruction*> convs; in GetRelevantConvs() local 225 convs.push_back(Cast<HloCustomCallInstruction>(instr)); in GetRelevantConvs() 228 return convs; in GetRelevantConvs()
|
D | cudnn_conv_algorithm_picker.cc | 411 std::vector<HloInstruction*> convs; in RunOnComputation() local 414 convs.push_back(instr); in RunOnComputation() 419 for (auto* instr : convs) { in RunOnComputation()
|
D | cudnn_conv_padding_legalization.cc | 395 std::vector<HloCustomCallInstruction*> convs; in RunOnComputation() local 398 convs.push_back(Cast<HloCustomCallInstruction>(instr)); in RunOnComputation() 401 for (HloCustomCallInstruction* instruction : convs) { in RunOnComputation()
|
D | cudnn_conv_rewriter.cc | 555 std::vector<HloInstruction*> convs; in RunOnComputation() local 558 convs.push_back(hlo); in RunOnComputation() 563 for (HloInstruction* conv : convs) { in RunOnComputation()
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | depthwise_conv_op_test.py | 38 convs = [] 51 convs.append(nn_ops.conv2d(input_slice, filter_slice, 58 return array_ops.concat(convs, 1) 60 return array_ops.concat(convs, 3)
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | README.md | 3 Weight filters of convs are expected to be symmetric per-channel quantized in
|
/external/tensorflow/tensorflow/lite/tools/optimize/testdata/ |
D | README.md | 25 A floating point model with two convs that have a use the same weight tensor.
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | README.txt | 14 2. Targets with multiple calling convs (e.g. x86) which have different clobber
|