[tflchef] Support explicit initialization over INT32 tensors (#2408)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 26 Nov 2018 09:46:24 +0000 (18:46 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 26 Nov 2018 09:46:24 +0000 (18:46 +0900)
commit7b66e3ce3a2d05aea748b7a3ede43aec0d9fe91b
tree3051d015189fd7e544c8a6725eb3771c814cf1b4
parent40f062548af1d16ed29ea732578d335bea5653bb
[tflchef] Support explicit initialization over INT32 tensors (#2408)

* [tflchef] Support explicit initialization over INT32 tensors

This commit introduces 'explicit' filler which allows users to
explicitly specifies the values of operands.

Currently, 'explicit' filler is available for INT32 types.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Use -1 as a new_shape parameter
contrib/tflchef/core/src/Data/Explicit.h [new file with mode: 0644]
contrib/tflchef/core/src/DataChef.def
contrib/tflchef/core/src/DataChefs.h
contrib/tflchef/core/src/LexicalCast.cpp
contrib/tflchef/core/src/ModelChef.cpp
contrib/tflchef/tests/explicit_datachef/test.recipe [new file with mode: 0644]