1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg/utensor/external_modules/models/deep_mlp.hpp

8 lines
213 B
C++

// Auto generated by utensor-cli
#ifndef ___MODELS_DEEP_MLP_H
#define ___MODELS_DEEP_MLP_H
#include "uTensor/core/context.hpp"
void get_deep_mlp_ctx(Context& ctx, Tensor* input_0);
#endif // ___MODELS_DEEP_MLP_H