Compute Library
 23.08
CommonParams Struct Reference

Structure holding all the graph Example parameters. More...

#include <graph_validate_utils.h>

Collaboration diagram for CommonParams:
[legend]

Data Fields

FrameworkParams common_params {}
 
TensorParams input {}
 
TensorParams weights {}
 
TensorParams bias {}
 
TensorParams output {}
 
VerificationParams verification {}
 
arm_compute::DataType data_type { DataType::F32 }
 

Detailed Description

Structure holding all the graph Example parameters.

Definition at line 135 of file graph_validate_utils.h.

Field Documentation

◆ bias

TensorParams bias {}

Definition at line 140 of file graph_validate_utils.h.

◆ common_params

◆ data_type

◆ input

◆ output

TensorParams output {}

Definition at line 141 of file graph_validate_utils.h.

Referenced by VerifyAccessor< D >::access_tensor().

◆ verification

◆ weights


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