/external/tensorflow/tensorflow/python/kernel_tests/ |
D | sparse_serialization_ops_test.py | 71 out_type=dtypes.string): argument 95 out_type=dtypes.string): argument 131 self, serialize_fn, deserialize_fn, out_type=dtypes.string): argument 166 out_type=dtypes.string): argument 211 out_type=dtypes.string): argument 253 out_type=dtypes.string): argument 282 out_type=dtypes.string): argument 368 out_type=dtypes.string): argument 406 out_type=dtypes.string): argument 444 out_type=dtypes.string): argument
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | segment_id_ops.py | 36 def row_splits_to_segment_ids(splits, name=None, out_type=None): argument 81 out_type=None, name=None): argument
|
D | ragged_tensor_bounding_shape_op_test.py | 112 out_type=None, argument
|
D | ragged_where_op.py | 248 def _nrows(rt_input, out_type): argument
|
D | ragged_array_ops.py | 461 def size(input, out_type=dtypes.int32, name=None): # pylint: disable=redefined-builtin argument
|
D | row_partition.py | 682 def nvals(self, out_type=None): argument 701 def nrows(self, out_type=None): argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cast_op_gpu.cu.cc | 64 #define DEFINE_ALL_TO_FLOAT(out_type) \ argument 78 #define DEFINE_ALL_TO_HALF(out_type) \ argument
|
D | debug_ops.cc | 142 #define REGISTER_DEBUG_NUMERIC_SUMMARY_V2_GPU(in_type, out_type) \ argument
|
D | matmul_op.h | 35 out_type; typedef
|
D | cast_op_test.cc | 66 DataType out_type = DataTypeToEnum<OUTPUT>::v(); in CheckCast() local
|
/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/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/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-tap.hpp | 54 …using out_type = decltype(make_observer<source_value_type, rxcpp::detail::OnErrorIgnore>(*((ArgN*)… typedef 66 using out_type = typename factory_type::out_type; typedef 81 using out_type = typename factory_type::out_type; typedef
|
/external/rust/crates/structopt/examples/ |
D | required_if.rs | 8 out_type: String, field
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/ |
D | tfl_to_std.cc | 56 auto out_type = q.getResult().getType(); in ConvertMlirQuantOpsToTFLQuantOps() local
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opcodes.py | 160 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/ |
D | audio_microfrontend_op.py | 56 out_type=dtypes.uint16): argument
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | ResourceUtils.java | 74 static boolean ExtractResourceName(String str, Ref<String> out_package, Ref<String> out_type, in ExtractResourceName()
|
/external/tensorflow/tensorflow/python/ops/ |
D | parsing_ops.py | 847 out_type, argument 894 out_type=None, argument
|
D | string_ops.py | 458 def string_to_number(input, out_type=dtypes.float32, name=None): argument 488 out_type=dtypes.float32, argument
|
D | sparse_ops.py | 2168 def serialize_sparse(sp_input, name=None, out_type=dtypes.string): argument 2188 def serialize_sparse_v2(sp_input, out_type=dtypes.string, name=None): argument 2216 def serialize_many_sparse(sp_input, name=None, out_type=dtypes.string): argument 2245 def serialize_many_sparse_v2(sp_input, out_type=dtypes.string, name=None): argument
|
D | array_ops.py | 576 def shape_v2(input, out_type=dtypes.int32, name=None): argument 628 def shape(input, name=None, out_type=dtypes.int32): argument 653 def shape_internal(input, name=None, optimize=True, out_type=dtypes.int32): argument 683 def shape_n(input, out_type=dtypes.int32, name=None): argument 703 def size_v2(input, out_type=dtypes.int32, name=None): argument 737 def size(input, name=None, out_type=dtypes.int32): argument 767 def size_internal(input, name=None, optimize=True, out_type=dtypes.int32): argument 6024 out_type=dtypes.int32, argument
|
/external/boringssl/src/ssl/ |
D | dtls_record.cc | 177 enum ssl_open_record_t dtls_open_record(SSL *ssl, uint8_t *out_type, in dtls_open_record()
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | dtls_record.cc | 177 enum ssl_open_record_t dtls_open_record(SSL *ssl, uint8_t *out_type, in dtls_open_record()
|