Refactored descriptor sets
This commit is contained in:
parent
eecadbe36b
commit
9d97ca07a7
9 changed files with 56 additions and 45 deletions
|
|
@ -35,7 +35,7 @@ class OpMult : public OpBase
|
|||
void postSubmit() override;
|
||||
|
||||
private:
|
||||
Algorithm mAlgorithm;
|
||||
std::shared_ptr<Algorithm> mAlgorithm;
|
||||
std::shared_ptr<Tensor> mTensorLHS;
|
||||
std::shared_ptr<Tensor> mTensorRHS;
|
||||
std::shared_ptr<Tensor> mTensorOutput;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue