#include <TFLNodes.h>
|
uint32_t | rank (void) const |
|
void | rank (uint32_t rank) |
|
int32_t | dim (uint32_t n) const |
|
int32_t & | dim (uint32_t n) |
|
Definition at line 419 of file TFLNodes.h.
◆ dim() [1/2]
int32_t & locoex::TFLReshape::Shape::dim |
( |
uint32_t |
n | ) |
|
|
inline |
Definition at line 426 of file TFLNodes.h.
426{ return _shape.at(n); }
◆ dim() [2/2]
int32_t locoex::TFLReshape::Shape::dim |
( |
uint32_t |
n | ) |
const |
|
inline |
◆ rank() [1/2]
void locoex::TFLReshape::Shape::rank |
( |
uint32_t |
rank | ) |
|
|
inline |
Definition at line 423 of file TFLNodes.h.
423{ _shape.resize(
rank); }
uint32_t rank(void) const
References rank().
◆ rank() [2/2]
uint32_t locoex::TFLReshape::Shape::rank |
( |
void |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: