Updated init parameter to be tensor vector
This commit is contained in:
parent
90ea083cba
commit
8aa7843f0e
7 changed files with 108 additions and 16 deletions
|
|
@ -37,7 +37,7 @@ class OpBase
|
|||
SPDLOG_DEBUG("Compute OpBase destructor started");
|
||||
}
|
||||
|
||||
virtual void init(std::shared_ptr<Tensor> tensor, ...) {
|
||||
virtual void init(std::vector<std::shared_ptr<Tensor>> tensors) {
|
||||
SPDLOG_DEBUG("Kompute OpBase init called");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue