This website requires JavaScript.
Explore
Help
Sign In
experiments
/
STT-tensorflow
Watch
1
Star
0
Fork
0
You've already forked STT-tensorflow
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
STT-tensorflow
/
tensorflow
/
lite
/
toco
/
python
History
A. Unique TensorFlower
c1ae0ef7ce
Qualify uses of std::string
...
PiperOrigin-RevId: 316914367 Change-Id: Iae32a48b4db10d313f9e9b72f56eb6a6ac64c55f
2020-06-17 10:25:14 -07:00
..
BUILD
Build fixes for CLion.
2020-06-16 11:16:53 -07:00
tensorflow_wrap_toco.py
Export the toco functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to
https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md
for more information.
2019-10-22 11:16:39 -07:00
toco_from_protos_test.py
minor spelling tweaks
2020-03-19 01:52:50 +09:00
toco_from_protos.py
minor spelling tweaks
2020-03-19 01:52:50 +09:00
toco_python_api.cc
Qualify uses of std::string
2020-06-17 10:25:14 -07:00
toco_python_api.h
Expose inference type in the mlir quantizer
2020-05-13 23:55:06 -07:00