History log of /external/tensorflow/tensorflow/python/kernel_tests/constant_op_eager_test.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7921d01ec8fed3e5c62264b99b09440ea09796fe 29-Nov-2017 Allen Lavoie <allenl@google.com> Raise an exception when converting lists with invalid lengths to Tensors instead of CHECK failing

PiperOrigin-RevId: 177324815
/external/tensorflow/tensorflow/python/kernel_tests/constant_op_eager_test.py
ff18944249f723cf6e2825a3165f1efbb64c4880 01-Oct-2017 A. Unique TensorFlower <gardener@tensorflow.org> Move EagerTensor from python to C.

PiperOrigin-RevId: 170617321
/external/tensorflow/tensorflow/python/kernel_tests/constant_op_eager_test.py
d3d60ff6acec178b1cf912938aa6180bbd1a676f 28-Sep-2017 A. Unique TensorFlower <gardener@tensorflow.org> Merge changes from github.
END_PUBLIC

---
Commit 301b14c24 authored by Skye Wanderman-Milne<skyewm@google.com>
Committed by TensorFlower Gardener<gardener@tensorflow.org>:
Basic while loop gradient functionality in C++

This change introduces the basic framework to create the gradient
graph of a while loop using the C++ API. This supports building the
gradient graph as long as the body function of the while loop contains
no ops whose gradient function requires a stack. In other words, it
doesn't support gradient functions that use the input values to the op
(e.g. add will work, but multiply will not). It also doesn't support
nested while loops, and doesn't detect all error cases.

PiperOrigin-RevId: 170243281

---
Commit 545e3572f authored by Asim Shankar<ashankar@google.com>
Committed by TensorFlower Gardener<gardener@tensorflow.org>:
Datasets: Reference the programmer's guide in API docs.

PiperOrigin-RevId: 170241348

---
Commit 24890d550 authored by A. Unique TensorFlower<gardener@tensorflow.org>
Committed by TensorFlower Gardener<gardener@tensorflow.org>:
Go: Update generated wrapper functions for TensorFlow ops.

PiperOrigin-RevId: 170241322

---
Commit 02d2f3760 authored by A. Unique TensorFlower<gardener@tensorflow.org>
Committed by TensorFlower Gardener<gardener@tensorflow.org>:
Update ops-related pbtxt files.

PiperOrigin-RevId: 170240603

---
Commit 759690f02 authored by Reed Wanderman-Milne<reedwm@google.com>
Committed by TensorFlower Gardener<gardener@tensorflow.org>:
Add float16 support to tf.nn.fused_batch_norm on the GPU.

Scale, offset, mean, and variance must still be float32 if the input is float16.

PiperOrigin-RevId: 170239448

---
Commit 20370104c authored by Igor Saprykin<isaprykin@google.com>
Committed by TensorFlower Gardener<gardener@tensorflow.org>:
Support export strategies in _TrainingExecutor.

One could set export strategies to the EvalSpec. An exception is raised if the type isn't export_strategy.ExportStrategy. During continuous evaluation, export strategies are going to be triggered. They in turn call Estimator's export_savedmodel.

PiperOrigin-RevId: 170237073

---
Commit 56402103e authored by Reed Wanderman-Milne<reedwm@google.com>
Committed by TensorFlower Gardener<gardener@tensorflow.org>:
Fix BFC allocator's log messages on OOM error.

Before, the "Chunks in use" message and other in-use messages would always be 0.

PiperOrigin-RevId: 170233715

---
Commit bc80e46b1 authored by Peter Hawkins<phawkins@google.com>
Committed by TensorFlower Gardener<gardener@tensorflow.org>:
[TF:XLA] Implement BroadcastArgs.

PiperOrigin-RevId: 170228025

---
Commit bced6676e authored by A. Unique TensorFlower<gardener@tensorflow.org>
Committed by TensorFlower Gardener<gardener@tensorflow.org>:
BEGIN_PUBLIC
Automated g4 rollback of changelist 170204652

PiperOrigin-RevId: 170367641
/external/tensorflow/tensorflow/python/kernel_tests/constant_op_eager_test.py
c606b0ce5c7aa034c1e165075ea660193d1c119c 17-Sep-2017 A. Unique TensorFlower <gardener@tensorflow.org> Move Python sequence -> TensorFlow Tensor conversion from
Python/NumPy to C/C++.

PiperOrigin-RevId: 168983402
/external/tensorflow/tensorflow/python/kernel_tests/constant_op_eager_test.py
7453a0fe7e31af6763748458aed21750bc1b4000 30-Aug-2017 A. Unique TensorFlower <gardener@tensorflow.org> Fix conversion of string constants with nulls to EagerTensors.
Fix testing on GPUs in constant_op_eager_test.

PiperOrigin-RevId: 167050082
/external/tensorflow/tensorflow/python/kernel_tests/constant_op_eager_test.py
954377e7f4228d9b0395146115eab8efd8950c43 15-Aug-2017 A. Unique TensorFlower <gardener@tensorflow.org> Make tf.ResourceVariable, tf.constant_op, tf.identity, tf.colocate_with,
tf.name_scope, tf.device, tf.control_dependencies EAGER friendly.

PiperOrigin-RevId: 165269572
/external/tensorflow/tensorflow/python/kernel_tests/constant_op_eager_test.py