.. |
benchmarks/resnet50
|
Use the new V2 optimizer in resnet50 benchmark.
|
2020-05-28 17:04:45 -07:00 |
memory_tests
|
…
|
|
BUILD
|
Special case wrapping of ndarrays in the gradient tape code.
|
2020-06-22 17:38:38 -07:00 |
backprop.py
|
Special case wrapping of ndarrays in the gradient tape code.
|
2020-06-22 17:38:38 -07:00 |
backprop_test.py
|
Undo some of the composite tensor changes in gradient tape code
|
2020-06-22 13:02:52 -07:00 |
backprop_util.py
|
…
|
|
benchmarks_test.py
|
Reduce TensorShape.__init__ overhead by 50%.
|
2020-06-17 11:08:15 -07:00 |
benchmarks_test_base.py
|
Fix benchmark naming in reporting
|
2020-05-11 15:30:15 -07:00 |
cancellation.py
|
…
|
|
cancellation_test.py
|
…
|
|
context.py
|
Merge pull request #40473 from guillaumekln:fix-executing-eagerly-format
|
2020-06-16 11:41:10 -07:00 |
context_test.py
|
…
|
|
core.py
|
…
|
|
core_test.py
|
Allow dynamically configuring device placement
|
2020-05-12 23:17:39 -07:00 |
custom_device_test.py
|
…
|
|
custom_device_testutil.cc
|
…
|
|
def_function.py
|
Use trace.Trace instead of traceme.TraceMe in python
|
2020-06-12 19:48:10 -07:00 |
def_function_test.py
|
Retrace tf.function when using different variables
|
2020-06-22 11:01:35 -07:00 |
def_function_test_cpu_only.py
|
…
|
|
def_function_xla_jit_test.py
|
Rollback of rollback: [TF/XLA] Only force retracing for non-unique XLA context ID for TPUReplicatedContext
|
2020-06-18 11:07:20 -07:00 |
def_function_xla_test.py
|
…
|
|
device_placement_test.py
|
…
|
|
execute.py
|
…
|
|
executor.py
|
…
|
|
forwardprop.py
|
Forwardprop: opt the forwardprop utility function out of run_functions_eagerly
|
2020-05-05 12:05:03 -07:00 |
forwardprop_test.py
|
Merge pull request #39711 from abhichou4:tests/tangent-batch
|
2020-05-29 14:01:11 -07:00 |
forwardprop_util.py
|
…
|
|
function.py
|
Special case tfnp ndarrays in some places, and minor improvements to tfnp array
|
2020-06-22 15:10:53 -07:00 |
function_argument_naming_test.py
|
…
|
|
function_defun_collection_test.py
|
…
|
|
function_gradients_test.py
|
…
|
|
function_test.py
|
Support packed variable for tf data captured function.
|
2020-06-22 16:24:37 -07:00 |
gradient_input_output_exclusions.py
|
Fix the string representation of string literal subscripts to be `x['a']` instead of `x[a]`.
|
2020-05-25 17:12:18 -07:00 |
gradient_input_output_exclusions_test.py
|
…
|
|
graph_only_ops.py
|
…
|
|
graph_only_ops_test.py
|
…
|
|
imperative_grad.py
|
…
|
|
lift_to_graph.py
|
Fix a bug in lift_to_graph.py.
|
2020-06-11 02:32:40 -07:00 |
lift_to_graph_test.py
|
Fix a bug in lift_to_graph.py.
|
2020-06-11 02:32:40 -07:00 |
monitoring.py
|
add a context manager and function decorator for monitoring time.
|
2020-05-26 10:18:03 -07:00 |
monitoring_test.py
|
Make eager/monitoring_test.py less flaky.
|
2020-06-08 14:44:00 -07:00 |
ops_test.py
|
…
|
|
profiler.py
|
…
|
|
profiler_client.py
|
…
|
|
profiler_client_test.py
|
…
|
|
profiler_test.py
|
Use trace.Trace instead of traceme.TraceMe in python
|
2020-06-12 19:48:10 -07:00 |
pywrap_gradient_exclusions.cc
|
Add StatelessParameterizedTruncatedNormal sampler.
|
2020-06-18 10:28:38 -07:00 |
pywrap_gradient_exclusions.h
|
…
|
|
pywrap_tensor.cc
|
Raise error type corresponding to status code instead of generic RuntimeError.
|
2020-06-19 13:27:01 -07:00 |
pywrap_tensor.h
|
…
|
|
pywrap_tensor_conversion.cc
|
Avoid pointer indirection in handle, context & op
|
2020-04-28 18:58:17 -07:00 |
pywrap_tensor_conversion.h
|
…
|
|
pywrap_tfe.h
|
Support running a tf.function with packed variable inputs both locally and remotely.
|
2020-05-18 15:21:13 -07:00 |
pywrap_tfe_src.cc
|
Split Abstract interfaces into Abstract and ImmediateExecution interfaces.
|
2020-06-17 12:39:13 -07:00 |
pywrap_tfe_test.py
|
…
|
|
remote.py
|
…
|
|
remote_benchmarks_test.py
|
…
|
|
remote_cloud_tpu_test.py
|
…
|
|
remote_cluster_test.py
|
Use coordinator.join instead of joining threads to make sure thread exceptions are reliably thrown.
|
2020-06-04 18:21:02 -07:00 |
remote_execution_test.py
|
…
|
|
remote_test.py
|
Support running a tf.function with packed variable inputs both locally and remotely.
|
2020-05-18 15:21:13 -07:00 |
tape.py
|
…
|
|
tape_test.py
|
…
|
|
tensor_test.py
|
Allow floats and ints to be converted to complex numbers.
|
2020-06-02 10:45:38 -07:00 |
test.py
|
…
|
|
wrap_function.py
|
…
|
|
wrap_function_test.py
|
…
|
|