nndeploy C++ API  0.2.0
nndeploy C++ API
Public Attributes | List of all members
nndeploy::net::Offset Struct Reference

#include <tensor_pool.h>

Public Attributes

int offset_
 
size_t size_
 
std::vector< std::shared_ptr< TensorUsageRecord > > tensor_usage_records_
 

Detailed Description

Definition at line 64 of file tensor_pool.h.

Member Data Documentation

◆ offset_

int nndeploy::net::Offset::offset_

Definition at line 65 of file tensor_pool.h.

◆ size_

size_t nndeploy::net::Offset::size_

Definition at line 66 of file tensor_pool.h.

◆ tensor_usage_records_

std::vector<std::shared_ptr<TensorUsageRecord> > nndeploy::net::Offset::tensor_usage_records_

Definition at line 67 of file tensor_pool.h.


The documentation for this struct was generated from the following file: