[ Property ] Add Tensor Type property in model
authorjijoong.moon <jijoong.moon@samsung.com>
Thu, 29 Jun 2023 12:36:30 +0000 (21:36 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Mon, 21 Aug 2023 06:29:23 +0000 (15:29 +0900)
commite012416a9437f5001e2aa5c6db9da149b7df01d4
tree0dacc87791158c3f837e83bdfde90639972cbfdd
parent08a1da0a2c22fd9495239d370cef8dc1d842a4fc
[ Property ] Add Tensor Type property in model

This PR enables the tensor type in model property as
"tensor_type=NHWC" or "tensor_type=NCHW". This information goes to
network_grap and layer node & manager.

Then, each layer can get the model tensor type information and it can
be used to request tensor or just using temporal tensor.

Resolves:

**Self evaluation:**
1. Build test:  [X]Passed [ ]Failed [ ]Skipped
2. Run test:  [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: jijoong.moon <jijoong.moon@samsung.com>
nntrainer/graph/network_graph.cpp