Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral.h466 : GetArrayRep(); in set_buffer()
473 if (auto* array_rep = from.GetArrayRep()) { in MoveDataFrom()
673 const ArrayRep* GetArrayRep() const { return std::get_if<ArrayRep>(&rep_); } in GetArrayRep() function
674 ArrayRep* GetArrayRep() { return std::get_if<ArrayRep>(&rep_); } in GetArrayRep() function
H A Dliteral.cc598 if (auto* array_rep = GetArrayRep()) { in DeallocateBuffers()