Home
last modified time | relevance | path

Searched refs:HostTensorToBorrowingLiteral (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dliteral_util.cc25 Status HostTensorToBorrowingLiteral(const Tensor& host_tensor, in HostTensorToBorrowingLiteral() function
37 TF_RETURN_IF_ERROR(HostTensorToBorrowingLiteral(host_tensor, &literal)); in HostTensorToLiteral()
Dliteral_util.h31 Status HostTensorToBorrowingLiteral(const Tensor& host_tensor,
Dxla_expression.cc86 HostTensorToBorrowingLiteral(constant_value_, &literal)); in AsXlaOp()