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

#include <BinaryArithmeticOps.h>

Static Public Member Functions

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

Detailed Description

Definition at line 435 of file BinaryArithmeticOps.h.

Member Function Documentation

◆ calculate()

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

Definition at line 443 of file BinaryArithmeticOps.h.

443{ return a + b; }

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