Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/utils/
Dkernel_util.cc215 bool IsMatrix(const std::vector<int64_t> &shape) { return (shape.size() == 2); } in IsMatrix() function
/third_party/vk-gl-cts/external/amber/src/src/
Dtype.h132 bool IsMatrix() const { return column_count_ > 1 && row_count_ > 1; } in IsMatrix() function
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dtoken.h388 bool IsMatrix() const { in IsMatrix() function