aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/c_api_experimental.cc
Commit message (Expand)AuthorAge
* Added an experimental API for user to set an internal error status.Gravatar Mingsheng Hong2018-09-27
* Added a C utility to create a ServerDef proto from text representation.Gravatar A. Unique TensorFlower2018-09-26
* Added TFE_OpSetAttrTensor() to eager C API.Gravatar Mingsheng Hong2018-09-14
* [TF] Variant improvements.Gravatar Eugene Brevdo2018-09-11
* Added experimental C APIs based on eager, as a first step towards using eagerGravatar Mingsheng Hong2018-09-06
* Add TF_CreateRunOptions. This enables Swift for TensorFlow's compiler?runtime...Gravatar Richard Wei2018-07-30
* Internal changes.Gravatar Mingsheng Hong2018-07-02
* Part 2 of Swift<->TF sends/recvs: support receiving tensors in TF fromGravatar Mingsheng Hong2018-05-07
* This is Part 1 of Swift<->TF sends/recvs: support sending tensors from TF toGravatar Mingsheng Hong2018-04-28
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* experimental C API: Fix compilation failure in Windows.Gravatar Asim Shankar2018-04-10
* Remove `TF_InitializeTPU` and `TF_ShutdownTPU` from experimental C API as the...Gravatar Richard Wei2018-04-06
* In the experimental C API, parametrized batch_size for the generate dataset /...Gravatar Mingsheng Hong2018-03-26
* Extended experimental C API with MNIST dataset/iterators support.Gravatar Mingsheng Hong2018-03-26
* Added experimental C APIs to build a stack of dataset + iterator nodes thatGravatar Mingsheng Hong2018-03-26
* Added experimental C APIs to build a hard-coded stack of dataset + iterator.Gravatar Mingsheng Hong2018-03-22
* Simplified the experimental APIs related to TPU execution, by moving the graphGravatar Mingsheng Hong2018-03-21
* Added an experimental C API to dump TF_Graph in a human-readable format, forGravatar Mingsheng Hong2018-03-21
* Added infeed support for experimental C APIs associated with TPU graph rewrite.Gravatar Mingsheng Hong2018-03-19
* Internal change.Gravatar Mingsheng Hong2018-03-14
* Added an experimental C API TF_EnableXLACompilation() to enable XLA compilation.Gravatar Mingsheng Hong2018-02-16