Home
last modified time | relevance | path

Searched refs:CopyFromProto (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h452 Status CopyFromProto(const LiteralProto& proto);
Dliteral.cc330 TF_RETURN_IF_ERROR(piece->CopyFromProto(*proto_element)); in CreateFromProto()
1965 Status LiteralBase::Piece::CopyFromProto(const LiteralProto& proto) { in CopyFromProto() function in xla::LiteralBase::Piece