Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dindexed_array_analysis.h278 StatusOr<Array*> ComputeArrayForDot(const Shape& shape,
Dindexed_array_analysis.cc167 ComputeArrayForDot(instr->shape(), instr->dot_dimension_numbers(), in ComputeArrayFor()
1102 StatusOr<Analysis::Array*> IndexedArrayAnalysis::ComputeArrayForDot( in ComputeArrayForDot() function in xla::IndexedArrayAnalysis