ONE - On-device Neural Engine
|
Decribe how to build a a tensor from a filter. More...
#include <FilterCodec.h>
Public Member Functions | |
virtual | ~FilterDecoder ()=default |
virtual TensorShape | shape (const FilterShape &shape) const =0 |
virtual FilterIndex | value (const TensorIndex &index) const =0 |
Decribe how to build a a tensor from a filter.
Definition at line 53 of file FilterCodec.h.
|
virtualdefault |
|
pure virtual |
|
pure virtual |
Implemented in loco::PermutingDecoder< Domain::Filter >.