aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def
Commit message (Expand)AuthorAge
* Add 'remove' operation to MutableHashTable and MutableDenseHashTable.Gravatar A. Unique TensorFlower2018-10-09
* Add RaggedTensors to tf.core. Moving the RaggedGather op kernel.Gravatar A. Unique TensorFlower2018-10-09
* [tf.data] NUMA-aware MapAndBatch dataset.Gravatar Brennan Saeta2018-10-09
* Create SDCAOptimizerV2 op to fix the "adaptative" typo.Gravatar Yuefeng Zhou2018-10-09
* Remove deprecations for some of the endpoints in ApiDef files. These changesGravatar Anna R2018-10-08
* Merge pull request #21658 from lowintelligence:masterGravatar TensorFlower Gardener2018-10-08
|\
* \ Merge pull request #22386 from girving:statelessGravatar TensorFlower Gardener2018-10-05
|\ \
| * | Expand stateless random generators to match their stateful cousinsGravatar Geoffrey Irving2018-10-05
* | | Add apidefs for the list ops.Gravatar Dan Moldovan2018-10-04
* | | [tf.data] Add a notion of `captured args` to MapDefunGravatar Rachel Lim2018-10-04
* | | Add "encoding" attribute to string substr op, which controls how each "charac...Gravatar A. Unique TensorFlower2018-10-04
|/ /
* | Export endpoint for the version of the `regex_replace` function that calls St...Gravatar A. Unique TensorFlower2018-10-02
* | [tf.data] Deprecate `tf.contrib.data` and introduce `tf.data.experimental` to...Gravatar Derek Murray2018-10-01
* | [tf.data] Move `tf.contrib.data` C++ code to a core "experimental" directory.Gravatar Derek Murray2018-09-28
* | Fix a latex render nitGravatar Brian Patton2018-09-28
* | [tf.data Introducing tf.data.Dataset.reduce() which reduces elements of a (fi...Gravatar Jiri Simsa2018-09-27
* | Add tf.strings.unicode_script, which detects the script of a unicode codepointGravatar A. Unique TensorFlower2018-09-27
* | Add xlogy and xdivy op.Gravatar A. Unique TensorFlower2018-09-26
* | Deprecate tf.manip endpoints instead of endpoints under tf.*. This change isGravatar Anna R2018-09-26
| * Merge remote-tracking branch 'origin'Gravatar Cao Zongyan2018-09-26
| |\ | |/ |/|
* | Add "encoding" attribute to string length op, which controls how "string leng...Gravatar A. Unique TensorFlower2018-09-25
* | Merge pull request #21715 from hsgkim:volume_patchesGravatar TensorFlower Gardener2018-09-23
|\ \
* | | Moving MultiDeviceIterator from contrib to core.Gravatar Rohan Jain2018-09-23
* | | Add searchsorted (ie lower/upper bound) op.Gravatar A. Unique TensorFlower2018-09-20
* | | This CL adds a new `tf.print` operator that more closely aligns with the stan...Gravatar A. Unique TensorFlower2018-09-19
* | | [tf.data] Introducing `tf.data.Dataset.window(size, shift, stride, drop_remai...Gravatar Jiri Simsa2018-09-17
* | | Consistency in record_default shapes for tf.contrib.data.CsvDataset & tf.deco...Gravatar Rachel Lim2018-09-13
* | | Support passing a negative position to substr. If the position is negative, t...Gravatar A. Unique TensorFlower2018-09-12
* | | [tf.data] Mechanism for collecting processing time information and modeling p...Gravatar Jiri Simsa2018-09-11
* | | Move Quantile Stream Resource to core.Gravatar Zhenyu Tan2018-09-11
| | * Merge remote-tracking branch 'origin'Gravatar Cao Zongyan2018-09-11
| | |\ | |_|/ |/| |
* | | [tf.data] Adding support for `num_parallel_calls` to `tf.data.Dataset.interle...Gravatar Jiri Simsa2018-09-06
| * | fix documentation errorsGravatar Hoeseong Kim2018-09-07
* | | Add StaticRegexFullMatch which can be used in place of RegexFullMatch when th...Gravatar A. Unique TensorFlower2018-09-06
* | | Documentation fix for tf.regex_full_matchGravatar A. Unique TensorFlower2018-09-06
* | | Documentation fixes for segment_* and unsorted_segment_* opsGravatar A. Unique TensorFlower2018-09-06
| | * Avoid golden API file changing.Gravatar Cao Zongyan2018-09-05
* | | Fix formatting for StridedSlice op.Gravatar Reed Wanderman-Milne2018-08-31
* | | Add a batch sequence example parsing op, part 2.Gravatar Patrik Sundberg2018-08-31
* | | TensorListScatter and TensorListGatherGravatar Alexandre Passos2018-08-30
* | | [data-stats] Deletes deprecated `feature_stats` transformation to collect `fe...Gravatar Shivani Agrawal2018-08-29
* | | Adds a tf.ensure_shape function as a substitute for tensor.set_shape, which v...Gravatar Rachel Lim2018-08-28
* | | Merge pull request #21552 from sbrodehl:patch-1Gravatar TensorFlower Gardener2018-08-27
|\ \ \
* | | | Deprecate C++ kernel for matrix exponential, which is now implemented as a py...Gravatar A. Unique TensorFlower2018-08-24
| | | * Refine LeakyRelu codes and update APIs.Gravatar Cao Zongyan2018-08-24
* | | | [tf.data] Implements `dataset` transformation `parse_example_dataset(..)` whi...Gravatar Shivani Agrawal2018-08-22
* | | | Setting the tf2 namespace to prefer variable.assign and friends over tf.assignGravatar Alexandre Passos2018-08-21
* | | | Add `batch_scatter_update`, analogous to `batch_gather`.Gravatar Adria Puigdomenech2018-08-21
* | | | Merge pull request #21621 from facaiy:CLN/add_div_no_nan_opGravatar TensorFlower Gardener2018-08-20
|\ \ \ \
| | | * | Implement extract_volume_patchesGravatar Hoeseong Kim2018-08-20