Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dtf_tensor.cc176 ->BitcastFrom( in TF_TensorBitcastFrom()
219 Status TensorInterface::BitcastFrom(const TensorInterface& from, DataType type, in BitcastFrom() function in tensorflow::TensorInterface
225 return tensor_.BitcastFrom(from.tensor_, type, s); in BitcastFrom()
Dtf_tensor_internal.h109 Status BitcastFrom(const TensorInterface& from, DataType type,
/external/tensorflow/tensorflow/core/kernels/
Dcast_op.cc101 OP_REQUIRES_OK(ctx, in.BitcastFrom(inp, src_dtype_, inp.shape())); in Compute()
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dbase_op.h129 output.BitcastFrom(input, TfDataType, result_shape)); in Compute()
/external/tensorflow/tensorflow/core/framework/
Dtensor.h642 Status BitcastFrom(const Tensor& other, DataType dtype,
650 TF_CHECK_OK(BitcastFrom(other, dtype, shape)); in UnsafeCopyFromInternal()
Dtensor.cc684 Status Tensor::BitcastFrom(const Tensor& other, DataType dtype, in BitcastFrom() function in tensorflow::Tensor
/external/tensorflow/tensorflow/core/tpu/kernels/
Dinfeed_ops.cc95 TF_RETURN_IF_ERROR(transposed_tensor.BitcastFrom( in TransposeTensor()
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_conv_ops.cc1759 context, summand.BitcastFrom(summand, DT_QUINT8, summand.shape())); in AllocateOutputTensor()
/external/tensorflow/
DRELEASE.md2192 `Tensor::BitcastFrom`.
2360 * Tensor::UnsafeCopyFromInternal deprecated in favor Tensor::BitcastFrom