20.02
|
#include <string>
Go to the source code of this file.
Namespaces | |
armnn | |
Copyright (c) 2020 ARM Limited. | |
armnnUtils | |
Functions | |
std::string | ConvertInt32ToOctalString (int value) |
Converts an int value into the Prototxt octal representation. More... | |
std::string | ConvertTensorShapeToString (const armnn::TensorShape &shape) |
Converts an TensorShape into Prototxt representation. More... | |