[ahub] fix ahub issue
[platform/core/ml/nntrainer.git] / nntrainer / compiler / tflite_interpreter.cpp
2023-03-16 hyeonseok lee[ahub] fix ahub issue
2023-03-10 hyeonseok leereplace strerror with strerror_r
2022-11-24 SeoHyungjun[Trivial] Fix coverity issue
2022-11-07 DonghakPark[compiler] Revisit tflite_interpreter for TF Lite Export
2022-11-07 DonghakPark[compiler] Revisit FullyConnected Layer Weights Transpo...
2022-11-07 DonghakPark[compiler] FullyConnevted Layer Weights Transpose for...
2022-11-07 seongwoo[compiler] Revisit tflite interpreter
2022-05-19 seongwoo[ccapi] Add exports interface.
2022-04-26 jijoong.moon[ Interpreter ] add batch normalziation realizer
2022-04-12 jijoong.moon[Exporter] move builtin options for tflite into tflite_...
2021-10-13 Jihoon Lee[Interpreter] Change signature of interpreter
2021-10-13 Jihoon Lee[Fix] Tflite Interpreter disable
2021-09-16 Jihoon Lee[Interpreter] Enable tests
2021-08-27 Jihoon Lee[Save] Prepare to save ini
2021-08-10 Parichay Kapoor[tensor] WeightInitializer refactor to Tensor::Initializer
2021-06-23 Jihoon Lee[LayerNode] Add layer(devel) to the node
2021-06-11 Parichay Kapoor[interpreter] Updated export_to usage with LayerNode
2021-06-11 Parichay Kapoor[layerNode] Refactor get/set number of inputs/outputs
2021-06-08 Jihoon Lee[Exporter] Implement saving fc node
2021-06-08 Jihoon Lee[Refactor] Delegate tfNode creation to exporter
2021-06-07 Jihoon Lee[Tflite] Separate `tfopnode`
2021-06-02 Jihoon Lee[tflite] implement build operations in subgraph
2021-05-28 Jihoon Lee[Tflite] Add model input, output
2021-05-26 Parichay Kapoor[graph] Add non-const iterators
2021-05-25 Jihoon Lee[Tflite] Fix tf shape building
2021-05-24 Jihoon Lee[Tflite] Implement `BuildTensors`
2021-05-21 Jihoon Lee[tflite] Implement `buildBuffers`
2021-05-17 Jihoon Lee[Tflite] Implement serializing opcode
2021-05-17 Jihoon Lee[TfLite] Implement TfOpIdxMap
2021-05-17 Jihoon Lee[Tflite] Implement TfOpNode
2021-05-12 Jihoon Lee[tflite] implement serialize
2021-05-11 Jihoon Lee[Tf/Skeleton] Add basic meta data
2021-05-10 Jihoon Lee[Skeleton] Add Tflite interpreter skeleton