ONE - On-device Neural Engine
Loading...
Searching...
No Matches
CircleRange.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  luci
 
namespace  luci::sinf
 

Macros

#define GET_RANGE_PARAM(DT)
 

Macro Definition Documentation

◆ GET_RANGE_PARAM

#define GET_RANGE_PARAM (   DT)
Value:
start = start_node->scalar<DT>(); \
limit = limit_node->scalar<DT>(); \
delta = delta_node->scalar<DT>();