Home
last modified time | relevance | path

Searched refs:BitcastFrom (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcast_op.cc104 OP_REQUIRES_OK(ctx, in.BitcastFrom(inp, src_dtype_, inp.shape())); in Compute()
Dmkl_conv_ops.cc1774 OP_REQUIRES_OK(context, summand.BitcastFrom(summand, DT_QUINT8, in AllocateOutputTensor()
/external/tensorflow/tensorflow/core/framework/
Dtensor.h578 Status BitcastFrom(const Tensor& other, DataType dtype,
586 TF_CHECK_OK(BitcastFrom(other, dtype, shape)); in UnsafeCopyFromInternal()
Dtensor.cc654 Status Tensor::BitcastFrom(const Tensor& other, DataType dtype, in BitcastFrom() function in tensorflow::Tensor