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.cc49 bool IsRank2(const Shape& shape, int64 batch_dimensions_size) { in IsRank2() function
66 return type_is_allowed && IsRank2(lhs_shape, batch_dimensions_size) && in AreValidGemmShapes()
67 IsRank2(rhs_shape, batch_dimensions_size) && in AreValidGemmShapes()
68 IsRank2(output_shape, batch_dimensions_size) && in AreValidGemmShapes()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc930 bool IsRank2(const Shape& shape) { return shape.rank() == 2; } in IsRank2() function
955 return IsRank2(lhs_shape) && IsRank2(rhs_shape) && IsRank2(output_shape); in AreGemmShapes()