Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc309 const LiteralProto* proto_element = &proto; in CreateFromProto() local
311 CHECK(i < proto_element->tuple_literals_size()); in CreateFromProto()
312 proto_element = &proto_element->tuple_literals(i); in CreateFromProto()
316 if (proto_element->tuple_literals_size() != in CreateFromProto()
321 proto_element->tuple_literals_size()); in CreateFromProto()
330 TF_RETURN_IF_ERROR(piece->CopyFromProto(*proto_element)); in CreateFromProto()