#include <keras_model.h>
|
| | Tensor () |
| | Tensor (int i) |
| | Tensor (int i, int j) |
| | Tensor (int i, int j, int k) |
| | Tensor (int i, int j, int k, int l) |
| void | Resize (int i) |
| void | Resize (int i, int j) |
| void | Resize (int i, int j, int k) |
| void | Resize (int i, int j, int k, int l) |
| void | Flatten () |
| float & | operator() (int i) |
| float & | operator() (int i, int j) |
| float | operator() (int i, int j) const |
| float & | operator() (int i, int j, int k) |
| float & | operator() (int i, int j, int k, int l) |
| void | Fill (float value) |
| Tensor | Unpack (int row) const |
| Tensor | Select (int row) const |
| Tensor | operator+ (const Tensor &other) |
| Tensor | Multiply (const Tensor &other) |
| Tensor | Dot (const Tensor &other) |
| void | Print () |
| void | PrintShape () |
|
| std::vector< int > | dims_ |
| std::vector< float > | data_ |
Definition at line 46 of file keras_model.h.
◆ Tensor() [1/5]
◆ Tensor() [2/5]
◆ Tensor() [3/5]
| Tensor::Tensor |
( |
int | i, |
|
|
int | j ) |
|
inline |
◆ Tensor() [4/5]
| Tensor::Tensor |
( |
int | i, |
|
|
int | j, |
|
|
int | k ) |
|
inline |
◆ Tensor() [5/5]
| Tensor::Tensor |
( |
int | i, |
|
|
int | j, |
|
|
int | k, |
|
|
int | l ) |
|
inline |
◆ Dot()
◆ Fill()
| void Tensor::Fill |
( |
float | value | ) |
|
|
inline |
◆ Flatten()
◆ Multiply()
◆ operator()() [1/5]
| float & Tensor::operator() |
( |
int | i | ) |
|
|
inline |
◆ operator()() [2/5]
| float & Tensor::operator() |
( |
int | i, |
|
|
int | j ) |
|
inline |
◆ operator()() [3/5]
| float Tensor::operator() |
( |
int | i, |
|
|
int | j ) const |
|
inline |
◆ operator()() [4/5]
| float & Tensor::operator() |
( |
int | i, |
|
|
int | j, |
|
|
int | k ) |
|
inline |
◆ operator()() [5/5]
| float & Tensor::operator() |
( |
int | i, |
|
|
int | j, |
|
|
int | k, |
|
|
int | l ) |
|
inline |
◆ operator+()
◆ Print()
◆ PrintShape()
| void Tensor::PrintShape |
( |
| ) |
|
|
inline |
◆ Resize() [1/4]
| void Tensor::Resize |
( |
int | i | ) |
|
|
inline |
◆ Resize() [2/4]
| void Tensor::Resize |
( |
int | i, |
|
|
int | j ) |
|
inline |
◆ Resize() [3/4]
| void Tensor::Resize |
( |
int | i, |
|
|
int | j, |
|
|
int | k ) |
|
inline |
◆ Resize() [4/4]
| void Tensor::Resize |
( |
int | i, |
|
|
int | j, |
|
|
int | k, |
|
|
int | l ) |
|
inline |
◆ Select()
| Tensor Tensor::Select |
( |
int | row | ) |
const |
|
inline |
◆ Unpack()
| Tensor Tensor::Unpack |
( |
int | row | ) |
const |
|
inline |
◆ data_
| std::vector<float> Tensor::data_ |
◆ dims_
| std::vector<int> Tensor::dims_ |
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/triocfd-documentation/checkouts/next/src/ext/kerasify/keras_model.h