[Tensors] Use GString to parse string of dimensions/types
authorjijoong.moon <jijoong.moon@samsung.com>
Tue, 3 Jul 2018 04:53:40 +0000 (13:53 +0900)
committer함명주/동작제어Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Tue, 3 Jul 2018 05:54:34 +0000 (14:54 +0900)
commit45dffed7a75066aa59b1545edc64cdd1e2bc844e
tree46064e2f6d74a44bc7b19907ffe57ca19a53c076
parent6bcfe5d81690904f624957a6ddf0f9d92d3ede57
[Tensors] Use GString to parse string of dimensions/types

It's better to use GString to parse the string of dimensions/types
rather than strdup/strtok.

Signed-off-by: jijoong.moon <jijoong.moon@samsung.com>
common/tensor_meta.c