23.11
|
#include <depthfirst_driver.hpp>
Public Member Functions | |
TensorSpec (T ptr, size_t ld_row, size_t ld_col) | |
Data Fields | |
T | base |
size_t | ld_row |
size_t | ld_col |
Definition at line 55 of file depthfirst_driver.hpp.
|
inline |
T base |
Definition at line 57 of file depthfirst_driver.hpp.
Referenced by DepthwiseDepthfirstMultiplier< TInput, TWeight, TOutput, TAccum, is_generic, OutputStage >::compute_tile_padded().
size_t ld_col |
Definition at line 58 of file depthfirst_driver.hpp.
Referenced by DepthwiseDepthfirstMultiplier< TInput, TWeight, TOutput, TAccum, is_generic, OutputStage >::compute_tile_padded().
size_t ld_row |
Definition at line 58 of file depthfirst_driver.hpp.
Referenced by DepthwiseDepthfirstMultiplier< TInput, TWeight, TOutput, TAccum, is_generic, OutputStage >::compute_tile_padded().