ONE - On-device Neural Engine
|
#include "Utils.h"
#include <luci/IR/CircleNodes.h>
#include <luci/IR/DataTypeHelper.h>
#include <vector>
#include <string>
#include <fstream>
Go to the source code of this file.
Namespaces | |
namespace | record_minmax |
Functions | |
void | record_minmax::checkInputDimension (const luci::CircleInput *input) |
uint32_t | record_minmax::numElements (const luci::CircleNode *node) |
size_t | record_minmax::getTensorSize (const luci::CircleNode *node) |
void | record_minmax::readDataFromFile (const std::string &filename, std::vector< char > &data, size_t data_size) |