tensorflow/tensorflow/python
Alexandre Passos bf96fcd13a Use the scalar cache in MeanGrad.
PiperOrigin-RevId: 168462267
2017-09-12 16:07:45 -07:00
..
client Fix C API Python wrapping for TF_DeviceListMemoryBytes and TF_Dim 2017-09-08 09:29:57 -07:00
debug tfdbg: add capability to reconstruct non-debugger-decorated partition graphs 2017-09-08 08:17:00 -07:00
eager Generate error (instead of segfault) when trying to copy string tensor 2017-09-12 15:27:04 -07:00
estimator Introduces the placeholder for _TrainingExecutor, which serves the implementation of tf.estimator.train_and_evaluate. 2017-09-11 09:29:34 -07:00
feature_column Merge changes from github. 2017-09-07 09:24:54 -07:00
framework Resurrects autograd-free eager gradients. 2017-09-12 14:40:11 -07:00
grappler Pass in the CPU device to grappler, instead of making a new one, when possible. 2017-09-07 19:07:53 -07:00
keras Add Flatten to core layers. 2017-09-11 11:04:35 -07:00
kernel_tests reenabling test that passed after 100 runs w/o timing out 2017-09-12 15:37:35 -07:00
layers Enable fused batch norm, which is 15-20% faster for training and inference. 2017-09-11 14:45:37 -07:00
lib Factor out Python/C++-bridge safe-pointer helpers into a separate file. 2017-09-07 14:52:49 -07:00
ops Use the scalar cache in MeanGrad. 2017-09-12 16:07:45 -07:00
platform Convert Conv2D forward tests to run in both eager and graph modes. 2017-08-22 18:52:57 -07:00
profiler Add a lot of operations' flops calculations 2017-09-11 11:20:24 -07:00
saved_model BUILD cleanup in tensorflow/python/... 2017-08-16 19:00:02 -07:00
summary Make writer_test avoid setting content to a string 2017-09-06 14:53:41 -07:00
tools Merge changes from github. 2017-09-06 18:01:27 -07:00
training Switch resource variables from copy-on-read to copy-on-write. 2017-09-11 13:12:11 -07:00
user_ops
util Update tf_export.py to take constant name as an argument instead of a constant. 2017-09-11 14:05:56 -07:00
__init__.py Move the Keras API to tf.keras. 2017-09-05 15:18:49 -07:00
BUILD Resurrects autograd-free eager gradients. 2017-09-12 14:40:11 -07:00
build_defs.bzl Simplify BUILD by changing the default of require_shape_functions 2017-07-20 10:38:29 -07:00
pywrap_tensorflow.py
pywrap_tfe.i Initial tests for gradient code. 2017-08-16 11:18:33 -07:00
tensorflow.i Experimental C and Python APIs to invoke TensorFlow kernels on concrete values. 2017-08-10 14:22:58 -07:00