|
| enum | BorderType : int { kBorderTypeConstant = 0x00
, kBorderTypeReflect
, kBorderTypeEdge
, kBorderTypeNotSupport
} |
| |
| enum | CodecFlag : int {
kCodecFlagImage = 0x0000
, kCodecFlagImages
, kCodecFlagVideo
, kCodecFlagCamera
,
kCodecFlagOther
} |
| |
| enum | CodecType : int { kCodecTypeNone = 0x0000
, kCodecTypeOpenCV
, kCodecTypeFFmpeg
, kCodecTypeStb
} |
| |
| enum | CvtColorType : int {
kCvtColorTypeRGB2GRAY = 0x0000
, kCvtColorTypeBGR2GRAY
, kCvtColorTypeRGBA2GRAY
, kCvtColorTypeBGRA2GRAY
,
kCvtColorTypeGRAY2RGB
, kCvtColorTypeBGR2RGB
, kCvtColorTypeRGBA2RGB
, kCvtColorTypeBGRA2RGB
,
kCvtColorTypeGRAY2BGR
, kCvtColorTypeRGB2BGR
, kCvtColorTypeRGBA2BGR
, kCvtColorTypeBGRA2BGR
,
kCvtColorTypeGRAY2RGBA
, kCvtColorTypeRGB2RGBA
, kCvtColorTypeBGR2RGBA
, kCvtColorTypeBGRA2RGBA
,
kCvtColorTypeGRAY2BGRA
, kCvtColorTypeRGB2BGRA
, kCvtColorTypeBGR2BGRA
, kCvtColorTypeRGBA2BGRA
,
kCvtColorTypeNotSupport
} |
| |
| enum | DataFormat : int {
kDataFormatN = 0x0000
, kDataFormatNC
, kDataFormatNCL
, kDataFormatS1D
,
kDataFormatNCHW
, kDataFormatNHWC
, kDataFormatOIHW
, kDataFormatNC4HW
,
kDataFormatNC8HW
, kDataFormatNCDHW
, kDataFormatNDHWC
, kDataFormatNDCHW
,
kDataFormatAuto
, kDataFormatNotSupport
} |
| |
| enum | DataTypeCode : uint8_t {
kDataTypeCodeUint = 0x00
, kDataTypeCodeInt
, kDataTypeCodeFp
, kDataTypeCodeBFp
,
kDataTypeCodeOpaqueHandle
, kDataTypeCodeNotSupport
} |
| |
| enum | DeviceTypeCode : int {
kDeviceTypeCodeCpu = 0x0000
, kDeviceTypeCodeArm
, kDeviceTypeCodeX86
, kDeviceTypeCodeRiscV
,
kDeviceTypeCodeCuda
, kDeviceTypeCodeRocm
, kDeviceTypeCodeSyCL
, kDeviceTypeCodeOpenCL
,
kDeviceTypeCodeOpenGL
, kDeviceTypeCodeMetal
, kDeviceTypeCodeVulkan
, kDeviceTypeCodeHexagon
,
kDeviceTypeCodeMtkVpu
, kDeviceTypeCodeAscendCL
, kDeviceTypeCodeAppleNpu
, kDeviceTypeCodeRkNpu
,
kDeviceTypeCodeQualcommNpu
, kDeviceTypeCodeMtkNpu
, kDeviceTypeCodeSophonNpu
, kDeviceTypeCodeNotSupport
} |
| |
| enum | EdgeType : int { kEdgeTypeFixed = 0x0001
, kEdgeTypePipeline = 0x0001 << 1
} |
| |
| enum | EdgeUpdateFlag : int { kEdgeUpdateFlagComplete = 0x0001
, kEdgeUpdateFlagTerminate = 0x0001 << 1
, kEdgeUpdateFlagError = 0x0001 << 2
} |
| |
| enum | EncryptType : int { kEncryptTypeNone = 0x0000
, kEncryptTypeBase64
} |
| |
| enum | ForwardOpType : int {
kForwardOpTypeDefault = 0x0000
, kForwardOpTypeOneDnn
, kForwardOpTypeXnnPack
, kForwardOpTypeQnnPack
,
kForwardOpTypeCudnn
, kForwardOpTypeAclOp
, kForwardOpTypeNotSupport
} |
| |
| enum | InferenceOptLevel : int { kInferenceOptLevel0 = 0x0000
, kInferenceOptLevel1
, kInferenceOptLevelAuto
} |
| |
| enum | InferenceType : int {
kInferenceTypeNone = 0x0000
, kInferenceTypeDefault
, kInferenceTypeOpenVino
, kInferenceTypeTensorRt
,
kInferenceTypeCoreML
, kInferenceTypeTfLite
, kInferenceTypeOnnxRuntime
, kInferenceTypeAscendCL
,
kInferenceTypeNcnn
, kInferenceTypeTnn
, kInferenceTypeMnn
, kInferenceTypePaddleLite
,
kInferenceTypeRknn
, kInferenceTypeTvm
, kInferenceTypeAITemplate
, kInferenceTypeSnpe
,
kInferenceTypeQnn
, kInferenceTypeSophon
, kInferenceTypeTorch
, kInferenceTypeTensorFlow
,
kInferenceTypeNeuroPilot
, kInferenceTypeVllm
, kInferenceTypeSGLang
, kInferenceTypeLmdeploy
,
kInferenceTypeLlamaCpp
, kInferenceTypeLLM
, kInferenceTypeXDit
, kInferenceTypeOneDiff
,
kInferenceTypeDiffusers
, kInferenceTypeDiff
, kInferenceTypeNotSupport
} |
| |
| enum | InterpType : int {
kInterpTypeNearst = 0x00
, kInterpTypeLinear
, kInterpTypeCubic
, kInterpTypeArer
,
kInterpTypeNotSupport
} |
| |
| enum | MemoryPoolType : int { kMemoryPoolTypeEmbed = 0x0000
, kMemoryPoolTypeUnity
, kMemoryPoolTypeChunkIndepend
} |
| |
| enum | MemoryType : int { kMemoryTypeNone = 0x0000
, kMemoryTypeAllocate
, kMemoryTypeExternal
, kMemoryTypeMapped
} |
| |
| enum | ModelType : int {
kModelTypeDefault = 0x0000
, kModelTypeOpenVino
, kModelTypeTensorRt
, kModelTypeCoreML
,
kModelTypeTfLite
, kModelTypeOnnx
, kModelTypeAscendCL
, kModelTypeNcnn
,
kModelTypeTnn
, kModelTypeMnn
, kModelTypePaddleLite
, kModelTypeRknn
,
kModelTypeTvm
, kModelTypeAITemplate
, kModelTypeSnpe
, kModelTypeQnn
,
kModelTypeSophon
, kModelTypeTorchScript
, kModelTypeTorchPth
, kModelTypeHdf5
,
kModelTypeSafetensors
, kModelTypeNeuroPilot
, kModelTypeGGUF
, kModelTypeNotSupport
} |
| |
| enum | NodeColorType : int { kNodeColorWhite = 0x0000
, kNodeColorGray
, kNodeColorBlack
} |
| |
| enum | ParallelType : int { kParallelTypeNone = 0x0001
, kParallelTypeSequential = 0x0001 << 1
, kParallelTypeTask = 0x0001 << 2
, kParallelTypePipeline = 0x0001 << 3
} |
| |
| enum | PixelType : int {
kPixelTypeGRAY = 0x0000
, kPixelTypeRGB
, kPixelTypeBGR
, kPixelTypeRGBA
,
kPixelTypeBGRA
, kPixelTypeNotSupport
} |
| |
| enum | PowerType : int { kPowerTypeHigh = 0x0000
, kPowerTypeNormal
, kPowerTypeLow
, kPowerTypeNotSupport
} |
| |
| enum | PrecisionType : int {
kPrecisionTypeBFp16 = 0x0000
, kPrecisionTypeFp16
, kPrecisionTypeFp32
, kPrecisionTypeFp64
,
kPrecisionTypeNotSupport
} |
| |
| enum | QueueOverflowPolicy : int { kQueueOverflowPolicyNodeBackpressure = 0x0001
, kQueueOverflowPolicyAllBackpressure = 0x0001 << 1
, kQueueOverflowPolicyDropOldest = 0x0001 << 2
} |
| |
| enum | ShareMemoryType : int { kShareMemoryTypeNoShare = 0x0000
, kShareMemoryTypeShareFromExternal
, kShareMemoryTypeNotSupport
} |
| |
| enum | StatusCode : int {
kStatusCodeOk = 0x0000
, kStatusCodeErrorUnknown
, kStatusCodeErrorOutOfMemory
, kStatusCodeErrorNotSupport
,
kStatusCodeErrorNotImplement
, kStatusCodeErrorInvalidValue
, kStatusCodeErrorInvalidParam
, kStatusCodeErrorNullParam
,
kStatusCodeErrorThreadPool
, kStatusCodeErrorIO
, kStatusCodeErrorDeviceCpu
, kStatusCodeErrorDeviceArm
,
kStatusCodeErrorDeviceX86
, kStatusCodeErrorDeviceRiscV
, kStatusCodeErrorDeviceCuda
, kStatusCodeErrorDeviceRocm
,
kStatusCodeErrorDeviceSyCL
, kStatusCodeErrorDeviceOpenCL
, kStatusCodeErrorDeviceOpenGL
, kStatusCodeErrorDeviceMetal
,
kStatusCodeErrorDeviceVulkan
, kStatusCodeErrorDeviceHexagon
, kStatusCodeErrorDeviceMtkVpu
, kStatusCodeErrorDeviceAscendCL
,
kStatusCodeErrorDeviceAppleNpu
, kStatusCodeErrorDeviceRkNpu
, kStatusCodeErrorDeviceQualcommNpu
, kStatusCodeErrorDeviceMtkNpu
,
kStatusCodeErrorDeviceSophonNpu
, kStatusCodeErrorOpAscendCL
, kStatusCodeErrorInferenceDefault
, kStatusCodeErrorInferenceOpenVino
,
kStatusCodeErrorInferenceTensorRt
, kStatusCodeErrorInferenceCoreML
, kStatusCodeErrorInferenceTfLite
, kStatusCodeErrorInferenceOnnxRuntime
,
kStatusCodeErrorInferenceAscendCL
, kStatusCodeErrorInferenceNcnn
, kStatusCodeErrorInferenceTnn
, kStatusCodeErrorInferenceMnn
,
kStatusCodeErrorInferencePaddleLite
, kStatusCodeErrorInferenceRknn
, kStatusCodeErrorInferenceTvm
, kStatusCodeErrorInferenceAITemplate
,
kStatusCodeErrorInferenceSnpe
, kStatusCodeErrorInferenceQnn
, kStatusCodeErrorInferenceSophon
, kStatusCodeErrorInferenceTorch
,
kStatusCodeErrorInferenceTensorFlow
, kStatusCodeErrorInferenceNeuroPilot
, kStatusCodeErrorInferenceVllm
, kStatusCodeErrorInferenceSGLang
,
kStatusCodeErrorInferenceLmdeploy
, kStatusCodeErrorInferenceLlamaCpp
, kStatusCodeErrorInferenceLLM
, kStatusCodeErrorInferenceXDit
,
kStatusCodeErrorInferenceOneDiff
, kStatusCodeErrorInferenceDiffusers
, kStatusCodeErrorInferenceDiff
, kStatusCodeErrorInferenceOther
,
kStatusCodeErrorDag
, kStatusCodeNodeInterrupt
} |
| |
| enum | TensorType : int { kTensorTypeDefault = 0x0000
, kTensorTypePipeline
} |
| |
| enum | TopoSortType : int { kTopoSortTypeBFS = 0x0000
, kTopoSortTypeDFS
} |
| |
|
| std::string | borderTypeToString (BorderType border_type) |
| |
| void | byteSwap (void *data, size_t elem_bytes, size_t num_elems) |
| | A generic inplace byte swapping function. More...
|
| |
| CvtColorType | calCvtColorType (PixelType src, PixelType dst) |
| |
| std::string | canonicalPath (const std::string &path) |
| | Converts path p to a canonical absolute path Symlinks are processed if there is support for them on running platform. More...
|
| |
| std::string | codecFlagToString (CodecFlag src) |
| |
| std::string | codecTypeToString (CodecType src) |
| |
| bool | convertFromBfp16ToFloat (void *bfp16, float *fp32, int count) |
| |
| bool | convertFromFloatToBfp16 (float *fp32, void *bfp16, int count) |
| |
| bool | convertFromFloatToFp16 (float *fp32, void *fp16, int count) |
| |
| bool | convertFromFp16ToFloat (void *fp16, float *fp32, int count) |
| |
| bool | createDirectories (const std::string &path_param) |
| |
| bool | createDirectory (const std::string &path) |
| |
| std::string | cvtColorTypeToString (CvtColorType cvt_color_type) |
| |
| std::string | dataFormatToString (DataFormat data_format) |
| |
| std::string | dataTypeCodeToString (DataTypeCode src) |
| |
| template<typename T > |
| DataType | dataTypeOf () |
| |
| template<> |
| DataType | dataTypeOf< bfp16_t > () |
| |
| template<> |
| DataType | dataTypeOf< double > () |
| |
| template<> |
| DataType | dataTypeOf< float > () |
| |
| template<> |
| DataType | dataTypeOf< half_float::half > () |
| |
| template<> |
| DataType | dataTypeOf< int16_t > () |
| |
| template<> |
| DataType | dataTypeOf< int32_t > () |
| |
| template<> |
| DataType | dataTypeOf< int64_t > () |
| |
| template<> |
| DataType | dataTypeOf< int8_t > () |
| |
| template<> |
| DataType | dataTypeOf< uint16_t > () |
| |
| template<> |
| DataType | dataTypeOf< uint32_t > () |
| |
| template<> |
| DataType | dataTypeOf< uint64_t > () |
| |
| template<> |
| DataType | dataTypeOf< uint8_t > () |
| |
| std::string | dataTypeToString (DataType data_type) |
| |
| std::string | deviceTypeCodeToString (DeviceTypeCode src) |
| |
| std::string | deviceTypeToString (DeviceType src) |
| |
| std::string | edgeTypeToString (EdgeType src) |
| |
| std::string | edgeUpdateFlagToString (EdgeUpdateFlag src) |
| |
| std::string | encryptTypeToString (EncryptType src) |
| |
| bool | exists (const std::string &path) |
| |
| std::string | forwardOpTypeToString (ForwardOpType src) |
| |
| bool | freeLibrary (const std::string &path) |
| |
| std::string | getcwd () |
| |
| Handle * | getLibraryHandle (const std::string &path, bool update) |
| |
| std::string | getParentPath (const std::string &path) |
| |
| std::wstring | getParentPath (const std::wstring &path) |
| |
| PrecisionType | getPrecisionType (DataType data_type) |
| |
| std::string | getUniqueString () |
| |
| void | glob (const std::string &directory, const std::string &pattern, std::vector< std::string > &result, bool recursive=false, bool include_directories=false) |
| |
| void | globRelative (const std::string &directory, const std::string &pattern, std::vector< std::string > &result, bool recursive=false, bool include_directories=false) |
| |
| std::string | inferenceOptLevelToString (InferenceOptLevel src) |
| |
| std::string | inferenceTypeToString (InferenceType src) |
| |
| std::string | interpTypeToString (InterpType interp_type) |
| |
| bool | isAlpha (char c) |
| | Inline implementation of isAlpha(). Tests whether the given character is an alphabet letter. More...
|
| |
| bool | isBlank (char c) |
| | Inline implementation of isBlank(). Tests whether the given character is a space or tab character. More...
|
| |
| bool | isDigit (char c) |
| | Inline implementation of isDigit(). Tests whether the given character is a decimal digit. More...
|
| |
| bool | isDigitchars (char c) |
| | Tests whether the given character is a valid letter in the string representation of a floating-point value, i.e. decimal digits, signs (+/-), decimal point (.), or exponent marker (e/E). More...
|
| |
| bool | isDirectory (const std::string &path) |
| |
| bool | isDynamicShape (const IntVector &dims) |
| |
| bool | isNumeric (const std::string &str) |
| |
| bool | isPathSeparator (char c) |
| |
| bool | isSpace (char c) |
| | Inline implementation of isSpace(). Tests whether the given character is a whitespace letter. More...
|
| |
| std::string | joinPath (const std::string &base, const std::string &path) |
| |
| bool | loadLibraryFromPath (const std::string &path, bool update) |
| |
| std::string | memoryPoolTypeToString (MemoryPoolType src) |
| |
| std::string | memoryTypeToString (MemoryType src) |
| |
| std::string | modelTypeToString (ModelType src) |
| |
| std::string | nodeColorTypeToString (NodeColorType src) |
| |
| template<> |
| double | normL2Sqr< double > (const Point< double > &pt) |
| |
| template<> |
| double | normL2Sqr< double > (const Point< float > &pt) |
| |
| template<> |
| double | normL2Sqr< double > (const Point< int > &pt) |
| |
| template<> |
| float | normL2Sqr< float > (const Point< float > &pt) |
| |
| template<> |
| int | normL2Sqr< int > (const Point< int > &pt) |
| |
| std::string | openFile (const std::string &file_path) |
| |
| std::string | overflowPolicyToString (QueueOverflowPolicy src) |
| |
| std::string | parallelTypeToString (ParallelType src) |
| |
| std::string | pixelTypeToString (PixelType pixel_type) |
| |
| std::string | powerTypeToString (PowerType src) |
| |
| std::string | precisionTypeToString (PrecisionType src) |
| |
| std::string | prettyJsonStr (const std::string &json_str) |
| |
| template<typename T > |
| void | printData (T *data, base::IntVector &shape, std::ostream &stream=std::cout) |
| |
| template<typename T > |
| void | printData (T *data, size_t size, std::ostream &stream=std::cout) |
| |
| double | rectangleIntersectionArea (const Rect2d &a, const Rect2d &b) |
| | Finds out if there is any intersection between two rectangles. More...
|
| |
| void | removeAllFile (const std::string &path) |
| |
| std::string | removeJsonBrackets (const std::string &json_str) |
| |
| template<> |
| int | saturate_cast< int > (double v) |
| |
| template<> |
| int | saturate_cast< int > (float v) |
| |
| template<> |
| int | saturate_cast< int > (int64_t v) |
| |
| template<> |
| int | saturate_cast< int > (uint64_t v) |
| |
| template<> |
| int | saturate_cast< int > (unsigned v) |
| |
| template<> |
| int64_t | saturate_cast< int64_t > (uint64_t v) |
| |
| template<> |
| short | saturate_cast< short > (double v) |
| |
| template<> |
| short | saturate_cast< short > (float v) |
| |
| template<> |
| short | saturate_cast< short > (int v) |
| |
| template<> |
| short | saturate_cast< short > (int64_t v) |
| |
| template<> |
| short | saturate_cast< short > (uint64_t v) |
| |
| template<> |
| short | saturate_cast< short > (unsigned short v) |
| |
| template<> |
| short | saturate_cast< short > (unsigned v) |
| |
| template<> |
| signed char | saturate_cast< signed char > (double v) |
| |
| template<> |
| signed char | saturate_cast< signed char > (float v) |
| |
| template<> |
| signed char | saturate_cast< signed char > (int v) |
| |
| template<> |
| signed char | saturate_cast< signed char > (int64_t v) |
| |
| template<> |
| signed char | saturate_cast< signed char > (short v) |
| |
| template<> |
| signed char | saturate_cast< signed char > (uint64_t v) |
| |
| template<> |
| signed char | saturate_cast< signed char > (unsigned char v) |
| |
| template<> |
| signed char | saturate_cast< signed char > (unsigned short v) |
| |
| template<> |
| signed char | saturate_cast< signed char > (unsigned v) |
| |
| template<> |
| uint64_t | saturate_cast< uint64_t > (int v) |
| |
| template<> |
| uint64_t | saturate_cast< uint64_t > (int64_t v) |
| |
| template<> |
| uint64_t | saturate_cast< uint64_t > (short v) |
| |
| template<> |
| uint64_t | saturate_cast< uint64_t > (signed char v) |
| |
| template<> |
| unsigned | saturate_cast< unsigned > (double v) |
| |
| template<> |
| unsigned | saturate_cast< unsigned > (float v) |
| |
| template<> |
| unsigned | saturate_cast< unsigned > (int v) |
| |
| template<> |
| unsigned | saturate_cast< unsigned > (int64_t v) |
| |
| template<> |
| unsigned | saturate_cast< unsigned > (short v) |
| |
| template<> |
| unsigned | saturate_cast< unsigned > (signed char v) |
| |
| template<> |
| unsigned | saturate_cast< unsigned > (uint64_t v) |
| |
| template<> |
| unsigned char | saturate_cast< unsigned char > (double v) |
| |
| template<> |
| unsigned char | saturate_cast< unsigned char > (float v) |
| |
| template<> |
| unsigned char | saturate_cast< unsigned char > (int v) |
| |
| template<> |
| unsigned char | saturate_cast< unsigned char > (int64_t v) |
| |
| template<> |
| unsigned char | saturate_cast< unsigned char > (short v) |
| |
| template<> |
| unsigned char | saturate_cast< unsigned char > (signed char v) |
| |
| template<> |
| unsigned char | saturate_cast< unsigned char > (uint64_t v) |
| |
| template<> |
| unsigned char | saturate_cast< unsigned char > (unsigned short v) |
| |
| template<> |
| unsigned char | saturate_cast< unsigned char > (unsigned v) |
| |
| template<> |
| unsigned short | saturate_cast< unsigned short > (double v) |
| |
| template<> |
| unsigned short | saturate_cast< unsigned short > (float v) |
| |
| template<> |
| unsigned short | saturate_cast< unsigned short > (int v) |
| |
| template<> |
| unsigned short | saturate_cast< unsigned short > (int64_t v) |
| |
| template<> |
| unsigned short | saturate_cast< unsigned short > (short v) |
| |
| template<> |
| unsigned short | saturate_cast< unsigned short > (signed char v) |
| |
| template<> |
| unsigned short | saturate_cast< unsigned short > (uint64_t v) |
| |
| template<> |
| unsigned short | saturate_cast< unsigned short > (unsigned v) |
| |
| size_t | shapeCount (const IntVector &dims, int start_index=0, int end_index=-1) |
| |
| bool | shapeEqual (const IntVector &dims0, const IntVector &dims1, int start_index=0, int end_index=-1) |
| |
| IntVector | shapeMax (const IntVector &dims0, const IntVector &dims1, int start_index=0, int end_index=-1) |
| |
| IntVector | shapeMin (const IntVector &dims0, const IntVector &dims1, int start_index=0, int end_index=-1) |
| |
| IntVector | shapeNchw2Nhwc (const IntVector &dims) |
| |
| IntVector | shapeNhwc2Nchw (const IntVector &dims) |
| |
| std::string | shareMemoryTypeToString (ShareMemoryType src) |
| |
| std::vector< std::string > | splitString (const std::string &str, const std::string &spstr) |
| |
| std::string | statusCodeToString (StatusCode code) |
| |
| BorderType | stringToBorderType (const std::string &border_type_str) |
| |
| CodecFlag | stringToCodecFlag (const std::string &src) |
| |
| CodecType | stringToCodecType (const std::string &src) |
| |
| CvtColorType | stringToCvtColorType (const std::string &cvt_color_type_str) |
| |
| DataFormat | stringToDataFormat (const std::string &str) |
| |
| DataType | stringToDataType (const std::string &str) |
| |
| DataTypeCode | stringToDataTypeCode (const std::string &src) |
| |
| DeviceType | stringToDeviceType (const std::string &src) |
| |
| DeviceTypeCode | stringToDeviceTypeCode (const std::string &src) |
| |
| EdgeType | stringToEdgeType (const std::string &src) |
| |
| EdgeUpdateFlag | stringToEdgeUpdateFlag (const std::string &src) |
| |
| EncryptType | stringToEncryptType (const std::string &src) |
| |
| ForwardOpType | stringToForwardOpType (const std::string &src) |
| |
| InferenceOptLevel | stringToInferenceOptLevel (const std::string &src) |
| |
| InferenceType | stringToInferenceType (const std::string &src) |
| |
| InterpType | stringToInterpType (const std::string &interp_type_str) |
| |
| MemoryPoolType | stringToMemoryPoolType (const std::string &src) |
| |
| MemoryType | stringToMemoryType (const std::string &src) |
| |
| ModelType | stringToModelType (const std::string &src) |
| |
| NodeColorType | stringToNodeColorType (const std::string &src) |
| |
| QueueOverflowPolicy | stringToOverflowPolicy (const std::string &src) |
| |
| ParallelType | stringToParallelType (const std::string &src) |
| |
| PixelType | stringToPixelType (const std::string &pixel_type_str) |
| |
| PowerType | stringToPowerType (const std::string &src) |
| |
| PrecisionType | stringToPrecisionType (const std::string &src) |
| |
| ShareMemoryType | stringToShareMemoryType (const std::string &src) |
| |
| TensorType | stringToTensorType (const std::string &src) |
| |
| TopoSortType | stringToTopoSortType (const std::string &src) |
| |
| std::wstring | stringToWstring (const std::string &str) |
| |
| std::string | tensorTypeToString (TensorType src) |
| |
| void | timePointEnd (const std::string &key) |
| |
| void | timePointStart (const std::string &key) |
| |
| float | timeProfilerGetAverageTime (const std::string &key) |
| |
| float | timeProfilerGetCostTime (const std::string &key) |
| |
| void | timeProfilerPrint (const std::string &title="") |
| |
| void | timeProfilerPrintIndex (const std::string &title, uint64_t index) |
| |
| void | timeProfilerPrintRemoveWarmup (const std::string &title, uint64_t warmup_times) |
| |
| void | timeProfilerReset () |
| |
| std::string | topoSortTypeToString (TopoSortType src) |
| |
| template<typename T > |
| std::string | toString (T value) |
| |
| std::string | ucharToString (const unsigned char *buffer, int length) |
| |
| template<typename T > |
| std::string | vectorToString (std::vector< T > val) |
| |
| std::string | wstringToString (const std::wstring &wstr) |
| |