Commit Graph

7 Commits

Author SHA1 Message Date
Bart Schuurmans dad19fde31 Add support for loading a Session from a SavedModel 2023-02-05 13:41:24 -08:00
Bart Schuurmans fb629d1207 Migrate from TF_DeprecatedSession to TF_Session
Instead of calling TF_ExtendGraph, we call TF_GraphImportGraphDef and
pass an input map for all existing nodes in the graph.
2023-02-04 15:18:03 -08:00
fkm3 199f1c7663 Switch to new TF_STRING format for TF 2.10
See https://github.com/tensorflow/community/blob/master/rfcs/20190411-string-unification.md
2023-01-23 17:17:47 -08:00
Bart Schuurmans b0e832809c Consistent whitespace usage 2023-01-23 17:17:47 -08:00
Greg Steuck 93e27a12c6 Uprev tensorflow. (#29)
Includes temporary blacklisting for a couple of ops that will be
supported once my fix lands in the main tensorflow repo.
2016-11-14 17:04:44 -08:00
Judah Jacobson cdd4a0a747 Compile on platforms where int64_t == long long. (#6)
In particular, this helps fix the build on Mac OS X.
2016-10-25 22:26:42 -07:00
Greg Steuck 67690d1499 Initial commit 2016-10-24 19:26:42 +00:00