Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dindexed_array_analysis.h260 StatusOr<Array*> ComputeArrayFor(const HloInstruction* instr);
Dindexed_array_analysis.cc126 TF_ASSIGN_OR_RETURN(Array * array, ComputeArrayFor(instr)); in TraverseAndPopulateCache()
135 StatusOr<Analysis::Array*> IndexedArrayAnalysis::ComputeArrayFor( in ComputeArrayFor() function in xla::IndexedArrayAnalysis