forked from mindspore-Ecosystem/mindspore
|
|
||
|---|---|---|
| .. | ||
| lite | ||
| LICENSE | ||
| README.md | ||
| attr_value.proto | ||
| function.proto | ||
| graph.proto | ||
| node_def.proto | ||
| op_def.proto | ||
| resource_handle.proto | ||
| tensor.proto | ||
| tensor_shape.proto | ||
| types.proto | ||
| versions.proto | ||
README.md
to support convert of third party model with pb or tflite format, we heavily copied the proto files and schem file from https://github.com/tensorflow/tensorflow, release 2.4.1
license notice of tensorflow was also copied, please see LICENSE under this floder.