nndeploy C++ API  0.2.0
nndeploy C++ API
Namespaces | Functions
util.h File Reference
#include "nndeploy/base/any.h"
#include "nndeploy/base/common.h"
#include "nndeploy/base/glic_stl_include.h"
#include "nndeploy/base/log.h"
#include "nndeploy/base/macro.h"
#include "nndeploy/base/object.h"
#include "nndeploy/base/param.h"
#include "nndeploy/base/status.h"
#include "nndeploy/base/string.h"
#include "nndeploy/base/time_profiler.h"
#include "nndeploy/device/buffer.h"
#include "nndeploy/device/device.h"
#include "nndeploy/device/memory_pool.h"
#include "nndeploy/device/tensor.h"
#include "nndeploy/ir/ir.h"
Include dependency graph for util.h:

Go to the source code of this file.

Namespaces

 nndeploy
 
 nndeploy::op
 

Functions

void nndeploy::op::adjustNegativeAxes (int &axes, int rank)
 
void nndeploy::op::adjustNegativeAxes (std::vector< int > &axes, int rank)
 
bool nndeploy::op::checkAxesRange (int axes, int rank)
 
bool nndeploy::op::checkAxesRange (std::vector< int > &axes, int rank)
 
int32_t nndeploy::op::multiplyDims (const base::IntVector &shape, int from, int upto_exclusive)