Searched defs:ShapeFusionMatrix (Results 1 – 1 of 1) sorted by relevance
31 struct ShapeFusionMatrix { struct32 ShapeFusionMatrix() {} in ShapeFusionMatrix() function33 explicit ShapeFusionMatrix(size_t dim) { in ShapeFusionMatrix() function55 void Append(const ShapeFusionMatrix &other) { in Append() argument61 void Arithmetic(const ShapeFusionMatrix &other, schema::PrimitiveType type) { in Arithmetic() argument83 std::vector<std::vector<float>> shape_matrix;84 bool scalar = false;