nndeploy C++ API  0.2.0
nndeploy C++ API
Public Attributes | List of all members
nndeploy::net::TensorWrapper Class Reference

#include <util.h>

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

Public Attributes

std::vector< OpWrapper * > consumers_
 
InputOutputType input_output_type_ = kNone
 
bool is_external_
 
bool is_weight_ = false
 
std::string name_
 
std::vector< OpWrapper * > producers_
 
device::Tensortensor_
 

Detailed Description

Definition at line 35 of file util.h.

Member Data Documentation

◆ consumers_

std::vector<OpWrapper *> nndeploy::net::TensorWrapper::consumers_

Definition at line 42 of file util.h.

◆ input_output_type_

InputOutputType nndeploy::net::TensorWrapper::input_output_type_ = kNone

Definition at line 43 of file util.h.

◆ is_external_

bool nndeploy::net::TensorWrapper::is_external_

Definition at line 37 of file util.h.

◆ is_weight_

bool nndeploy::net::TensorWrapper::is_weight_ = false

Definition at line 38 of file util.h.

◆ name_

std::string nndeploy::net::TensorWrapper::name_

Definition at line 40 of file util.h.

◆ producers_

std::vector<OpWrapper *> nndeploy::net::TensorWrapper::producers_

Definition at line 41 of file util.h.

◆ tensor_

device::Tensor* nndeploy::net::TensorWrapper::tensor_

Definition at line 39 of file util.h.


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