Searched refs:BitcastFrom (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | cast_op.cc | 104 OP_REQUIRES_OK(ctx, in.BitcastFrom(inp, src_dtype_, inp.shape())); in Compute()
|
D | mkl_conv_ops.cc | 1774 OP_REQUIRES_OK(context, summand.BitcastFrom(summand, DT_QUINT8, in AllocateOutputTensor()
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor.h | 578 Status BitcastFrom(const Tensor& other, DataType dtype, 586 TF_CHECK_OK(BitcastFrom(other, dtype, shape)); in UnsafeCopyFromInternal()
|
D | tensor.cc | 654 Status Tensor::BitcastFrom(const Tensor& other, DataType dtype, in BitcastFrom() function in tensorflow::Tensor
|