Searched defs:MatrixInfo (Results 1 – 1 of 1) 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 {