Searched refs:array_rep (Results 1 – 2 of 2) sorted by relevance
464 auto* array_rep = std::holds_alternative<Uninitialized>(rep_) in set_buffer() local467 DCHECK(array_rep); in set_buffer()468 array_rep->data = buffer; in set_buffer()473 if (auto* array_rep = from.GetArrayRep()) { in MoveDataFrom() local474 rep_.emplace<ArrayRep>().data = array_rep->data; in MoveDataFrom()
598 if (auto* array_rep = GetArrayRep()) { in DeallocateBuffers() local599 tensorflow::port::AlignedFree(array_rep->data); in DeallocateBuffers()