ONE - On-device Neural Engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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>();