aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/hidden_ops.txt
Commit message (Expand)AuthorAge
* Removing hidden_ops.txt file.Gravatar Anna R2018-04-28
* Merge changes from github.Gravatar Scott Zhu2018-04-13
* Removing hidden_ops.txt file.Gravatar Anna R2018-03-13
* Merge changes from github.Gravatar Shanqing Cai2018-03-12
* Added matrix logarithm op to linear algebra ops.Gravatar A. Unique TensorFlower2018-01-18
* Merge changes from github.Gravatar Sourabh Bajaj2018-01-17
* tfdbg: Add DebugGradientRefIdentity opGravatar Shanqing Cai2018-01-08
* Add a "Snapshot" kernel that always makes a copy of its input. This should be...Gravatar A. Unique TensorFlower2017-12-08
* Add tfe.py_func, a tf.py_func-like construct that wraps a Python function and...Gravatar Akshay Agrawal2017-12-07
* Adding variant-based serialization and deserialization for sparse tensors.Gravatar Jiri Simsa2017-12-05
* Supporting sparse tensors as inputs and outputs for user-defined functions pa...Gravatar Jiri Simsa2017-11-13
* Added CPU matrix exponential op to TensorFlow.Gravatar A. Unique TensorFlower2017-11-07
* Add registration for op AddV2, which is identical to Add, except that it does...Gravatar A. Unique TensorFlower2017-10-30
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* Extend the transpose ops in TensorFlow to support conjugate (a.k.a. Hermitian...Gravatar A. Unique TensorFlower2017-10-11
* Merge changes from github.Gravatar Frank Chen2017-10-06
* a) Added a new op tf.linalg.slogdet, the equivalent of numpy.linalg.slogdet, andGravatar A. Unique TensorFlower2017-10-03
* Add float16 support to tf.nn.fused_batch_norm on the GPU.Gravatar Reed Wanderman-Milne2017-09-27
* Implementing gradients for tf.image.resize_bicubic.Gravatar A. Unique TensorFlower2017-09-13
* Move two ops (GenerateVocabRemapping and LoadAndRemapMatrix) and their kernel...Gravatar A. Unique TensorFlower2017-08-23
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Hide NonMaxSuppression and NonMaxSuppressionV2 ops and add a python wrapper t...Gravatar A. Unique TensorFlower2017-08-01
* Merge changes from github.Gravatar Vijay Vasudevan2017-07-28
* tfdbg: remove gen_debug_opsGravatar Shanqing Cai2017-07-24
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Add a PadV2 op with support for specifying a pad value.Gravatar RJ Ryan2017-07-10
* Add Stack*V2 operators, which use a resource handle instead of a Ref tensor t...Gravatar Peter Hawkins2017-07-07
* Add a kernel for a new TensorSummaryOpV2. Add a test for it.Gravatar A. Unique TensorFlower2017-06-12
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* C++ implementation of SparseFillEmptyRowsGravatar Eugene Brevdo2017-05-22
* Copy sparse_feature_cross to sparse_ops. Two ops will be exposed as sparse_op...Gravatar A. Unique TensorFlower2017-05-10
* LookupTable ops go to V2, use resource handles.Gravatar Eugene Brevdo2017-05-01
* Move bucketize op to math_ops. This exposes the method as math_op._bucketize,...Gravatar A. Unique TensorFlower2017-05-01
* Add sdca ops to tf.train.Gravatar Patrick Nguyen2017-04-14
* Merge changes from github.Gravatar A. Unique TensorFlower2017-04-04
* Automated rollback of change 152048597Gravatar Suharsh Sivakumar2017-04-03
* Make one_like python op call ones_like kernel.Gravatar Suharsh Sivakumar2017-04-03
* Enable the direct use of TensorHandles as feed values through ResourceHandlesGravatar Shanqing Cai2017-03-09
* Add tf.random_poisson(shape, lam) to tf core.Gravatar A. Unique TensorFlower2017-02-07
* Hide some *Grad ops in the C++ API using op_gen_overrides.pbtxt.Gravatar A. Unique TensorFlower2017-02-07
* Add TODOs on several REGISTER_OP calls that should get deprecated.Gravatar A. Unique TensorFlower2017-02-03
* Drop now-deleted ops.Gravatar A. Unique TensorFlower2017-01-30
* Make "Neg" op hidden from Python.Gravatar Andrew Selle2017-01-18
* Do parallel_stack as a graph rewrite instead of python code.Gravatar A. Unique TensorFlower2017-01-13
* Adds V2 versions of Queue and Reader ops using ResourceHandles.Gravatar A. Unique TensorFlower2017-01-04
* Add deprecation warnings to tf.neg and prepare for deprecation warnings ofGravatar Andrew Selle2017-01-04
* Adds the following new ops:Gravatar A. Unique TensorFlower2017-01-03
* Adds V3 version of TensorArray ops. All use resource handles and TensorArrayV...Gravatar A. Unique TensorFlower2016-12-29
* Remove obsolete comment in tf.abs docstring. tf.abs now delegates toGravatar A. Unique TensorFlower2016-12-15
* Add BroadcastShape op.Gravatar A. Unique TensorFlower2016-12-15