|
nndeploy C++ API
0.2.0
nndeploy C++ API
|
#include <tensor_pool.h>
Public Member Functions | |
| bool | operator< (const OpBreadth &other) const |
Public Attributes | |
| std::vector< std::shared_ptr< TensorUsageRecord > > | breadth_ |
| OpWrapper * | op_wrapper_ |
| size_t | size_ |
Definition at line 50 of file tensor_pool.h.
|
inline |
Definition at line 55 of file tensor_pool.h.
| std::vector<std::shared_ptr<TensorUsageRecord> > nndeploy::net::OpBreadth::breadth_ |
Definition at line 52 of file tensor_pool.h.
| OpWrapper* nndeploy::net::OpBreadth::op_wrapper_ |
Definition at line 51 of file tensor_pool.h.
| size_t nndeploy::net::OpBreadth::size_ |
Definition at line 53 of file tensor_pool.h.