Searched defs:MatrixInfo (Results 1 – 2 of 2) sorted by relevance
35 struct MatrixInfo { struct37 uint32_t stride = 0;39 const sem::Matrix* matrix = nullptr;43 const ast::Array* array(ProgramBuilder* b) const { in array()49 bool operator==(const MatrixInfo& info) const { in operator ==()53 struct Hasher {
149 struct MatrixInfo { struct166 MatrixInfo A; argument