Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h475 } else if (auto* inlined_rep = from.GetInlinedRep()) { in MoveDataFrom()
668 const InlinedRep* GetInlinedRep() const { in GetInlinedRep() function
671 InlinedRep* GetInlinedRep() { return std::get_if<InlinedRep>(&rep_); } in GetInlinedRep() function