23.08
|
#include <depthwise_depthfirst.hpp>
Public Member Functions | |
DepthwiseDepthfirstCommon (StratType *const strat, const DepthwiseArgs &args, const OutputStage &os) | |
DepthwiseDepthfirstCommon (DepthwiseDepthfirstCommon &)=delete | |
DepthwiseDepthfirstCommon & | operator= (DepthwiseDepthfirstCommon &)=delete |
size_t | get_storage_size (void) const override |
void | pack_parameters (void *buffer, const void *biases, const void *weights, size_t ld_weight_col, size_t ld_weight_row) override |
![]() | |
DepthfirstDriver (IDepthfirstStrategy *strategy, const DepthwiseArgs &args) | |
size_t | get_working_size (unsigned int n_threads) const override final |
virtual bool | supports_direct_padding () const |
Definition at line 156 of file depthwise_depthfirst.hpp.
|
inline |
Definition at line 224 of file depthwise_depthfirst.hpp.
|
delete |
|
inlineoverride |
Definition at line 232 of file depthwise_depthfirst.hpp.
|
delete |
|
inlineoverride |
Definition at line 238 of file depthwise_depthfirst.hpp.
Referenced by DepthwiseDepthfirstGeneric< TInput, TWeight, TOutput, TAccum, OutputStage >::pack_parameters(), and DepthwiseDepthfirstCommon< TInput, TInput, TInput, typename DefaultTAccum< TInput >::Type, typename DefaultOutputStage< TInput >::Type >::pack_parameters().