Home
last modified time | relevance | path

Searched refs:out_type (Results 1 – 25 of 239) sorted by relevance

12345678910

/external/deqp/modules/gles31/scripts/
Dgen-implicit-conversions.py340 def __init__(self, name, op, in_type, out_type, reverse=False): argument
350 self.out_type = out_type
389 assert self.out_type in operands
390 return operands[self.out_type]
400 out.append(valuesToStr("output %s out0" % (self.out_type), self.out_type, out_values))
406 def __init__(self, name, op, in_type, out_type, reverse=False): argument
407 super(ComparisonsCase, self).__init__(name, op, in_type, out_type, reverse)
443 def __init__(self, name, in_type, out_type, reverse=False, input_in_parens=False): argument
446 self.out_type = out_type
488 return IN_VALUES[self.out_type][ndx]
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dcast_op_gpu.cu.cc64 #define DEFINE_ALL_TO_FLOAT(out_type) \ argument
65 DEFINE(out_type, bool); \
66 DEFINE(out_type, uint8); \
67 DEFINE(out_type, uint16); \
68 DEFINE(out_type, uint32); \
69 DEFINE(out_type, uint64); \
70 DEFINE(out_type, int8); \
71 DEFINE(out_type, int16); \
72 DEFINE(out_type, int32); \
73 DEFINE(out_type, int64); \
[all …]
/external/tensorflow/tensorflow/python/ops/ragged/
Dsegment_id_ops.py36 def row_splits_to_segment_ids(splits, name=None, out_type=None): argument
66 if out_type is None:
67 out_type = splits.dtype
69 out_type = dtypes.as_dtype(out_type)
71 nrows = array_ops.shape(splits, out_type=out_type)[-1] - 1
81 out_type=None, name=None): argument
103 if out_type is None:
105 out_type = segment_ids.dtype
107 out_type = num_segments.dtype
109 out_type = dtypes.int64
[all …]
Dragged_tensor_bounding_shape_op_test.py90 out_type=dtypes.int64,
95 out_type=dtypes.int32,
100 out_type=dtypes.int32,
105 out_type=dtypes.int64,
112 out_type=None, argument
117 bounding_shape = rt.bounding_shape(axis=axis, out_type=out_type)
119 if out_type is not None:
120 self.assertEqual(bounding_shape.dtype, out_type)
128 axis=constant_op.constant(axis), out_type=out_type)
130 if out_type is not None:
[all …]
Dragged_where_op.py189 x_nrows = _nrows(x, out_type=x_and_y.row_splits.dtype)
190 y_nrows = _nrows(y, out_type=x_and_y.row_splits.dtype)
248 def _nrows(rt_input, out_type): argument
250 return rt_input.nrows(out_type=out_type)
252 return array_ops.shape(rt_input, out_type=out_type)[0]
/external/tensorflow/tensorflow/python/kernel_tests/
Dsparse_serialization_ops_test.py71 out_type=dtypes.string): argument
74 serialized = serialize_fn(sp_input, out_type=out_type)
95 out_type=dtypes.string): argument
98 serialized = serialize_fn(sp_input, out_type=out_type)
131 self, serialize_fn, deserialize_fn, out_type=dtypes.string): argument
135 serialized0 = serialize_fn(sp_input0, out_type=out_type)
136 serialized1 = serialize_fn(sp_input1, out_type=out_type)
166 out_type=dtypes.string): argument
169 serialized = serialize_fn(sp_input, out_type=out_type)
211 out_type=dtypes.string): argument
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-tap.hpp54 …using out_type = decltype(make_observer<source_value_type, rxcpp::detail::OnErrorIgnore>(*((ArgN*)… typedef
55 auto operator()(ArgN&&... an) -> out_type const { in operator ()()
66 using out_type = typename factory_type::out_type; typedef
67 out_type out;
81 using out_type = typename factory_type::out_type; typedef
84 out_type out;
86 tap_observer(dest_type d, out_type o) in tap_observer()
104 … static subscriber<value_type, observer<value_type, this_type>> make(dest_type d, out_type o) { in make()
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DDecodeRaw.pbtxt9 type_attr: "out_type"
12 name: "out_type"
43 type_attr: "out_type"
46 name: "out_type"
78 type_attr: "out_type"
81 name: "out_type"
115 type_attr: "out_type"
118 name: "out_type"
DStringToNumber.pbtxt9 type_attr: "out_type"
12 name: "out_type"
33 type_attr: "out_type"
36 name: "out_type"
DQuantizeDownAndShrinkRange.pbtxt17 type_attr: "out_type"
41 name: "out_type"
70 type_attr: "out_type"
94 name: "out_type"
DQuantizedRelu6.pbtxt17 type_attr: "out_type"
41 name: "out_type"
73 type_attr: "out_type"
97 name: "out_type"
DQuantizedRelu.pbtxt17 type_attr: "out_type"
41 name: "out_type"
73 type_attr: "out_type"
97 name: "out_type"
DQuantizedReluX.pbtxt21 type_attr: "out_type"
45 name: "out_type"
81 type_attr: "out_type"
105 name: "out_type"
DRequantize.pbtxt25 type_attr: "out_type"
49 name: "out_type"
86 type_attr: "out_type"
110 name: "out_type"
DQuantizedConv2D.pbtxt29 type_attr: "out_type"
66 name: "out_type"
124 type_attr: "out_type"
161 name: "out_type"
231 type_attr: "out_type"
268 name: "out_type"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DDecodeRaw.pbtxt9 type_attr: "out_type"
12 name: "out_type"
43 type_attr: "out_type"
46 name: "out_type"
78 type_attr: "out_type"
81 name: "out_type"
115 type_attr: "out_type"
118 name: "out_type"
DStringToNumber.pbtxt9 type_attr: "out_type"
12 name: "out_type"
33 type_attr: "out_type"
36 name: "out_type"
DQuantizeDownAndShrinkRange.pbtxt17 type_attr: "out_type"
41 name: "out_type"
70 type_attr: "out_type"
94 name: "out_type"
DQuantizedRelu.pbtxt17 type_attr: "out_type"
41 name: "out_type"
73 type_attr: "out_type"
97 name: "out_type"
DQuantizedRelu6.pbtxt17 type_attr: "out_type"
41 name: "out_type"
73 type_attr: "out_type"
97 name: "out_type"
DQuantizedReluX.pbtxt21 type_attr: "out_type"
45 name: "out_type"
81 type_attr: "out_type"
105 name: "out_type"
DRequantize.pbtxt25 type_attr: "out_type"
49 name: "out_type"
86 type_attr: "out_type"
110 name: "out_type"
DQuantizedConv2D.pbtxt29 type_attr: "out_type"
66 name: "out_type"
124 type_attr: "out_type"
161 name: "out_type"
231 type_attr: "out_type"
268 name: "out_type"
/external/gemmlowp/meta/generators/
Dcommon.py95 def SpecializeMulKernel(self, in_type, out_type, kernel_m, kernel_n, argument
99 in_type, out_type, self.kernel_name, self.output_stream_name, kernel_m,
108 ], ['%s*' % out_type, 'result']], 'inline void')
112 self.EmitMultiply(in_type, out_type, kernel_m, kernel_n, pack_size)
123 def SpecializeTransform1DKernel(self, in_type, out_type, kernel_size, argument
127 in_type, out_type, self.kernel_name, kernel_size, leftovers
133 ['%s*' % out_type, 'output']], 'inline void')
136 self.EmitTransform(in_type, out_type, kernel_size, leftovers)
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResourceUtils.java74 static boolean ExtractResourceName(String str, Ref<String> out_package, Ref<String> out_type, in ExtractResourceName() argument
77 out_type.set(""); in ExtractResourceName()
84 if (out_type.get().length() == 0 && str.charAt(current) == '/') { in ExtractResourceName()
86 out_type.set(str.substring(start, current)); in ExtractResourceName()
98 !(has_type_separator && out_type.get().isEmpty()); in ExtractResourceName()

12345678910