nncc::core::ADT::tensor::Shape shape(uint32_t n) const override
void getConstFloatTensor(uint32_t n, const nnkit::TensorContext::TypedReader< float > &f) const override
void getMutableFloatTensor(uint32_t n, const nnkit::TensorContext::TypedAccessor< float > &f) override
std::function< void(const TensorContext &, uint32_t n, const nncc::core::ADT::tensor::Reader< T > &)> TypedReader
std::function< void(const TensorContext &, uint32_t n, nncc::core::ADT::tensor::Accessor< T > &)> TypedAccessor