Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Druntime_shape_fusion_pass.h31 struct ShapeFusionMatrix { struct
32 ShapeFusionMatrix() {} in ShapeFusionMatrix() function
33 explicit ShapeFusionMatrix(size_t dim) { in ShapeFusionMatrix() function
55 void Append(const ShapeFusionMatrix &other) { in Append() argument
61 void Arithmetic(const ShapeFusionMatrix &other, schema::PrimitiveType type) { in Arithmetic() argument
83 std::vector<std::vector<float>> shape_matrix;
84 bool scalar = false;