Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dindexed_array_analysis.h279 StatusOr<Array*> ComputeArrayForDot(const Shape& shape,
H A Dindexed_array_analysis.cc172 ComputeArrayForDot(instr->shape(), instr->dot_dimension_numbers(), in ComputeArrayFor()
1106 StatusOr<Analysis::Array*> IndexedArrayAnalysis::ComputeArrayForDot( in ComputeArrayForDot() function in xla::IndexedArrayAnalysis