Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emission_utils.cc41 bool IsRank2(const Shape& shape, int64 batch_dimensions_size) { in IsRank2() function
58 return type_is_allowed && IsRank2(lhs_shape, batch_dimensions_size) && in AreValidGemmShapes()
59 IsRank2(rhs_shape, batch_dimensions_size) && in AreValidGemmShapes()
60 IsRank2(output_shape, batch_dimensions_size) && in AreValidGemmShapes()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc743 bool IsRank2(const Shape& shape) { return shape.rank() == 2; } in IsRank2() function
765 return IsRank2(lhs_shape) && IsRank2(rhs_shape) && IsRank2(output_shape); in AreGemmShapes()