ONE - On-device Neural Engine
Loading...
Searching...
No Matches
CircleExporterUtils.cpp File Reference
#include "CircleExporterUtils.h"
#include <oops/InternalExn.h>
#include <memory>
#include <cassert>

Go to the source code of this file.

Namespaces

namespace  exo
 
namespace  exo::circle_detail
 

Functions

circle::ActivationFunctionType exo::to_circle_actfunc (locoex::FusedActFunc func)
 
circle::Padding exo::circle_detail::getOpPadding (const loco::Padding2D *pad, const loco::Stride< 2 > *stride, const ShapeDescription &ifm, const ShapeDescription &ofm)
 
circle::Padding exo::circle_detail::getOpPadding (const locoex::Padding pad)
 
void exo::circle_detail::registerGraphIOName (loco::Graph *graph, SerializedModelData &gd)
 Register graph input and output names to SerializedModelData.
 
void exo::circle_detail::set_tensor_index (loco::Node *node, const TFLTensorIndex &tensor_id)
 
TFLTensorIndex exo::circle_detail::get_tensor_index (loco::Node *node)