Searched defs:MatrixInfo (Results 1 – 9 of 9) sorted by relevance
28 struct MatrixInfo { struct29 std::vector<int64_t> matrix_shape;30 DataType matrix_type;
27 struct MatrixInfo { struct38 MatrixInfo matrix_info_; argument
26 struct MatrixInfo { struct37 MatrixInfo matrix_info_; argument
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 {
24 typedef struct MatrixInfo { struct31 } MatrixInfo; argument
143 struct MatrixInfo { struct160 MatrixInfo A; argument
81 struct MatrixInfo { struct
62 explicit MatrixInfo(size_t max_index, const ShapeVector &matrix_shapes) in MatrixInfo() function