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

#include <tensor_pool.h>

Collaboration diagram for nndeploy::net::OpBreadth:
[legend]

Public Member Functions

bool operator< (const OpBreadth &other) const
 

Public Attributes

std::vector< std::shared_ptr< TensorUsageRecord > > breadth_
 
OpWrapperop_wrapper_
 
size_t size_
 

Detailed Description

Definition at line 50 of file tensor_pool.h.

Member Function Documentation

◆ operator<()

bool nndeploy::net::OpBreadth::operator< ( const OpBreadth other) const
inline

Definition at line 55 of file tensor_pool.h.

Member Data Documentation

◆ breadth_

std::vector<std::shared_ptr<TensorUsageRecord> > nndeploy::net::OpBreadth::breadth_

Definition at line 52 of file tensor_pool.h.

◆ op_wrapper_

OpWrapper* nndeploy::net::OpBreadth::op_wrapper_

Definition at line 51 of file tensor_pool.h.

◆ size_

size_t nndeploy::net::OpBreadth::size_

Definition at line 53 of file tensor_pool.h.


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