ONE - On-device Neural Engine
|
#include "CircleCloneNode.h"
#include "luci/Service/CircleNodeClone.h"
#include <luci/IR/Nodes/CircleConst.h>
#include <loco.h>
#include <loco/IR/Graph.h>
#include <oops/UserExn.h>
#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | luci |
Functions | |
luci::CircleConst * | luci::clone (luci::CircleConst *node) |
Return cloned object of CircleConst node. | |