Android fixed example
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
parent
4fca515d8f
commit
d2d9ae6873
6 changed files with 42 additions and 35 deletions
|
|
@ -21,8 +21,8 @@ public:
|
|||
std::vector<float> get_params();
|
||||
|
||||
private:
|
||||
std::shared_ptr<kp::Tensor> mWeights;
|
||||
std::shared_ptr<kp::Tensor> mBias;
|
||||
std::vector<float> mWeights;
|
||||
std::vector<float> mBias;
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue