Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dsparse_serialization_ops_test.py70 out_type=dtypes.string): argument
94 out_type=dtypes.string): argument
127 self, serialize_fn, deserialize_fn, out_type=dtypes.string): argument
160 out_type=dtypes.string): argument
203 out_type=dtypes.string): argument
242 out_type=dtypes.string): argument
270 out_type=dtypes.string): argument
306 out_type=dtypes.string): argument
341 out_type=dtypes.string): argument
376 out_type=dtypes.string): 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/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.py94 def SpecializeMulKernel(self, in_type, out_type, kernel_m, kernel_n, argument
122 def SpecializeTransform1DKernel(self, in_type, out_type, kernel_size, argument
Dquantized_mul_kernels_common.py548 def EmitMultiply(self, in_type, out_type, kernel_m, kernel_n, pack_size): argument
/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py113 def unop_convert(name, out_type, in_type, const_expr): argument
343 def binop_convert(name, out_type, in_type, alg_props, const_expr): argument
352 def binop_horiz(name, out_size, out_type, src1_size, src1_type, src2_size, argument
Dnir.h63 #define NIR_DEFINE_CAST(name, in_type, out_type, field, \ argument
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py264 def shape(input, name=None, out_type=dtypes.int32): argument
289 def shape_internal(input, name=None, optimize=True, out_type=dtypes.int32): argument
318 def shape_n(input, out_type=dtypes.int32, name=None): argument
345 def size(input, name=None, out_type=dtypes.int32): argument
375 def size_internal(input, name=None, optimize=True, out_type=dtypes.int32): argument
Dsparse_ops.py1427 def serialize_sparse(sp_input, name=None, out_type=dtypes.string): argument
1453 def serialize_many_sparse(sp_input, name=None, out_type=dtypes.string): argument
/external/tensorflow/tensorflow/core/kernels/
Dmatmul_op.h31 out_type; typedef
Dcast_op_test.cc55 DataType out_type = DataTypeToEnum<OUTPUT>::v(); in CheckCast() local
/external/boringssl/src/crypto/evp/
Devp_asn1.c78 static int parse_key_type(CBS *cbs, int *out_type) { in parse_key_type()
/external/boringssl/src/ssl/
Ddtls_record.cc177 enum ssl_open_record_t dtls_open_record(SSL *ssl, uint8_t *out_type, in dtls_open_record()
Dtls_record.cc206 ssl_open_record_t tls_open_record(SSL *ssl, uint8_t *out_type, in tls_open_record()
/external/libnetfilter_conntrack/src/conntrack/
Dapi.c1080 unsigned int out_type, in nfct_snprintf()
1108 unsigned int out_type, in nfct_snprintf_labels()
/external/libnetfilter_conntrack/src/expect/
Dapi.c778 unsigned int out_type, in nfexp_snprintf()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp1419 glsl_base_type out_type; in visit() local
/external/tensorflow/tensorflow/core/graph/
Dtestlib.cc295 Node* InvalidRefType(Graph* g, DataType out_type, DataType invalid_type) { in InvalidRefType()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow.cc1195 DataTypeVector out_type; in BuildAndAddXlaIfOp() local
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c225 int out_type; member
2201 int out_type = FT_OTHER; in do_scsi_device_read_write() local
6283 int out_type = FT_OTHER; in do_scsi_sgm_read_write() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c7380 LLVMTypeRef out_type = i <= last_sgpr_param ? ctx->i32 : ctx->f32; in si_build_wrapper_function() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp13188 const Utils::_variable_type arg_type, const Utils::_variable_type out_type) in unaryWithOutputByComponent()