Samsung / ONE

On-device Neural Engine
Other
437 stars 158 forks source link

[Compiler] Add code for handling is_variable in Tensor. #4396

Open struss opened 4 years ago

struss commented 4 years ago

Currently, tflchef and some other modules are not handle is_variable which is in TFlite schema file.

So, I think we need to add code for handle this.

struss commented 4 years ago

https://github.com/tensorflow/tensorflow/blob/fcc4b966f1265f466e82617020af93670141b009/tensorflow/lite/schema/schema.fbs#L201

seanshpark commented 4 years ago

Have you seen any tflite models having variable as true ? or do you know the purpose of this attribute?

struss commented 4 years ago

Currnetly, I'm working on UnidirectionalSeqeuenceLSTM implementaion on luci and one of this input(the input that use as a state) have a property as a true. model attached on this is one example.

struss commented 4 years ago

Sorry for make a PR about so hastily. I will make a draft PR for this.