Searched defs:IsMatrix (Results 1 – 3 of 3) sorted by relevance
215 bool IsMatrix(const std::vector<int64_t> &shape) { return (shape.size() == 2); } in IsMatrix() function
132 bool IsMatrix() const { return column_count_ > 1 && row_count_ > 1; } in IsMatrix() function
388 bool IsMatrix() const { in IsMatrix() function