Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlegalize_to_linalg.cc1083 auto shape_matches = [](int64_t a, int64_t b) { in GetDotOperationType() local
1088 shape_matches(lhs_shape[0], rhs_shape[0])) { in GetDotOperationType()
1092 shape_matches(lhs_shape[1], rhs_shape[0])) { in GetDotOperationType()
1096 shape_matches(lhs_shape[1], rhs_shape[0])) { in GetDotOperationType()