Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emission_utils.cc55 bool AreValidGemmShapes(const Shape& lhs_shape, const Shape& rhs_shape, in AreValidGemmShapes() function
116 if (AreValidGemmShapes(lhs_shape, rhs_shape, dot.shape(), in IsMatrixMultiplication()