Compute Library
 23.11
InputPatchElement< T, IsGeneric, OutputStage >::Workspace Struct Reference

#include <depthwise_depthfirst_multiplier.hpp>

Data Fields

const T ** input_rows
 
T * input_padding
 
T * input_patch
 

Static Public Attributes

constexpr static bool InputPatchIsGeneric = IsGeneric
 

Detailed Description

template<typename T, bool IsGeneric = false, typename OutputStage = Nothing>
struct arm_conv::depthwise::depthfirst_multiplier::InputPatchElement< T, IsGeneric, OutputStage >::Workspace

Definition at line 258 of file depthwise_depthfirst_multiplier.hpp.

Field Documentation

◆ input_padding

T* input_padding

Definition at line 262 of file depthwise_depthfirst_multiplier.hpp.

◆ input_patch

T* input_patch

Definition at line 263 of file depthwise_depthfirst_multiplier.hpp.

◆ input_rows

const T** input_rows

Definition at line 261 of file depthwise_depthfirst_multiplier.hpp.

◆ InputPatchIsGeneric

constexpr static bool InputPatchIsGeneric = IsGeneric
staticconstexpr

Definition at line 260 of file depthwise_depthfirst_multiplier.hpp.


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