ONE - On-device Neural Engine
Loading...
Searching...
No Matches
onert::ir::operation::FullyConnected::Param Struct Reference

#include <FullyConnected.h>

Data Fields

Activation activation = Activation::NONE
 
FullyConnectedWeightsFormat weights_format = FullyConnectedWeightsFormat::Default
 
bool keep_num_dims = false
 

Detailed Description

Definition at line 38 of file FullyConnected.h.

Field Documentation

◆ activation

Activation onert::ir::operation::FullyConnected::Param::activation = Activation::NONE

◆ keep_num_dims

bool onert::ir::operation::FullyConnected::Param::keep_num_dims = false

Definition at line 42 of file FullyConnected.h.

Referenced by onert::exec::DynamicShapeInferer::visit().

◆ weights_format

FullyConnectedWeightsFormat onert::ir::operation::FullyConnected::Param::weights_format = FullyConnectedWeightsFormat::Default

Definition at line 41 of file FullyConnected.h.

Referenced by onert::backend::train::KernelGenerator::visit().


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