aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def
Commit message (Expand)AuthorAge
...
* | | | | Add StaticRegexReplace which can be used in place of RegexReplace when the re...Gravatar Jeremiah Harmsen2018-08-18
* | | | | Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* | | | | Add documentation clarifying the differences between tf.fill and tf.constant.Gravatar A. Unique TensorFlower2018-08-16
| |_|_|/ |/| | |
* | | | Add StringLength op to TensorFlow.Gravatar Sung Jin Hwang2018-08-16
* | | | Add batch_gather that assumes a series of leading (dense) dimensions.Gravatar Adria Puigdomenech2018-08-15
* | | | Automated rollback of commit a00fba38681fa28d6d20cd730fe362864b819a0dGravatar Gunhan Gulsoy2018-08-14
| * | | Merge remote-tracking branch 'upstream/master' into ENH/unsafe_divGravatar Yan Facai (颜发才)2018-08-14
| |\ \ \ | |/ / / |/| | |
| * | | CLN: rename api fileGravatar Yan Facai (颜发才)2018-08-14
| * | | CLN: rename UnsafeDiv => DivNoNanGravatar Yan Facai (颜发才)2018-08-14
* | | | Reduce output on pbtxt parse error.Gravatar Patrick Nguyen2018-08-13
* | | | tf.scatter_sub for resource variablesGravatar Alexandre Passos2018-08-13
* | | | Merge pull request #19105 from facaiy:ENH/unsafe_divGravatar TensorFlower Gardener2018-08-11
|\| | | | |_|/ |/| |
| | * Fix formula.Gravatar Seb Bro2018-08-11
| | * Fix formula.Gravatar Seb Bro2018-08-11
| |/ |/|
* | Correct a mistake in the lgamma documentationGravatar David Majnemer2018-08-10
* | Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* | Added forked versions of stateless If and While ops. They should only be used,Gravatar Mingsheng Hong2018-08-08
* | Add a (internal) `MapFn` op that maps a function over batches of inputs.Gravatar Rachel Lim2018-08-08
| * Merge branch 'master' into ENH/unsafe_divGravatar Yan Facai (颜发才)2018-08-07
| |\ | |/ |/|
* | Map and filter fusionGravatar Piotr Padlewski2018-08-06
* | Fix typo in Ceil op description.Gravatar Daniel Zheng2018-08-02
* | [tf.data] Add new `Optional` type to represent missing data.Gravatar Derek Murray2018-08-01
| * Merge remote-tracking branch 'upstream/master' into ENH/unsafe_divGravatar Yan Facai (颜发才)2018-07-31
| |\ | |/ |/|
* | Adds a NonMaxSuppressionV4 op, with a corresponding TF2XLA implementation.Gravatar Tayo Oguntebi2018-07-30
* | Improvement resource variable documentation.Gravatar Alexandre Passos2018-07-24
* | Describe what happens on case of duplicate indices on scatter_nd.Gravatar A. Unique TensorFlower2018-07-20
* | Allows constructing resource variables from tf.Variable.Gravatar Alexandre Passos2018-07-18
* | Merge pull request #20795 from formigone:bounding-box-example-typoGravatar TensorFlower Gardener2018-07-17
|\ \
* | | [tf.data] Generalization of `tf.contrib.data.sliding_window_batch`.Gravatar Jiri Simsa2018-07-16
| * | Fix typo in bounding box exampleGravatar Rodrigo Silveira2018-07-13
|/ /
* | Merge branch 'master' into non_max_suppression_overlapsGravatar Christian Ertler2018-07-10
|\ \
| * | Change "deprecation_message" to "deprecated: true" in api_def_*.pbtxt files.Gravatar Anna R2018-07-09
| * | [tf.data] Removing an incorrect assumption from the input pipeline optimizati...Gravatar Jiri Simsa2018-07-07
| * | Creating a CopyToDeviceDataset that uses GeneratorDataset and remote function...Gravatar Rohan Jain2018-07-07
| * | - Adding ability to center bias as a first step of training gbdtGravatar A. Unique TensorFlower2018-07-03
| * | [tf.data] Experimental transformations for windowing and batching of windows.Gravatar Jiri Simsa2018-07-03
| * | Make functions defined with tfe.defun respect devices when executing.Gravatar Akshay Agrawal2018-07-03
| * | Merge changes from github.Gravatar Yifei Feng2018-07-02
| * | Change the way we set endpoints deprecated in api_def.proto.Gravatar Anna R2018-07-02
| * | [tf.data / Bigtable] Initial tf.data Bigtable integrationGravatar Brennan Saeta2018-06-29
| * | Merge changes from github.Gravatar Mingxing Tan2018-06-28
| * | Add an op that returns a proto containing debugging and modelGravatar A. Unique TensorFlower2018-06-27
* | | Adding tf.image.non_max_suppression_overlapsGravatar Christian Ertler2018-06-21
| * | Exporting symbols from additional namespaces in ApiDefs. Also, setting some ofGravatar Anna R2018-06-20
| * | Derivative of tf.random_gamma with respect to the alpha parameter.Gravatar A. Unique TensorFlower2018-06-19
| * | Derivative of tf.igamma(a, x) and tf.igammac(a, x) with respect to a.Gravatar A. Unique TensorFlower2018-06-19
| * | Merge changes from github.Gravatar Akshay Modi2018-06-18
| * | Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
| * | Merge changes from github.Gravatar Akshay Modi2018-06-18
* | | Fix typo (#20082)Gravatar ManHyuk2018-06-17