Searched refs:HostTensorToLiteral (Results 1 – 3 of 3) sorted by relevance
36 xla::StatusOr<xla::Literal> HostTensorToLiteral(const Tensor& host_tensor);
35 xla::StatusOr<xla::Literal> HostTensorToLiteral(const Tensor& host_tensor) { in HostTensorToLiteral() function
174 TF_ASSIGN_OR_RETURN(*constant_literal, HostTensorToLiteral(temp)); in ConstantInputReshaped()