Updated examples
This commit is contained in:
parent
63e220a8a4
commit
4fddf74ca7
11 changed files with 408 additions and 405 deletions
|
|
@ -28,8 +28,8 @@ public:
|
|||
static void _register_methods();
|
||||
|
||||
private:
|
||||
kp::Tensor mWeights;
|
||||
kp::Tensor mBias;
|
||||
std::shared_ptr<kp::Tensor> mWeights;
|
||||
std::shared_ptr<kp::Tensor> mBias;
|
||||
};
|
||||
|
||||
static std::string LR_SHADER = R"(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue