STT-tensorflow/tensorflow/lite/python/testdata
Jason Zaman dc86bb5296 systemlibs: unbundle pybind11
If pybind11 is installed on the system its headers are already captured
by @local_config_python//:python_headers, so the system lib only needs
to depend on that.

When installed correctly, includes should be #include "pybind11/...",
the bundled pybind11 is based off the source repo which does not match
the install paths. Use bazels strip_include_prefix to align the bundled
headers correctly.

Signed-off-by: Jason Zaman <jason@perfinion.com>
2020-04-08 03:38:38 +08:00
..
BUILD Transition Lite pybind_extension targets to use the new link_in_framework argument to dynamically link to libtensorflow_framework.so. 2020-03-16 09:36:21 -07:00
gather.pbtxt Python API support for string tensors. 2019-02-06 12:56:54 -08:00
pc_conv.bin Add 'quantization_parameters' field to python interpreter to allow getting the full per-axis quantization parameters via python. 2019-11-13 11:04:50 -08:00
permute.pbtxt Generate testdata from original pbtxt files. 2019-01-30 12:38:29 -08:00
test_delegate.cc Merge pull request #32000 from akarmi:toupstream/fix-tflite-interpreter-test 2019-12-20 08:21:05 -08:00
test_registerer_wrapper.cc systemlibs: unbundle pybind11 2020-04-08 03:38:38 +08:00
test_registerer.cc Make interpreter python wrapper handle sparse tensor properly. 2020-02-14 16:08:43 -08:00
test_registerer.h Automated rollback of commit 9e90593b24 2019-08-25 13:17:02 -07:00