STT-tensorflow/tensorflow/python/eager
2019-12-17 19:40:40 -08:00
..
benchmarks/resnet50 Move additional_deps to deps for cuda_py_test. 2019-12-12 15:53:59 -08:00
memory_tests Move additional_deps to deps for cuda_py_test. 2019-12-12 15:53:59 -08:00
backprop_test.py Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-12-17 19:40:40 -08:00
backprop_util.py Silence a warning when reading variables with forwardprop 2019-09-03 10:08:36 -07:00
backprop.py Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-12-17 19:40:40 -08:00
benchmarks_test.py Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-12-17 19:40:40 -08:00
BUILD Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-12-17 19:40:40 -08:00
cancellation_test.py Add a SWIG wrapper for the tensorflow::CancellationManager class. 2019-07-03 08:28:39 -07:00
cancellation.py Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-12-17 19:40:40 -08:00
context_test.py Add a simple internal utility for collecting post-optimization graphs 2019-11-11 15:39:18 -08:00
context.py Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-12-17 19:40:40 -08:00
core_test.py Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-12-17 19:40:40 -08:00
core.py Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-12-17 19:40:40 -08:00
def_function_test.py Pass experimental_relax_shapes to instance methods... 2019-12-11 23:16:09 +01:00
def_function_xla_jit_test.py Add XLAControlFlowContext when experimental_compile=True. 2019-10-15 17:24:27 -07:00
def_function_xla_test.py Initialize variables in tf.function without conds when possible 2019-01-31 14:17:19 -08:00
def_function.py Pass experimental_relax_shapes to instance methods... 2019-12-11 23:16:09 +01:00
device_placement_test.py Automated g4 rollback of changelist 279842730. 2019-11-19 09:51:24 -08:00
eager_util.py Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-12-17 19:40:40 -08:00
execute.py Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-12-17 19:40:40 -08:00
executor.py Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-12-17 19:40:40 -08:00
forwardprop_test.py Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-12-17 19:40:40 -08:00
forwardprop_util.py Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-12-17 19:40:40 -08:00
forwardprop.py Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-12-17 19:40:40 -08:00
function_argument_naming_test.py Auto-uniquify ConcreteFunction kwargs, and allow passing anything as a positional argument 2019-05-23 13:55:15 -07:00
function_defun_collection_test.py
function_gradients_test.py Make device listing APIs non-experimental 2019-11-05 02:14:04 -08:00
function_test.py Pass experimental_relax_shapes to instance methods... 2019-12-11 23:16:09 +01:00
function.py Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-12-17 19:40:40 -08:00
graph_only_ops_test.py Delete unused graph_zeros_like 2019-10-05 02:11:53 -07:00
graph_only_ops.py Delete unused graph_zeros_like 2019-10-05 02:11:53 -07:00
imperative_grad.py Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-12-17 19:40:40 -08:00
lift_to_graph_test.py Make func_graph captures private to class 2019-07-29 20:11:35 -07:00
lift_to_graph.py Replace list comprehension with generator expressions. 2019-12-16 12:26:12 -08:00
monitoring_test.py Refactor monitoring gauge and sampler API to an object-based API. 2019-04-18 14:37:19 -07:00
monitoring.py Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-12-17 19:40:40 -08:00
ops_test.py For ops with an input for the form "a: N * T", if N=0 and there's no other information about what type T should resolve to, then set T to its default value (if one is present). 2019-09-30 09:58:29 -07:00
profiler_client_test.py Add a StartMonitoring Python API. 2019-06-13 12:18:31 -07:00
profiler_client.py Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-12-17 19:40:40 -08:00
profiler_test.py Making tracers implementations of ProfilerInterface and register factories to ProfilerSession. 2019-04-16 13:29:28 -07:00
profiler.py Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-12-17 19:40:40 -08:00
pywrap_tensor_conversion.cc Added scalar caching to tensorflow::ConvertToEagerTensor 2019-08-02 03:36:11 -07:00
pywrap_tensor_conversion.h ConvertToEagerTensor now allocates on GPU if one is available and no device is specified 2019-10-17 07:22:24 -07:00
pywrap_tensor.cc Ensure context is populated for constant tensors 2019-12-17 14:27:29 -08:00
pywrap_tensor.h Inline status in EagerTensor 2019-09-04 19:55:01 -07:00
pywrap_tfe_src.cc [Perf] Skip EagerOperation::SetDeviceName(...) call if input device name didn't change. 2019-12-09 22:04:13 -08:00
pywrap_tfe_test.py Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-12-17 19:40:40 -08:00
pywrap_tfe.h Stop allocating a new tf_status on every op execution. 2019-10-03 13:29:50 -07:00
remote_benchmarks_test.py Improves function tracing time of variables created inside functions. In _initialize_uninitialized_variables, pack all variable_is_initialized ops into one tensor and convert it to numpy in one call, instead of checking remote variable_is_initialized op for each variable which introduces a lot of blocking RPCs. 2019-10-02 17:28:12 -07:00
remote_cloud_tpu_test.py Update test device names. 2019-11-20 17:10:26 -08:00
remote_test.py For a multi-device function, if the output producing node is assigned to a remote device, colocate the retval node with its input node. 2019-12-11 16:54:09 -08:00
remote.py Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-12-17 19:40:40 -08:00
tape_test.py Replace many calls to eval() with self.evaluate() 2018-11-16 13:10:31 -08:00
tape.py Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-12-17 19:40:40 -08:00
tensor_test.py Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-12-17 19:40:40 -08:00
test.py Add tensorflow/python/platform/__init__.py for clearer error msg. 2018-11-15 12:24:30 -08:00
wrap_function_test.py Replace == with is in test comparing variable identity. 2019-08-15 13:37:05 -07:00
wrap_function.py Explicitly set base_graph in tf.wrap_function.prune(). 2019-11-14 11:53:19 -08:00