/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opcodes.c | 9 .output_type = nir_type_float32, 23 .output_type = nir_type_int32, 37 .output_type = nir_type_bool32, 51 .output_type = nir_type_bool32, 65 .output_type = nir_type_bool32, 79 .output_type = nir_type_bool32, 93 .output_type = nir_type_bool32, 107 .output_type = nir_type_bool32, 121 .output_type = nir_type_bool32, 135 .output_type = nir_type_bool32, [all …]
|
/external/gemmlowp/meta/generators/ |
D | gemm_NxMxK_neon.py | 173 def BuildName(output_type, aligned, rows, cols, leftover): argument 174 name = BuildMainGemmName(output_type) + '_%d_%d_%d' % (rows, cols, leftover) 187 def GetGemmParameters(output_type, extra_params=None): argument 192 if output_type is _QUANTIZED_8BIT: 196 elif output_type is _FULL_32BIT: 198 elif output_type is _FULL_FLOAT: 201 raise ConfigurationError('Unsupported output type: %s' % output_type) 205 def GetStridedGemmParameters(output_type): argument 206 return GetGemmParameters(output_type, [['std::int32_t', 'result_stride']]) 209 def GenerateGemm(emitter, output_type, aligned, rows, cols, leftovers): argument [all …]
|
D | gemv_1xMxK_neon.py | 140 def BuildName(output_type, aligned, cols, leftover): argument 141 name = BuildMainGemvName(output_type) + '_%d_%d' % (cols, leftover) 154 def GetGemvParameters(output_type): argument 157 if output_type is _QUANTIZED_8BIT: 161 elif output_type is _FULL_32BIT: 163 elif output_type is _FULL_FLOAT: 166 raise ConfigurationError('Unsupported output type: %s' % output_type) 170 def GenerateGemv(emitter, output_type, aligned, cols, leftovers): argument 173 BuildName(output_type, aligned, cols, leftovers), 174 GetGemvParameters(output_type), 'void') [all …]
|
/external/v8/src/compiler/ |
D | representation-change.cc | 115 Node* node, MachineRepresentation output_rep, Type* output_type, in GetRepresentationFor() argument 118 output_type->IsInhabited()) { in GetRepresentationFor() 121 return TypeError(node, output_rep, output_type, use_info.representation()); in GetRepresentationFor() 144 return GetTaggedSignedRepresentationFor(node, output_rep, output_type, in GetRepresentationFor() 149 return GetTaggedPointerRepresentationFor(node, output_rep, output_type, in GetRepresentationFor() 153 return GetTaggedRepresentationFor(node, output_rep, output_type, in GetRepresentationFor() 157 return GetFloat32RepresentationFor(node, output_rep, output_type, in GetRepresentationFor() 160 return GetFloat64RepresentationFor(node, output_rep, output_type, in GetRepresentationFor() 164 return GetBitRepresentationFor(node, output_rep, output_type); in GetRepresentationFor() 168 return GetWord32RepresentationFor(node, output_rep, output_type, use_node, in GetRepresentationFor() [all …]
|
D | representation-change.h | 237 Type* output_type, Node* use_node, 267 Type* output_type, Node* use_node, 271 Type* output_type, Node* use_node, 274 Type* output_type, Truncation truncation); 277 Type* output_type, Truncation truncation); 280 Type* output_type, Node* use_node, 283 Type* output_type, Node* use_node, 286 Type* output_type); 288 Type* output_type); 290 Type* output_type, MachineRepresentation use);
|
/external/perfetto/src/ipc/protoc_plugin/ |
D | ipc_generator.cc | 134 std::string output_type = method.output_type()->name(); in ForEachMethod() local 135 function(method, input_type, output_type); in ForEachMethod() 152 const std::string& output_type) { in GenerateServiceHeader() argument 153 if (types_seen.count(output_type) == 0) { in GenerateServiceHeader() 155 "o", output_type); in GenerateServiceHeader() 156 types_seen.insert(output_type); in GenerateServiceHeader() 159 method.name(), "i", input_type, "o", output_type); in GenerateServiceHeader() 168 const std::string& output_type) { in GenerateServiceHeader() argument 169 if (types_seen.count(output_type) == 0) { in GenerateServiceHeader() 171 "o", output_type); in GenerateServiceHeader() [all …]
|
/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_options.cc | 37 tensorflow::Status ParseOutput(const string& output_opt, string* output_type, in ParseOutput() argument 41 *output_type = kOutput[1]; in ParseOutput() 57 *output_type = output_opt; in ParseOutput() 59 *output_type = output_opt.substr(0, opt_split); in ParseOutput() 60 if (output_types.find(*output_type) == output_types.end()) { in ParseOutput() 64 output_type->c_str(), in ParseOutput() 73 if (*output_type == kOutput[0]) { in ParseOutput() 81 } else if (*output_type == kOutput[2]) { in ParseOutput() 87 } else if (*output_type == kOutput[3]) { in ParseOutput() 108 kv[0].c_str(), output_type->c_str())); in ParseOutput() [all …]
|
D | tfprof_options.h | 123 const string& output_type, in Options() 145 output_type(output_type), in Options() 173 string output_type; member 180 tensorflow::Status ParseOutput(const string& output_opt, string* output_type,
|
/external/scapy/doc/notebooks/ |
D | graphs-ipids.ipynb | 20 "output_type": "stream", 27 "output_type": "stream", 46 "output_type": "stream", 56 "output_type": "stream", 66 "output_type": "stream", 76 "output_type": "stream", 86 "output_type": "stream", 96 "output_type": "stream", 106 "output_type": "stream", 116 "output_type": "stream", [all …]
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq_external_decoder_unittest.cc | 189 NetEqOutputType output_type; in GetAndVerifyOutput() local 198 &output_type)); in GetAndVerifyOutput() 204 samples_per_channel = GetOutputAudio(kMaxBlockSize, output_, &output_type); in GetAndVerifyOutput() 258 virtual void UpdateState(NetEqOutputType output_type) { in UpdateState() argument 261 if (output_type == kOutputNormal) { in UpdateState() 267 if (output_type == kOutputPLC) { in UpdateState() 273 if (output_type == kOutputPLCtoCNG) { in UpdateState() 275 } else if (output_type == kOutputNormal) { in UpdateState() 281 if (output_type == kOutputNormal) { in UpdateState() 294 NetEqOutputType output_type; in GetAndVerifyOutput() local [all …]
|
/external/zopfli/src/zopfli/ |
D | zopfli_bin.c | 83 ZopfliFormat output_type, in CompressFile() argument 96 ZopfliCompress(options, output_type, in, insize, &out, &outsize); in CompressFile() 130 ZopfliFormat output_type = ZOPFLI_FORMAT_GZIP; in main() local 142 output_type = ZOPFLI_FORMAT_DEFLATE; in main() 144 else if (StringsEqual(arg, "--zlib")) output_type = ZOPFLI_FORMAT_ZLIB; in main() 145 else if (StringsEqual(arg, "--gzip")) output_type = ZOPFLI_FORMAT_GZIP; in main() 181 } else if (output_type == ZOPFLI_FORMAT_GZIP) { in main() 183 } else if (output_type == ZOPFLI_FORMAT_ZLIB) { in main() 186 assert(output_type == ZOPFLI_FORMAT_DEFLATE); in main() 192 CompressFile(&options, output_type, filename, outfilename); in main()
|
D | zopfli_lib.c | 28 void ZopfliCompress(const ZopfliOptions* options, ZopfliFormat output_type, in ZopfliCompress() argument 31 if (output_type == ZOPFLI_FORMAT_GZIP) { in ZopfliCompress() 33 } else if (output_type == ZOPFLI_FORMAT_ZLIB) { in ZopfliCompress() 35 } else if (output_type == ZOPFLI_FORMAT_DEFLATE) { in ZopfliCompress()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | elemental_ir_emitter.cc | 73 PrimitiveType output_type) const { in EmitLibdeviceMathCall() 84 switch (output_type) { in EmitLibdeviceMathCall() 94 output_type = F32; in EmitLibdeviceMathCall() 103 PrimitiveType_Name(output_type).c_str()); in EmitLibdeviceMathCall() 106 converted_input_types, output_type) in EmitLibdeviceMathCall() 118 PrimitiveType output_type) const { in EmitLlvmIntrinsicMathCall() 122 switch (output_type) { in EmitLlvmIntrinsicMathCall() 134 PrimitiveType_Name(output_type).c_str()); in EmitLlvmIntrinsicMathCall() 136 return EmitMathCall(munged_callee, operands, input_types, output_type); in EmitLlvmIntrinsicMathCall() 143 PrimitiveType output_type) const { in EmitMathCall() [all …]
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opcodes.py | 35 def __init__(self, name, output_size, output_type, input_sizes, argument 68 assert isinstance(output_type, str) 84 self.output_type = output_type 107 def opcode(name, output_size, output_type, input_sizes, input_types, argument 110 opcodes[name] = Opcode(name, output_size, output_type, input_sizes, 119 def unop_horiz(name, output_size, output_type, input_size, input_type, argument 121 opcode(name, output_size, output_type, [input_size], [input_type], "", 124 def unop_reduce(name, output_size, output_type, input_type, prereduce_expr, argument 136 unop_horiz(name + "2", output_size, output_type, 2, input_type, 138 unop_horiz(name + "3", output_size, output_type, 3, input_type, [all …]
|
/external/compiler-rt/test/asan/android_commands/ |
D | android_compile.py | 11 output_type = 'executable' variable 17 output_type = 'shared' variable 19 output_type = 'object' variable 31 if output_type in ['executable', 'shared']: 34 if output_type == 'executable':
|
/external/iproute2/lib/ |
D | json_print.c | 74 void open_json_array(enum output_type type, const char *str) in open_json_array() 88 void close_json_array(enum output_type type, const char *str) in close_json_array() 104 void print_color_##type_name(enum output_type t, \ 125 void print_color_string(enum output_type type, in print_color_string() 148 void print_color_bool(enum output_type type, in print_color_bool() 167 void print_color_0xhex(enum output_type type, in print_color_0xhex() 183 void print_color_hex(enum output_type type, in print_color_hex() 206 void print_color_null(enum output_type type, in print_color_null()
|
/external/iproute2/include/ |
D | json_print.h | 26 enum output_type { enum 41 void open_json_array(enum output_type type, const char *delim); 42 void close_json_array(enum output_type type, const char *delim); 45 void print_color_##type_name(enum output_type t, \ 51 static inline void print_##type_name(enum output_type t, \
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | argminmax_test.py | 53 lambda x: math_ops.argmax(x, axis=0, output_type=dtypes.int32), 57 lambda x: math_ops.argmax(x, axis=0, output_type=dtypes.int32), 61 lambda x: math_ops.argmax(x, axis=1, output_type=dtypes.int32), 66 lambda x: math_ops.argmin(x, axis=0, output_type=dtypes.int32), 70 lambda x: math_ops.argmin(x, axis=0, output_type=dtypes.int32), 74 lambda x: math_ops.argmin(x, axis=1, output_type=dtypes.int32),
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_helpers.cc | 37 DataType output_type, int axis, bool is_min, in ArgMinMax() argument 50 TF_RETURN_IF_ERROR(DataTypeToPrimitiveType(output_type, &xla_output_type)); in ArgMinMax() 68 XlaHelpers::IntegerLiteral(builder, output_type, bits_in_type); in ArgMinMax() 77 TF_RETURN_IF_ERROR(XlaHelpers::Iota(builder, output_type, axis_size, &iota)); in ArgMinMax() 84 builder->Reduce(product, XlaHelpers::MinValue(builder, output_type), in ArgMinMax() 85 *ctx->GetOrCreateMax(output_type), in ArgMinMax() 186 DataType output_type, int axis, in ArgMax() argument 188 return ArgMinMax(builder, ctx, input, input_shape, input_type, output_type, in ArgMax() 196 DataType output_type, int axis, in ArgMin() argument 198 return ArgMinMax(builder, ctx, input, input_shape, input_type, output_type, in ArgMin()
|
/external/python/cpython3/Lib/ |
D | tempfile.py | 120 output_type = _infer_return_type(prefix, suffix, dir) 122 suffix = output_type() 124 if output_type is str: 129 if output_type is str: 133 return prefix, suffix, dir, output_type 249 def _mkstemp_inner(dir, pre, suf, flags, output_type): argument 253 if output_type is bytes: 335 prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) 342 return _mkstemp_inner(dir, prefix, suffix, flags, output_type) 358 prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) [all …]
|
/external/google-benchmark/tools/ |
D | compare_bench.py | 20 output_type = find_benchmark_flag('--benchmark_out_format=', flags) 27 if output_type is not None and output_type != 'json': 29 " is not supported.") % output_type)
|
/external/libcxx/utils/google-benchmark/tools/ |
D | compare_bench.py | 20 output_type = find_benchmark_flag('--benchmark_out_format=', flags) 27 if output_type is not None and output_type != 'json': 29 " is not supported.") % output_type)
|
/external/adhd/cras/src/tests/ |
D | audio_test_gui.py | 171 def start_test(self, input_type, output_type, input_file='', argument 186 if input_type == 'file' or output_type == 'file': 197 if output_type == 'file': 201 set_output = ['cras_test_client', '--select_output', str(output_type)]
|
/external/lisa/ipynb/examples/energy_meter/ |
D | EnergyMeter_ACME.ipynb | 23 "output_type": "stream", 127 "output_type": "stream", 188 "output_type": "stream", 263 "output_type": "stream", 270 "output_type": "stream", 306 "output_type": "stream", 327 "output_type": "stream", 335 "output_type": "stream", 359 "output_type": "stream", 367 "output_type": "stream", [all …]
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_service.cc | 212 method->output_type()); in GenerateCallMethod() 260 method->output_type()); in GenerateCallBlockingMethod() 304 (which == REQUEST) ? method->input_type() : method->output_type()); in GenerateGetPrototype() 356 method->output_type()); in GenerateStub() 421 method->output_type()); in GenerateBlockingStub() 445 vars["output"] = name_resolver_->GetImmutableClassName(method->output_type()); in GenerateMethodSignature() 460 vars["output"] = name_resolver_->GetImmutableClassName(method->output_type()); in GenerateBlockingMethodSignature()
|