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