Home
last modified time | relevance | path

Searched defs:out_type (Results 1 – 25 of 74) sorted by relevance

123

/external/tensorflow/tensorflow/python/kernel_tests/sparse_ops/
Dsparse_serialization_ops_test.py69 out_type=dtypes.string): argument
93 out_type=dtypes.string): argument
129 self, serialize_fn, deserialize_fn, out_type=dtypes.string): argument
164 out_type=dtypes.string): argument
209 out_type=dtypes.string): argument
251 out_type=dtypes.string): argument
280 out_type=dtypes.string): argument
366 out_type=dtypes.string): argument
404 out_type=dtypes.string): argument
442 out_type=dtypes.string): argument
/external/tensorflow/tensorflow/python/ops/ragged/
Dsegment_id_ops.py32 def row_splits_to_segment_ids(splits, name=None, out_type=None): argument
77 out_type=None, name=None): argument
Dragged_tensor_bounding_shape_op_test.py114 out_type=None, argument
Dragged_array_ops.py479 def size(input: ragged_tensor.Ragged, out_type=dtypes.int32, name=None): # pylint: disable=redefin… argument
507 out_type=dtypes.int32): argument
1104 out_type=dtypes.int32) -> dynamic_ragged_shape.DynamicRaggedShape: argument
Dragged_where_op.py255 def _nrows(rt_input, out_type): argument
/external/tensorflow/tensorflow/core/kernels/
Dcast_op_gpu.cu.cc77 #define DEFINE_ALL_TO_FLOAT(out_type) \ argument
91 #define DEFINE_ALL_TO_HALF(out_type) \ argument
Ddebug_ops.cc130 #define REGISTER_DEBUG_NUMERIC_SUMMARY_V2_GPU(in_type, out_type) \ argument
Dmatmul_op.h35 out_type; typedef
Dcast_op_test.cc66 DataType out_type = DataTypeToEnum<OUTPUT>::v(); in CheckCast() local
/external/deqp/modules/gles31/scripts/
Dgen-implicit-conversions.py340 def __init__(self, name, op, in_type, out_type, reverse=False): argument
406 def __init__(self, name, op, in_type, out_type, reverse=False): argument
443 def __init__(self, name, in_type, out_type, reverse=False, input_in_parens=False): argument
503 def __init__(self, name, in_type, out_type): argument
534 def __init__(self, name, in_type, out_type, reverse=False): argument
578 def __init__(self, name, in_type, out_type): argument
654 def __init__(self, name, in_type, out_type, reverse=False): argument
703 def __init__(self, name, in_type, out_type): argument
736 def __init__(self, name, in_type, out_type): argument
757 def __init__(self, name, in_type, out_type): argument
/external/gemmlowp/meta/generators/
Dtransform_kernels_common.py38 def Check(self, in_type, out_type, kernel_size, leftovers): argument
82 def Check(self, in_type, out_type, kernel_size, leftovers): argument
151 def Check(self, in_type, out_type, kernel_size, leftovers): argument
220 def Check(self, in_type, out_type, kernel_size, leftovers): argument
313 def EmitTransform(self, in_type, out_type, kernel_size, leftovers): argument
399 def EmitTransform(self, in_type, out_type, kernel_size, leftovers): argument
Dcommon.py95 def SpecializeMulKernel(self, in_type, out_type, kernel_m, kernel_n, argument
123 def SpecializeTransform1DKernel(self, in_type, out_type, kernel_size, argument
/external/tensorflow/tensorflow/python/ops/structured/
Dstructured_array_ops.py34 def shape_v2(input: StructuredTensor, out_type=dtypes.int32, # pylint: disable=redefined-builtin argument
43 out_type=dtypes.int32) -> dynamic_ragged_shape.DynamicRaggedShape: argument
206 def size_v2(input, out_type=dtypes.int32, name=None): argument
214 def size(input, name=None, out_type=dtypes.int32): argument
/external/cronet/net/ssl/
Dssl_platform_key_util_unittest.cc23 int* out_type, in GetClientCertInfoFromFile()
Dssl_platform_key_util.cc79 int* out_type, in GetClientCertInfo()
/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py160 def unop_convert(name, out_type, in_type, const_expr): argument
190 def unop_numeric_convert(name, out_type, in_type, const_expr): argument
513 def binop_convert(name, out_type, in_type, alg_props, const_expr): argument
538 def binop_horiz(name, out_size, out_type, src1_size, src1_type, src2_size, argument
/external/tensorflow/tensorflow/lite/experimental/microfrontend/python/ops/
Daudio_microfrontend_op.py52 out_type=dtypes.uint16): argument
/external/tensorflow/tensorflow/python/ops/
Dparsing_ops.py845 out_type, argument
984 out_type=None, argument
Dstring_ops.py462 def string_to_number(input, out_type=dtypes.float32, name=None): argument
492 out_type=dtypes.float32, argument
Dsparse_ops.py2161 def serialize_sparse(sp_input, name=None, out_type=dtypes.string): argument
2181 def serialize_sparse_v2(sp_input, out_type=dtypes.string, name=None): argument
2209 def serialize_many_sparse(sp_input, name=None, out_type=dtypes.string): argument
2238 def serialize_many_sparse_v2(sp_input, out_type=dtypes.string, name=None): argument
Darray_ops.py582 def shape_v2(input, out_type=dtypes.int32, name=None): argument
634 def shape(input, name=None, out_type=dtypes.int32): argument
659 def shape_internal(input, name=None, optimize=True, out_type=None): argument
702 def shape_n(input, out_type=dtypes.int32, name=None): argument
722 def size_v2(input, out_type=dtypes.int32, name=None): argument
756 def size(input, name=None, out_type=dtypes.int32): argument
786 def size_internal(input, name=None, optimize=True, out_type=dtypes.int32): argument
6396 out_type=dtypes.int32, argument
/external/robolectric/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()
/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()
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
Dtfl_to_std.cc70 auto out_type = q.getResult().getType(); in ConvertMlirQuantOpsToTFLQuantOps() local
/external/tensorflow/tensorflow/c/experimental/ops/
Darray_ops.cc108 AbstractTensorHandle** output, DataType out_type, const char* name, in Shape()

123