Home
last modified time | relevance | path

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

123456

/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
/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
/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/cronet/stable/net/ssl/
Dssl_platform_key_util_unittest.cc25 int* out_type, in GetClientCertInfoFromFile()
38 int* out_type, in GetPublicKeyInfoFromCertificateFile()
Dssl_platform_key_util.cc72 int* out_type, in GetClientCertInfo()
96 int* out_type, in GetPublicKeyInfo()
/external/cronet/tot/net/ssl/
Dssl_platform_key_util_unittest.cc25 int* out_type, in GetClientCertInfoFromFile()
38 int* out_type, in GetPublicKeyInfoFromCertificateFile()
Dssl_platform_key_util.cc72 int* out_type, in GetClientCertInfo()
96 int* out_type, in GetPublicKeyInfo()
/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/executorch/kernels/portable/cpu/
Dop_any.cpp29 ScalarType out_type = out.scalar_type(); in any_all_out() local
78 ScalarType out_type = out.scalar_type(); in any_dims_out() local
135 ScalarType out_type = out.scalar_type(); in any_out() local
Dop_fill.cpp30 ScalarType out_type = out.scalar_type(); in fill_scalar_out() local
78 ScalarType out_type = out.scalar_type(); in fill_tensor_out() local
Dop_prod.cpp33 ScalarType out_type = out.scalar_type(); in prod_out() local
73 ScalarType out_type = out.scalar_type(); in prod_int_out() local
Dop_ones.cpp22 ScalarType out_type = out.scalar_type(); in ones_out() local
Dop_clamp.cpp40 const torch::executor::native::ScalarType& out_type, in check_bounds()
92 ScalarType out_type = out.scalar_type(); in clamp_out() local
Dop_scalar_tensor.cpp24 ScalarType out_type = out.scalar_type(); in scalar_tensor_out() local
Dop_logit.cpp37 ScalarType out_type = out.scalar_type(); in logit_out() local
/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/executorch/kernels/optimized/cpu/
Dop_mul.cpp77 ScalarType out_type = out.scalar_type(); in handle_last_dim_broadcast() local
123 ScalarType out_type = out.scalar_type(); in handle_broadcast_mul() local
190 ScalarType out_type = out.scalar_type(); in opt_mul_out() local
289 ScalarType out_type = out.scalar_type(); in opt_mul_scalar_out() local
Dop_le.cpp42 ScalarType out_type = out.scalar_type(); in opt_le_tensor_out() local
103 ScalarType out_type = out.scalar_type(); in opt_le_scalar_out() local
/external/executorch/kernels/portable/cpu/pattern/
Dunary_ufunc_realhbbf16_to_floathbf16.cpp39 const auto out_type = out.scalar_type(); in unary_ufunc_realhbbf16_to_floathbf16() local
/external/executorch/backends/cadence/reference/operators/
Dop_full.cpp27 ScalarType out_type = out.scalar_type(); in full_out() local

123456