|
ONE - On-device Neural Engine
|
#include <Params.h>

Data Fields | |
| int | left_shift |
| int32_t | input1_offset |
| int32_t | input1_multiplier |
| int | input1_shift |
| int32_t | input2_offset |
| int32_t | input2_multiplier |
| int | input2_shift |
| bool | is_broadcast |
| int32_t luci_interpreter_pal::ComparisonParams::input1_multiplier |
Definition at line 151 of file Params.h.
Referenced by luci_interpreter_pal::BroadcastComparison4DSlowWithScaling(), and luci_interpreter_pal::ComparisonWithScaling().
| int32_t luci_interpreter_pal::ComparisonParams::input1_offset |
Definition at line 150 of file Params.h.
Referenced by luci_interpreter_pal::BroadcastComparison4DSlowWithScaling(), and luci_interpreter_pal::ComparisonWithScaling().
| int luci_interpreter_pal::ComparisonParams::input1_shift |
Definition at line 152 of file Params.h.
Referenced by luci_interpreter_pal::BroadcastComparison4DSlowWithScaling(), and luci_interpreter_pal::ComparisonWithScaling().
| int32_t luci_interpreter_pal::ComparisonParams::input2_multiplier |
Definition at line 154 of file Params.h.
Referenced by luci_interpreter_pal::BroadcastComparison4DSlowWithScaling(), and luci_interpreter_pal::ComparisonWithScaling().
| int32_t luci_interpreter_pal::ComparisonParams::input2_offset |
Definition at line 153 of file Params.h.
Referenced by luci_interpreter_pal::BroadcastComparison4DSlowWithScaling(), and luci_interpreter_pal::ComparisonWithScaling().
| int luci_interpreter_pal::ComparisonParams::input2_shift |
Definition at line 155 of file Params.h.
Referenced by luci_interpreter_pal::BroadcastComparison4DSlowWithScaling(), and luci_interpreter_pal::ComparisonWithScaling().
| bool luci_interpreter_pal::ComparisonParams::is_broadcast |
Definition at line 157 of file Params.h.
Referenced by luci_interpreter::kernels::evalComparisonGeneric().
| int luci_interpreter_pal::ComparisonParams::left_shift |
Definition at line 149 of file Params.h.
Referenced by luci_interpreter_pal::BroadcastComparison4DSlowWithScaling(), and luci_interpreter_pal::ComparisonWithScaling().