nndeploy C++ API  0.2.0
nndeploy C++ API
Namespaces | Functions
shape.h File Reference
#include "nndeploy/base/common.h"
#include "nndeploy/base/glic_stl_include.h"
#include "nndeploy/base/macro.h"
Include dependency graph for shape.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 nndeploy
 
 nndeploy::base
 

Functions

bool nndeploy::base::isDynamicShape (const IntVector &dims)
 
size_t nndeploy::base::shapeCount (const IntVector &dims, int start_index=0, int end_index=-1)
 
bool nndeploy::base::shapeEqual (const IntVector &dims0, const IntVector &dims1, int start_index=0, int end_index=-1)
 
IntVector nndeploy::base::shapeMax (const IntVector &dims0, const IntVector &dims1, int start_index=0, int end_index=-1)
 
IntVector nndeploy::base::shapeMin (const IntVector &dims0, const IntVector &dims1, int start_index=0, int end_index=-1)
 
IntVector nndeploy::base::shapeNchw2Nhwc (const IntVector &dims)
 
IntVector nndeploy::base::shapeNhwc2Nchw (const IntVector &dims)