Created base for opcreatetensor
This commit is contained in:
parent
52ec836de8
commit
49b436f490
5 changed files with 60 additions and 6 deletions
|
|
@ -1,13 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
#import "BaseOperator.hpp"
|
||||
#include "BaseOp.hpp"
|
||||
|
||||
namespace kp {
|
||||
|
||||
class OpMult: BaseOperator
|
||||
class OpMult: BaseOp
|
||||
{
|
||||
private:
|
||||
|
||||
|
||||
|
||||
public:
|
||||
OpMult();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue