ONE - On-device Neural Engine
Loading...
Searching...
No Matches
nnfw::cker::optimized::BinaryOpFuncSubFloat Struct Reference

#include <BinaryArithmeticOps.h>

Static Public Member Functions

static float calculate (const float a, const float b)
 

Detailed Description

Definition at line 446 of file BinaryArithmeticOps.h.

Member Function Documentation

◆ calculate()

static float nnfw::cker::optimized::BinaryOpFuncSubFloat::calculate ( const float  a,
const float  b 
)
inlinestatic

Definition at line 454 of file BinaryArithmeticOps.h.

454{ return a - b; }

The documentation for this struct was generated from the following file: