/external/tensorflow/tensorflow/python/kernel_tests/sparse_ops/ |
D | sparse_serialization_ops_test.py | 69 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/ |
D | segment_id_ops.py | 32 def row_splits_to_segment_ids(splits, name=None, out_type=None): argument 77 out_type=None, name=None): argument
|
D | ragged_tensor_bounding_shape_op_test.py | 114 out_type=None, argument
|
D | ragged_array_ops.py | 479 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/ |
D | cast_op_gpu.cu.cc | 77 #define DEFINE_ALL_TO_FLOAT(out_type) \ argument 91 #define DEFINE_ALL_TO_HALF(out_type) \ argument
|
D | debug_ops.cc | 130 #define REGISTER_DEBUG_NUMERIC_SUMMARY_V2_GPU(in_type, out_type) \ argument
|
/external/deqp/modules/gles31/scripts/ |
D | gen-implicit-conversions.py | 340 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/ |
D | ssl_platform_key_util_unittest.cc | 25 int* out_type, in GetClientCertInfoFromFile() 38 int* out_type, in GetPublicKeyInfoFromCertificateFile()
|
D | ssl_platform_key_util.cc | 72 int* out_type, in GetClientCertInfo() 96 int* out_type, in GetPublicKeyInfo()
|
/external/cronet/tot/net/ssl/ |
D | ssl_platform_key_util_unittest.cc | 25 int* out_type, in GetClientCertInfoFromFile() 38 int* out_type, in GetPublicKeyInfoFromCertificateFile()
|
D | ssl_platform_key_util.cc | 72 int* out_type, in GetClientCertInfo() 96 int* out_type, in GetPublicKeyInfo()
|
/external/gemmlowp/meta/generators/ |
D | transform_kernels_common.py | 38 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
|
D | common.py | 95 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/ |
D | op_any.cpp | 29 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
|
D | op_fill.cpp | 30 ScalarType out_type = out.scalar_type(); in fill_scalar_out() local 78 ScalarType out_type = out.scalar_type(); in fill_tensor_out() local
|
D | op_prod.cpp | 33 ScalarType out_type = out.scalar_type(); in prod_out() local 73 ScalarType out_type = out.scalar_type(); in prod_int_out() local
|
D | op_ones.cpp | 22 ScalarType out_type = out.scalar_type(); in ones_out() local
|
D | op_clamp.cpp | 40 const torch::executor::native::ScalarType& out_type, in check_bounds() 92 ScalarType out_type = out.scalar_type(); in clamp_out() local
|
D | op_scalar_tensor.cpp | 24 ScalarType out_type = out.scalar_type(); in scalar_tensor_out() local
|
D | op_logit.cpp | 37 ScalarType out_type = out.scalar_type(); in logit_out() local
|
/external/tensorflow/tensorflow/python/ops/structured/ |
D | structured_array_ops.py | 34 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/ |
D | op_mul.cpp | 77 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
|
D | op_le.cpp | 42 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/ |
D | unary_ufunc_realhbbf16_to_floathbf16.cpp | 39 const auto out_type = out.scalar_type(); in unary_ufunc_realhbbf16_to_floathbf16() local
|
/external/executorch/backends/cadence/reference/operators/ |
D | op_full.cpp | 27 ScalarType out_type = out.scalar_type(); in full_out() local
|