Home
last modified time | relevance | path

Searched defs:IsMatrix (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/amber/src/
Dtype.h132 bool IsMatrix() const { return column_count_ > 1 && row_count_ > 1; } in IsMatrix() function
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.h490 static bool IsMatrix(const TensorShape& shape) { return shape.dims() == 2; } in IsMatrix() function