Support other types for RandomGenerator (#1831)
author장지섭/동작제어Lab(SR)/Engineer/삼성전자 <jiseob.jang@samsung.com>
Wed, 4 Jul 2018 07:30:34 +0000 (16:30 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 4 Jul 2018 07:30:34 +0000 (16:30 +0900)
commit4da15cb2b914834e488954e96fb5fd918db8929b
tree31e4c1743a19289a39d97b918e758a31a5a25441
parent0fe66a933d9ad45797c3716be2173e96bc5772dc
Support other types for RandomGenerator (#1831)

This commit supports other types(int32_t, uint8_t) for RandomGenerator.
- Add quantization info to RandomGenerator.
- Change class RandomGenerator to not be the template class.
- Change operator method to template method(generate<>()).

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
include/support/tflite/Diff.h
libs/support/tflite/src/Diff.cpp
tools/tflite_benchmark/src/tflite_benchmark.cc
tools/tflite_run/src/tflite_run.cc