Searched defs:IsMatrix (Results 1 – 2 of 2) sorted by relevance
132 bool IsMatrix() const { return column_count_ > 1 && row_count_ > 1; } in IsMatrix() function
490 static bool IsMatrix(const TensorShape& shape) { return shape.dims() == 2; } in IsMatrix() function