mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8 lines
213 B
C++
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
|