Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dliteral_util.h36 xla::StatusOr<xla::Literal> HostTensorToLiteral(const Tensor& host_tensor);
Dliteral_util.cc35 xla::StatusOr<xla::Literal> HostTensorToLiteral(const Tensor& host_tensor) { in HostTensorToLiteral() function
Dxla_op_kernel.cc174 TF_ASSIGN_OR_RETURN(*constant_literal, HostTensorToLiteral(temp)); in ConstantInputReshaped()