History log of /external/tensorflow/tensorflow/python/eager/graph_callable_test.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
12976748822cdb3885f37dbda42ce8674afa6f91 30-Nov-2017 Alexandre Passos <apassos@google.com> Uses C API for eager functions.

Rolls back the rollback with some swiggery to get python3 to work.

PiperOrigin-RevId: 177470328
/external/tensorflow/tensorflow/python/eager/graph_callable_test.py
4422aaa61338c3af8ce80034d92693a1bd33b09d 30-Nov-2017 Gunhan Gulsoy <gunan@google.com> Automated g4 rollback of changelist 177375237

PiperOrigin-RevId: 177418947
/external/tensorflow/tensorflow/python/eager/graph_callable_test.py
963a521e255d2a189e349fc5c24ebc2bc032be5b 30-Nov-2017 Alexandre Passos <apassos@google.com> Using the C API in eager mode for graph functions.

PiperOrigin-RevId: 177375237
/external/tensorflow/tensorflow/python/eager/graph_callable_test.py
a308914e24613a49e7f5d2550a19802e4de1283c 18-Oct-2017 Alexandre Passos <apassos@google.com> EagerTensor.__array__

Also rewrites most eager tests to remove now-unnecessary calls to .numpy()

PiperOrigin-RevId: 172547504
/external/tensorflow/tensorflow/python/eager/graph_callable_test.py
cbb4d188897e9aea23a5582ff0bc44bb9d60db01 13-Oct-2017 Akshay Agrawal <akshayka@google.com> Watch trainable variables in graph_callable decorated functions

PiperOrigin-RevId: 172131167
/external/tensorflow/tensorflow/python/eager/graph_callable_test.py
4a97a8210ce31fe9a3081a3afacdf12f2feeefad 09-Oct-2017 Akshay Agrawal <akshayka@google.com> Validate input shapes for the graph_callable decorator

PiperOrigin-RevId: 171567580
/external/tensorflow/tensorflow/python/eager/graph_callable_test.py
bbfef93661ebf8ec23c7b9ad920313be9898bbbc 06-Oct-2017 Akshay Agrawal <akshayka@google.com> Convert shape to TensorShape when creating _VariableFromResource

Ensures that variable shapes are TensorShapes when accessed in
graph_callable functions.

PiperOrigin-RevId: 171347097
/external/tensorflow/tensorflow/python/eager/graph_callable_test.py
e4aa9dc317773ff66d85ac422b83e8952d4610b5 06-Oct-2017 Alexandre Passos <apassos@google.com> Start of work towards ordering access to resources in tfe.defun/graph_callable.

Still missing handling control flow and pessimistic alias analysis.

PiperOrigin-RevId: 171221946
/external/tensorflow/tensorflow/python/eager/graph_callable_test.py
4486b4f69b55633274f7903158d680bf2e9eabff 04-Oct-2017 Akshay Agrawal <akshayka@google.com> Make graph_callable compatible with functions that do not return anything

PiperOrigin-RevId: 171067061
/external/tensorflow/tensorflow/python/eager/graph_callable_test.py
8fb14b1409e44b607dff5faa840e210a90fd586c 03-Oct-2017 Alexandre Passos <apassos@google.com> get_variable in graph_callable returns Variable objects and not Tensors.

PiperOrigin-RevId: 170903077
/external/tensorflow/tensorflow/python/eager/graph_callable_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/eager/graph_callable_test.py
4d53bb25d3dce5740f75a1d281e71ea42e72b72f 19-Sep-2017 A. Unique TensorFlower <gardener@tensorflow.org> Pass around the eager context object instead of getting it
from context.context().

PiperOrigin-RevId: 169288128
/external/tensorflow/tensorflow/python/eager/graph_callable_test.py
75d2fd55e8c1a7cd572614ccd3ba924ea036d660 14-Sep-2017 Alexandre Passos <apassos@google.com> Remove dependency on autograd from tf.

PiperOrigin-RevId: 168707063
/external/tensorflow/tensorflow/python/eager/graph_callable_test.py
75b061cc6d5d4c05c2e0be5a169f1dbb89459482 14-Sep-2017 Ali Yahya <alive@google.com> eager: exposes graph_callable.

PiperOrigin-RevId: 168619075
/external/tensorflow/tensorflow/python/eager/graph_callable_test.py