~quarantaene/libchronos/trunk

« back to all changes in this revision

Viewing changes to core/neuralnetwork.hh

  • Committer: timo
  • Date: 2017-12-12 15:12:14 UTC
  • Revision ID: timo-20171212151214-sf2kr1sj3f12uh85
fixed a bug in the class WeightGenerator; replaced all remaining '#include's of <stdint.h> by <cstdint>

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#ifndef CHRONOS_NEURALNETWORK_HH_
19
19
#define CHRONOS_NEURALNETWORK_HH_
20
20
 
21
 
#include <stdint.h>
 
21
#include <cstdint>
22
22
#include <string>
23
23
#include <vector>
24
24