Created base for opcreatetensor
This commit is contained in:
parent
52ec836de8
commit
49b436f490
5 changed files with 60 additions and 6 deletions
18
src/OpCreateTensor.cpp
Normal file
18
src/OpCreateTensor.cpp
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
#include "OpCreateTensor.hpp"
|
||||
|
||||
namespace kp {
|
||||
|
||||
OpCreateTensor::OpCreateTensor() {
|
||||
|
||||
}
|
||||
|
||||
OpCreateTensor::OpCreateTensor(std::shared_ptr<vk::CommandBuffer> commandBuffer) {
|
||||
this->mCommandBuffer = commandBuffer;
|
||||
}
|
||||
|
||||
OpCreateTensor::~OpCreateTensor() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue