|
| void | SwizzleAndroidNn4dTensorToArmNn (armnn::TensorInfo &tensor, const void *input, void *output, const armnn::PermutationVector &mappings) |
| | Swizzles tensor data in input according to the dimension mappings. More...
|
| |
| void * | GetMemoryFromPool (DataLocation location, const std::vector< android::nn::RunTimePoolInfo > &memPools) |
| | Returns a pointer to a specific location in a pool`. More...
|
| |
| void * | GetMemoryFromPointer (const Request::Argument &requestArg) |
| |
| armnn::TensorInfo | GetTensorInfoForOperand (const Operand &operand) |
| |
| std::string | GetOperandSummary (const Operand &operand) |
| |
| template<typename TensorType > |
| void | DumpTensor (const std::string &dumpDir, const std::string &requestName, const std::string &tensorName, const TensorType &tensor) |
| |
| template void | DumpTensor< armnn::ConstTensor > (const std::string &dumpDir, const std::string &requestName, const std::string &tensorName, const armnn::ConstTensor &tensor) |
| |
| template void | DumpTensor< armnn::Tensor > (const std::string &dumpDir, const std::string &requestName, const std::string &tensorName, const armnn::Tensor &tensor) |
| |
| void | DumpJsonProfilingIfRequired (bool gpuProfilingEnabled, const std::string &dumpDir, armnn::NetworkId networkId, const armnn::IProfiler *profiler) |
| |
| std::string | ExportNetworkGraphToDotFile (const armnn::IOptimizedNetwork &optimizedNetwork, const std::string &dumpDir) |
| |
| std::string | SerializeNetwork (const armnn::INetwork &network, const std::string &dumpDir, std::vector< uint8_t > &dataCacheData, bool dataCachingActive) |
| |
| bool | IsDynamicTensor (const armnn::TensorInfo &outputInfo) |
| | Checks if a tensor info represents a dynamic tensor. More...
|
| |
| bool | AreDynamicTensorsSupported (void) |
| | Checks for ArmNN support of dynamic tensors. More...
|
| |
| bool | isQuantizedOperand (const OperandType &operandType) |
| |
| std::string | GetModelSummary (const Model &model) |
| |
| std::string | GetFileTimestamp () |
| |
| void | RenameExportedFiles (const std::string &existingSerializedFileName, const std::string &existingDotFileName, const std::string &dumpDir, const armnn::NetworkId networkId) |
| |
| void | RenameFile (const std::string &existingName, const std::string &extension, const std::string &dumpDir, const armnn::NetworkId networkId) |
| |
| void | CommitPools (std::vector<::android::nn::RunTimePoolInfo > &memPools) |
| |