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

#include <BinaryArithmeticOps.h>

Static Public Member Functions

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

Detailed Description

Definition at line 457 of file BinaryArithmeticOps.h.

Member Function Documentation

◆ calculate()

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

Definition at line 465 of file BinaryArithmeticOps.h.

465{ return a * b; }

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