aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/c_api.cc
Commit message (Expand)AuthorAge
* [TF] Variant improvements.Gravatar Eugene Brevdo2018-09-11
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* EIGEN_MAX_ALIGN_BYTES can be zero when vectorization is disabled. In that cas...Gravatar A. Unique TensorFlower2018-08-20
* Merge pull request #20609 from karllessard:java-add-gradients-with-nameGravatar TensorFlower Gardener2018-07-31
|\
| * 2nd review: Cover more prefix conflict casesGravatar karl@kubx.ca2018-07-27
| * Enforce uniqueness of custom prefixes for gradientsGravatar karl@kubx.ca2018-07-25
| * 1st code review: rename 'scope_name' to 'prefix', etc.Gravatar karl@kubx.ca2018-07-25
| * Add scope name to TF_AddGradientsGravatar karl@kubx.ca2018-07-25
|/
* Update TF_ApiDefMapGet to return nullptr if there is an error.Gravatar James Keeling2018-07-24
* Allow TF_Delete* functions to accept nullptrGravatar James Keeling2018-07-24
* Add C API for kernel infoGravatar James Keeling2018-07-23
* Expose each device's incarnation via `Session.list_devices()`.Gravatar Derek Murray2018-07-19
* Merge changes from github.Gravatar Mingxing Tan2018-06-28
* [C API]: Bugfix for TF_AddGradients.Gravatar Asim Shankar2018-06-26
* Move cycle detection helper function from c/c_api to core/graph/validate.Gravatar A. Unique TensorFlower2018-06-22
* C API: Fail gracefully if the serialized graph would be too large.Gravatar Asim Shankar2018-06-07
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar Peter Hawkins2018-05-02
* Downgrade run-after-mutation error to a log warning.Gravatar Skye Wanderman-Milne2018-03-16
* Fix race in C API.Gravatar Skye Wanderman-Milne2018-03-12
* TFE_Context gets its local devices from the source instead of a session.Gravatar Alexandre Passos2018-03-07
* Make graph construction work while graph is being concurrently run.Gravatar Skye Wanderman-Milne2018-03-06
* Add TF_TryEvaluateConstant to the C API and have smart_cond call it.Gravatar Skye Wanderman-Milne2018-03-06
* C API: Fixes #7394Gravatar Asim Shankar2018-02-08
* Make TFE_Py_FastpathExecute work for all types of opsGravatar Akshay Modi2018-02-06
* When a device list API such as TF_DeviceListName() succeeds, set the output s...Gravatar A. Unique TensorFlower2018-01-24
* C API: don't return source/sink control edges.Gravatar Skye Wanderman-Milne2018-01-23
* Rename the newly introduced TF_SetAttrFunc function to make it clear that it isGravatar A. Unique TensorFlower2018-01-17
* Introduce a new C API entrypoint to set a 'func' attribute on an opGravatar A. Unique TensorFlower2018-01-16
* This change adds a mechanism to the internal C API for updating an output han...Gravatar Akshay Agrawal2017-12-21
* Read ApiDef from TensorFlow Go API.Gravatar Anna R2017-12-20
* Automated g4 rollback of changelist 179260538Gravatar Dandelion Man?2017-12-15
* Automated g4 rollback of changelist 179258973Gravatar A. Unique TensorFlower2017-12-15
* Merge changes from github.Gravatar Dandelion Man?2017-12-15
* Raise exception on missing unused input_map keys with C API enabled.Gravatar Skye Wanderman-Milne2017-12-12
* Uniquify names and prefixes in import_graph_def with C API enabled.Gravatar Skye Wanderman-Milne2017-12-06
* Check when session cannot run because its graph was modifiedGravatar Igor Ganichev2017-11-29
* C API: fix bug in ValidateNoCycles().Gravatar Skye Wanderman-Milne2017-11-28
* fix bug in c_api TF_GraphSetTensorShape to be able to handle unknown shapes a...Gravatar Olivia Nordquist2017-11-20
* Allow Operation._get_attr() to work with all attr types with C API enabledGravatar Skye Wanderman-Milne2017-11-10
* Add TF_GraphVersions() to C API and use in Graph.graph_def_versions()Gravatar Skye Wanderman-Milne2017-10-30
* Add ability to fetch return nodes and unused input mappings from C API GraphD...Gravatar Skye Wanderman-Milne2017-10-30
* Add TF_GraphGetOpDef() to C API and use in Operation.op_def()Gravatar Skye Wanderman-Milne2017-10-18
* Add return_nodes option to ImportGraphDefGravatar Skye Wanderman-Milne2017-10-16
* detecting cycles when users add a control edge to a graphGravatar Olivia Nordquist2017-09-06
* Add function support to Tensorflow C APIGravatar Igor Ganichev2017-08-30
* Introduce C++ API while loop builder methodGravatar Skye Wanderman-Milne2017-08-29
* Don't create cond_input and body_input nodes when finishing while loopGravatar Igor Ganichev2017-08-19
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Allow specifying colocation constraints through TF_SetAttr*Gravatar A. Unique TensorFlower2017-08-03
* C API: Make TF_TensorFromTensor return an error instead of just logging it.Gravatar Asim Shankar2017-08-03