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

#include <tensor_pool.h>

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

Public Attributes

device::Bufferbuffer_
 
std::vector< std::array< int, 2 > > intervals_
 

Detailed Description

Definition at line 58 of file tensor_pool.h.

Member Data Documentation

◆ buffer_

device::Buffer* nndeploy::net::Chunk::buffer_

Definition at line 60 of file tensor_pool.h.

◆ intervals_

std::vector<std::array<int, 2> > nndeploy::net::Chunk::intervals_

Definition at line 61 of file tensor_pool.h.


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