Searched defs:out_type (Results 1 - 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dcast_op_test.cc55 DataType out_type = DataTypeToEnum<OUTPUT>::v(); local
56 MakeOp(in_type, out_type);
60 Tensor expected(allocator(), out_type, TensorShape({1, 2, 2, 1})); local
H A Dmatmul_op.h31 out_type; typedef in struct:tensorflow::functor::MatMulTypes
49 const Device& d, typename MatMulTypes<T>::out_type out,
H A Dcwise_ops.h499 // out_type operator()(in_type in0, in_type in1 ...)
500 typedef R out_type; typedef in struct:tensorflow::functor::base
508 typedef typename TTypes<out_type>::Flat tout_type;
975 typename TTypes<typename Functor::out_type, NDIMS>::Tensor out,
/external/boringssl/src/crypto/evp/
H A Devp_asn1.c78 static int parse_key_type(CBS *cbs, int *out_type) { argument
88 *out_type = method->pkey_id;
/external/boringssl/src/ssl/
H A Ddtls_record.cc177 enum ssl_open_record_t dtls_open_record(SSL *ssl, uint8_t *out_type, argument
270 *out_type = type;
H A Dtls_record.cc206 ssl_open_record_t tls_open_record(SSL *ssl, uint8_t *out_type, argument
372 *out_type = type;
/external/libnetfilter_conntrack/src/expect/
H A Dapi.c778 unsigned int out_type,
785 return __snprintf_expect(buf, size, exp, msg_type, out_type, flags);
774 nfexp_snprintf(char *buf, unsigned int size, const struct nf_expect *exp, unsigned int msg_type, unsigned int out_type, unsigned int flags) argument
/external/mesa3d/src/compiler/glsl/
H A Dglsl_to_nir.cpp1419 glsl_base_type out_type; local
1421 out_type = ir->type->base_type;
1423 out_type = GLSL_TYPE_FLOAT;
1615 result = type_is_float(out_type) ? nir_fadd(&b, srcs[0], srcs[1])
1619 result = type_is_float(out_type) ? nir_fsub(&b, srcs[0], srcs[1])
1623 result = type_is_float(out_type) ? nir_fmul(&b, srcs[0], srcs[1])
1627 if (type_is_float(out_type))
1629 else if (out_type == GLSL_TYPE_INT)
1635 result = type_is_float(out_type) ? nir_fmod(&b, srcs[0], srcs[1])
1639 if (type_is_float(out_type))
[all...]
/external/tensorflow/tensorflow/core/graph/
H A Dtestlib.cc295 Node* InvalidRefType(Graph* g, DataType out_type, DataType invalid_type) { argument
296 DCHECK(out_type != invalid_type);
299 .Attr("TIn", out_type)
/external/libnetfilter_conntrack/src/conntrack/
H A Dapi.c1080 unsigned int out_type,
1087 return __snprintf_conntrack(buf, size, ct, msg_type, out_type, flags, NULL);
1108 unsigned int out_type,
1112 return __snprintf_conntrack(buf, size, ct, msg_type, out_type, flags, map);
1076 nfct_snprintf(char *buf, unsigned int size, const struct nf_conntrack *ct, unsigned int msg_type, unsigned int out_type, unsigned int flags) argument
1104 nfct_snprintf_labels(char *buf, unsigned int size, const struct nf_conntrack *ct, unsigned int msg_type, unsigned int out_type, unsigned int flags, struct nfct_labelmap *map) argument
/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dfunctionalize_control_flow.cc1195 DataTypeVector out_type; local
1198 out_type.push_back(dtype);
1200 builder.Attr("Tout", out_type);
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c225 int out_type; member in struct:request_collection
2201 int out_type = FT_OTHER; local
2320 out_type = dd_filetype(outf);
2322 if ((FT_BLOCK & out_type) && do_blk_sgio)
2323 out_type |= FT_SG;
2325 if (FT_ST == out_type) {
2329 } else if (FT_SG & out_type) {
2347 } else if (FT_DEV_NULL & out_type)
2350 if (FT_RAW != out_type) {
2353 if (do_odir && (FT_BLOCK == out_type))
6283 int out_type = FT_OTHER; local
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp13188 const Utils::_variable_type arg_type, const Utils::_variable_type out_type)
13190 , m_out_type(out_type)
14112 int_type /* out_type */);
14337 variable_type /* out_type */);
13186 unaryWithOutputByComponent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer, const Utils::_variable_type res_type, const Utils::_variable_type arg_type, const Utils::_variable_type out_type) argument
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c7380 LLVMTypeRef out_type = i <= last_sgpr_param ? ctx->i32 : ctx->f32; local
7384 if (param_type != out_type)
7385 param = LLVMBuildBitCast(builder, param, out_type, "");
7388 LLVMTypeRef vector_type = LLVMVectorType(out_type, size);

Completed in 870 milliseconds