Skip to content
Snippets Groups Projects
Commit 4061759b authored by Axel Farrugia's avatar Axel Farrugia
Browse files

[Fix] Missing rescaling include

parent c2d54903
No related branches found
No related tags found
No related merge requests found
{#- For name header -#}
#ifndef {{ name|upper }}_LAYER_H
#define {{ name|upper }}_LAYER_H
#include "network/rescaling_utils.hpp"
{% include "./_def_io.jinja" %}
{% include "./_meminfo.jinja" %}
......
{#- For name header -#}
#ifndef {{ name|upper }}_LAYER_H
#define {{ name|upper }}_LAYER_H
#include "network/rescaling_utils.hpp"
{# For layer configuration -#}
{% include "./_def_io.jinja" %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment