Added initial base for architecture on the proposed Kompute structure
This commit is contained in:
parent
1d318e596d
commit
970f502cda
9 changed files with 197 additions and 21 deletions
16
src/Tensor.hpp
Normal file
16
src/Tensor.hpp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#pragma once
|
||||
|
||||
namespace kp {
|
||||
|
||||
class Tensor
|
||||
{
|
||||
private:
|
||||
|
||||
|
||||
public:
|
||||
Tensor();
|
||||
virtual ~Tensor();
|
||||
};
|
||||
|
||||
} // End namespace kp
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue