@@ -35,7 +31,7 @@ class MatMul_Op : public OperatorTensor,
public:
staticconststd::stringType;
MatMul_Op():OperatorTensor(Type,2,0,1){}
MatMul_Op():OperatorTensor(Type,2,0,1){}
/**
* @brief Copy-constructor. Copy the operator attributes and its output tensor(s), but not its input tensors (the new operator has no input associated).
...
...
@@ -50,23 +46,33 @@ public:
* @brief Clone the operator using its copy-constructor.