Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dindexed_array_analysis.h355 StatusOr<Literal*> TakeOwnership(StatusOr<Literal> literal_or_error) { in TakeOwnership() argument
356 TF_ASSIGN_OR_RETURN(Literal literal, std::move(literal_or_error)); in TakeOwnership()