Commit Graph

4 Commits

Author SHA1 Message Date
TensorFlower Gardener
efa82dd9a7 Merge pull request from dnguyen28061:allocate_temp
PiperOrigin-RevId: 326305159
Change-Id: Ic95dcb86e7bc58ced1666c7adcbddb9cc99dd2f4
2020-08-12 14:08:54 -07:00
Daniel Nguyen
a7e4df9246 switched from unsigned char to TF_Bool. Added input checking for TF_AllocatorAttributes 2020-08-11 23:11:36 +00:00
Daniel Nguyen
8ef70baf37 moved TF_OFFSET_OF_END to c_api_macros 2020-08-04 20:25:26 +00:00
Brian Zhao
a92488b55c Initial checkin of stub implementation for TF C/C++ SavedModel API. See RFC https://github.com/tensorflow/community/pull/207.
This commit contains:
1. the C API headers (under tf/c/experimental/saved_model/public),
2. the C -> C++ implementation glue code  (under tf/c/experimental/saved_model/internal)
3. the C++ implementation  (under tf/c/experimental/saved_model/core)

The C++ implementation (3) is currently a stub.

Please note: The C++ header-only API wrapping the C API will be added in a subsequent change.

Certain aspects of this C API are expected to change heavily (mainly regarding ConcreteFunction execution).

PiperOrigin-RevId: 307419836
Change-Id: I6755fca97394d47c09799c534236ac17a30410d1
2020-04-20 10:00:01 -07:00