Searched refs:ComputeArrayFor (Results 1 – 2 of 2) sorted by relevance
260 StatusOr<Array*> ComputeArrayFor(const HloInstruction* instr);
126 TF_ASSIGN_OR_RETURN(Array * array, ComputeArrayFor(instr)); in TraverseAndPopulateCache()135 StatusOr<Analysis::Array*> IndexedArrayAnalysis::ComputeArrayFor( in ComputeArrayFor() function in xla::IndexedArrayAnalysis