Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dindexed_array_analysis.h265 StatusOr<Array*> ComputeArrayForGather(
H A Dindexed_array_analysis.cc160 ComputeArrayForGather(instr->shape(), instr->gather_dimension_numbers(), in ComputeArrayFor()
258 StatusOr<Analysis::Array*> IndexedArrayAnalysis::ComputeArrayForGather( in ComputeArrayForGather() function in xla::IndexedArrayAnalysis