Home
last modified time | relevance | path

Searched refs:output_type (Results 1 – 25 of 275) sorted by relevance

1234567891011

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.c175 .output_type = nir_type_float,
189 .output_type = nir_type_int,
203 .output_type = nir_type_bool32,
217 .output_type = nir_type_bool32,
231 .output_type = nir_type_bool32,
245 .output_type = nir_type_bool32,
259 .output_type = nir_type_bool32,
273 .output_type = nir_type_bool32,
287 .output_type = nir_type_bool32,
301 .output_type = nir_type_bool32,
[all …]
/external/gemmlowp/meta/generators/
Dgemm_NxMxK_neon.py173 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 …]
Dgemv_1xMxK_neon.py140 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/tensorflow/tensorflow/compiler/tests/
Dargminmax_test.py32 def _assertOpOutputMatchesExpected(self, op, axis, output_type, op_input, argument
47 output = op(pinp, axis=axis, output_type=output_type)
58 for output_type in minmax_types:
62 output_type=output_type,
64 expected=output_type(2))
68 output_type=output_type,
70 expected=np.array([0, 1, 0], dtype=output_type))
74 output_type=output_type,
76 expected=np.array([0, 0], dtype=output_type))
81 output_type=output_type,
[all …]
/external/v8/src/compiler/
Drepresentation-change.cc138 Node* node, MachineRepresentation output_rep, Type output_type, in GetRepresentationFor() argument
140 if (output_rep == MachineRepresentation::kNone && !output_type.IsNone()) { in GetRepresentationFor()
143 return TypeError(node, output_rep, output_type, use_info.representation()); in GetRepresentationFor()
166 return GetTaggedSignedRepresentationFor(node, output_rep, output_type, in GetRepresentationFor()
171 return GetTaggedPointerRepresentationFor(node, output_rep, output_type, in GetRepresentationFor()
175 return GetTaggedRepresentationFor(node, output_rep, output_type, in GetRepresentationFor()
179 return GetFloat32RepresentationFor(node, output_rep, output_type, in GetRepresentationFor()
182 return GetFloat64RepresentationFor(node, output_rep, output_type, in GetRepresentationFor()
186 return GetBitRepresentationFor(node, output_rep, output_type); in GetRepresentationFor()
190 return GetWord32RepresentationFor(node, output_rep, output_type, use_node, in GetRepresentationFor()
[all …]
Drepresentation-change.h277 Type output_type, Node* use_node,
307 Type output_type, Node* use_node,
311 Type output_type, Node* use_node,
314 Type output_type, Truncation truncation);
317 Type output_type, Truncation truncation);
320 Type output_type, Node* use_node,
323 Type output_type, Node* use_node,
326 Type output_type);
328 Type output_type);
330 Type output_type, MachineRepresentation use);
/external/perfetto/src/ipc/protoc_plugin/
Dipc_generator.cc134 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/
Dtfprof_options.cc37 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 …]
Dtfprof_options.h123 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/
Dgraphs-ipids.ipynb20 "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/
Dneteq_external_decoder_unittest.cc189 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/
Dzopfli_bin.c83 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()
Dzopfli_lib.c28 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/client/lib/
Darithmetic.cc128 XlaOp ArgMinMax(XlaOp input, PrimitiveType output_type, int axis, bool is_min) { in ArgMinMax() argument
149 ConvertElementType(Eq(input, input_max, broadcast_dims), output_type); in ArgMinMax()
156 ShapeUtil::ByteSizeOfPrimitiveType(output_type) * 8 - 1; in ArgMinMax()
157 XlaOp shift_amount = ConstantR0WithType(builder, output_type, bits_in_type); in ArgMinMax()
165 XlaOp iota = Iota(builder, output_type, axis_size); in ArgMinMax()
170 return Reduce(product, MinValue(builder, output_type), in ArgMinMax()
171 CreateScalarMaxComputation(output_type, builder), in ArgMinMax()
178 XlaOp ArgMax(XlaOp input, PrimitiveType output_type, int axis) { in ArgMax() argument
179 return ArgMinMax(input, output_type, axis, /*is_min=*/false); in ArgMax()
182 XlaOp ArgMin(XlaOp input, PrimitiveType output_type, int axis) { in ArgMin() argument
[all …]
/external/compiler-rt/test/asan/android_commands/
Dandroid_compile.py11 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/
Djson_print.c74 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/tensorflow/tensorflow/compiler/xla/service/gpu/
Delemental_ir_emitter.cc79 absl::Span<const PrimitiveType> input_types, PrimitiveType output_type) { in EmitLibdeviceMathCall() argument
90 switch (output_type) { in EmitLibdeviceMathCall()
100 output_type = F32; in EmitLibdeviceMathCall()
109 PrimitiveType_Name(output_type)); in EmitLibdeviceMathCall()
112 converted_input_types, output_type) in EmitLibdeviceMathCall()
122 absl::Span<const PrimitiveType> input_types, PrimitiveType output_type) { in EmitLlvmIntrinsicMathCall() argument
126 switch (output_type) { in EmitLlvmIntrinsicMathCall()
138 PrimitiveType_Name(output_type)); in EmitLlvmIntrinsicMathCall()
140 return EmitMathCall(munged_callee, operands, input_types, output_type); in EmitLlvmIntrinsicMathCall()
145 absl::Span<const PrimitiveType> input_types, PrimitiveType output_type) { in EmitMathCall() argument
[all …]
/external/iproute2/include/
Djson_print.h26 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/mesa3d/src/compiler/nir/
Dnir_opcodes.py34 def __init__(self, name, output_size, output_type, input_sizes, argument
67 assert isinstance(output_type, str)
83 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/python/cpython3/Lib/
Dtempfile.py116 output_type = _infer_return_type(prefix, suffix, dir)
118 suffix = output_type()
120 if output_type is str:
125 if output_type is str:
129 return prefix, suffix, dir, output_type
247 def _mkstemp_inner(dir, pre, suf, flags, output_type): argument
251 if output_type is bytes:
333 prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
340 return _mkstemp_inner(dir, prefix, suffix, flags, output_type)
356 prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
[all …]
/external/grpc-grpc/src/compiler/
Dcsharp_generator.cc231 return "grpc::AsyncUnaryCall<" + GetClassName(method->output_type()) + in GetMethodReturnTypeClient()
236 GetClassName(method->output_type()) + ">"; in GetMethodReturnTypeClient()
239 GetClassName(method->output_type()) + ">"; in GetMethodReturnTypeClient()
243 GetClassName(method->output_type()) + ">"; in GetMethodReturnTypeClient()
268 GetClassName(method->output_type()) + ">"; in GetMethodReturnTypeServer()
285 GetClassName(method->output_type()) + "> responseStream"; in GetMethodResponseStreamMaybe()
303 if (descriptor_set.find(method->output_type()) == descriptor_set.end()) { in GetUsedMessages()
304 descriptor_set.insert(method->output_type()); in GetUsedMessages()
305 result.push_back(method->output_type()); in GetUsedMessages()
332 GetClassName(method->output_type())); in GenerateStaticMethodField()
[all …]
Dnode_generator.cc103 const Descriptor* output_type = method->output_type(); in GetAllMessages() local
105 message_types[output_type->full_name()] = output_type; in GetAllMessages()
161 const Descriptor* output_type = method->output_type(); in PrintMethod() local
167 vars["output_type"] = NodeObjectPath(output_type); in PrintMethod()
168 vars["output_type_id"] = MessageIdentifierName(output_type->full_name()); in PrintMethod()
/external/tensorflow/tensorflow/contrib/autograph/examples/notebooks/
Drnn_keras_estimator.ipynb413 "output_type": "stream",
501 "output_type": "display_data"
517 "output_type": "display_data"
533 "output_type": "display_data"
550 "output_type": "display_data"
567 "output_type": "display_data"
585 "output_type": "display_data"
603 "output_type": "display_data"
621 "output_type": "display_data"
639 "output_type": "display_data"
[all …]
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dindex_ops_cpu.cc69 const DataType dtype = output_type(0); in Compile()
70 xla::PrimitiveType output_type; in Compile() local
71 OP_REQUIRES_OK(ctx, DataTypeToPrimitiveType(dtype, &output_type)); in Compile()
77 xla::XlaOp output = xla::ArgMax(ctx->Input(0), output_type, axis); in Compile()
127 output = xla::ConvertElementType(output, output_type); in Compile()
/external/adhd/cras/src/tests/
Daudio_test_gui.py171 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)]

1234567891011