STT-tensorflow/tensorflow/python/framework
Saurabh Saxena 5e9107066d Add read variable op to function control outputs
After inlining, we convert control dependencies to the function call to depend
on all control outputs. Although read variable ops doesn't have side effect
itself, it must be executed before variable updates after the function call.

Note that it's not enough to convert control dependencies to the function call
to depend on both control outputs and data outputs of the function call. The
read variable ops can be inputs to ops that have side effects, e.g. assert and
print, which are not the function data outputs.

PiperOrigin-RevId: 338391537
Change-Id: Ibc843c1a584088e54010685ebce678b047f7d94d
2020-10-21 20:28:26 -07:00
..
experimental Add Sub gradients 2020-10-15 21:55:35 +07:00
testdata
__init__.py
auto_control_deps_test.py Add read variable op to function control outputs 2020-10-21 20:28:26 -07:00
auto_control_deps_utils.py
auto_control_deps.py Add read variable op to function control outputs 2020-10-21 20:28:26 -07:00
c_api_util_test.py
c_api_util.py Use __slots__ for small classes 2020-06-28 18:41:22 +02:00
combinations.py Internal changes only. 2020-09-08 18:59:38 -07:00
common_shapes_test.py
common_shapes.py
composite_tensor_test.py
composite_tensor_utils_test.py
composite_tensor_utils.py
composite_tensor.py TF Internal API: tf_export __internal__.CompositeTensor symbol. 2020-09-25 14:52:55 -07:00
config_test.py Update context and tfe_wrapper to support mlir_bridge_rollout 2020-10-20 13:38:03 -07:00
config.py Update tf32 documentation to mention complex64. 2020-10-21 20:07:59 -07:00
constant_op_test.py
constant_op.py Internal change 2020-07-17 20:18:01 -07:00
convert_to_constants_test.py Replace instances of "blacklist" with "denylist" where possible. See Google Developer guidelines at https://developers.google.com/style/word-list#blacklist for more information. 2020-07-20 16:05:25 -07:00
convert_to_constants.py Fix bug for node with attr output_shape empty. 2020-07-23 11:47:24 -07:00
cpp_shape_inference.proto Record the type of a variant tensor with its handle data 2020-09-30 17:00:01 -07:00
device_spec_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
device_spec.py Add EPU device type. Allow passing string to initialize_system_for_tpu_embedding. 2020-09-30 12:48:01 -07:00
device_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
device.py Use __slots__ for small classes 2020-06-28 18:41:22 +02:00
dtypes_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
dtypes.cc systemlibs: unbundle pybind11 2020-04-08 03:38:38 +08:00
dtypes.py Always return the interned version from as_dtype, so that dtypes created dynamically using DType(value) retain the exact value and type of their original counterparts. This allows more brittle code performing exact type checks to continue to work as expected once #40132 lands. 2020-06-22 06:41:19 -07:00
error_interpolation_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
error_interpolation.py
errors_impl.py export OperatorNotAllowedInGraphError to public for tf.keras to use public API of TensorFlow only. The change won't break any existing usages. 2020-07-20 15:30:23 -07:00
errors_test.py
errors.py
fast_tensor_util.pyx
file_system_test.py
framework_lib.py
func_graph.py Rolls back cl/338294004 and part of cl/338299497 2020-10-21 19:58:10 -07:00
function_def_to_graph_test.py
function_def_to_graph.py
function_test.py Fix tests that fail with tf32 2020-10-21 13:22:05 -07:00
function.py Merge pull request #40783 from lgeiger:slots 2020-07-09 13:13:04 -07:00
gpu_util.py
graph_building_benchmark.py
graph_io.py
graph_to_function_def.py
graph_util_impl.py Replace instances of "blacklist" with "denylist" where possible. See Google Developer guidelines at https://developers.google.com/style/word-list#blacklist for more information. 2020-07-20 16:05:25 -07:00
graph_util_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
graph_util.py
importer_test.py Remove unnecessary eval() calls 2020-07-10 22:35:43 -07:00
importer.py
indexed_slices.py Don't produce sparse to dense conversion warning for VariableShape dense shapes. 2020-08-27 09:08:30 -07:00
is_mlir_bridge_test_false.py Add plumbing for setting enable_mlir_bridge=False 2020-09-25 11:10:35 -07:00
is_mlir_bridge_test_true.py Add plumbing for setting enable_mlir_bridge=False 2020-09-25 11:10:35 -07:00
is_tfrt_test_true.py
is_xla_test_true.py
kernels_test.py
kernels.py
load_library.py Merge pull request #43680 from yongtang:fs_api 2020-10-19 14:21:00 -07:00
memory_checker_test_helper.cc systemlibs: unbundle pybind11 2020-04-08 03:38:38 +08:00
memory_checker_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
memory_checker.py Fix a memory leak when creating UninitializedVariables (as SavedModel loading code does) 2020-09-15 10:41:31 -07:00
meta_graph_test.py Include Ops that are used via PartitionedCalls to MetaGraphDef.MetaInfoDef.stripped_op_list 2020-07-22 19:39:13 -07:00
meta_graph.py Include Ops that are used via PartitionedCalls to MetaGraphDef.MetaInfoDef.stripped_op_list 2020-07-22 19:39:13 -07:00
op_callbacks_test.py [tfdbg2] Ensure Const ops in graphs are captured by op_callbacks 2020-04-21 18:42:31 -07:00
op_callbacks.py Minor spelling and grammar fixes in op_callbacks.py 2020-04-05 16:27:12 -07:00
op_def_library_test.py
op_def_library.py Split some of the code in _apply_op_helper out into helper functions. 2020-08-28 07:08:05 -07:00
op_def_registry.cc systemlibs: unbundle pybind11 2020-04-08 03:38:38 +08:00
op_def_registry.py
op_def_util_pybind.cc Add c++ utility function that converts AttrValue protobufs to corresponding PyObjects. 2020-08-12 13:40:50 -07:00
op_def_util_test.py Add c++ utility function that converts AttrValue protobufs to corresponding PyObjects. 2020-08-12 13:40:50 -07:00
op_def_util.cc Narrow dependencies for op_def_util from safe_ptr.h to safe_pyobject_ptr.h 2020-10-12 15:10:05 -07:00
op_def_util.h Narrow dependencies for op_def_util from safe_ptr.h to safe_pyobject_ptr.h 2020-10-12 15:10:05 -07:00
ops_enable_eager_test.py
ops_test.py Enable passing TFRT python tests. 2020-10-15 17:52:05 -07:00
ops.py Ensure that if an op is outside compiled, its gradient gets outside compiled as well in TF2 (similar to TF1) when colocate_gradients_with_ops=True. 2020-10-15 15:47:50 -07:00
proto_test.py
py_context_manager_pybind.cc Utility class for calling Python context mangers from c++ 2020-08-28 14:16:01 -07:00
py_context_manager_test.py Utility class for calling Python context mangers from c++ 2020-08-28 14:16:01 -07:00
py_context_manager.cc Utility class for calling Python context mangers from c++ 2020-08-28 14:16:01 -07:00
py_context_manager.h Utility class for calling Python context mangers from c++ 2020-08-28 14:16:01 -07:00
python_api_dispatcher_test.py Dispatch handler for Python APIs. For background, see the RFC for [TensorFlow Extension Types](https://github.com/tensorflow/community/pull/269). 2020-10-21 16:10:52 -07:00
python_api_dispatcher_wrapper.cc Dispatch handler for Python APIs. For background, see the RFC for [TensorFlow Extension Types](https://github.com/tensorflow/community/pull/269). 2020-10-21 16:10:52 -07:00
python_api_dispatcher.cc Dispatch handler for Python APIs. For background, see the RFC for [TensorFlow Extension Types](https://github.com/tensorflow/community/pull/269). 2020-10-21 16:10:52 -07:00
python_api_dispatcher.h Dispatch handler for Python APIs. For background, see the RFC for [TensorFlow Extension Types](https://github.com/tensorflow/community/pull/269). 2020-10-21 16:10:52 -07:00
python_memory_checker_helper.cc systemlibs: unbundle pybind11 2020-04-08 03:38:38 +08:00
python_memory_checker.py
python_op_gen_internal.cc Merge pull request #40903 from tg-at-google:sign-compare-warning-fixes-batch-6 2020-07-15 16:35:51 -07:00
python_op_gen_internal.h PR review changes 2020-06-23 23:24:20 +00:00
python_op_gen_main.cc Replace instances of "whitelist" with "allowlist" where possible. See Google Developer guidelines at https://developers.google.com/style/word-list#blacklist for more information. 2020-07-08 10:13:43 -07:00
python_op_gen_test.cc Merge pull request #40557 from rahul-kamat:gen-ops-with-type-annotations 2020-06-29 12:04:02 -07:00
python_op_gen_wrapper.cc systemlibs: unbundle pybind11 2020-04-08 03:38:38 +08:00
python_op_gen.cc Move the _ThreadLocalData class used by eager Context from Python (eager/context.py) to c++ (pywrap_tfe.h). 2020-09-10 12:50:34 -07:00
python_op_gen.h Merge pull request #40557 from rahul-kamat:gen-ops-with-type-annotations 2020-06-29 12:04:02 -07:00
random_seed_test.py
random_seed.py
registry_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
registry.py Use __slots__ for small classes 2020-06-28 18:41:22 +02:00
smart_cond_test.py
smart_cond.py
sparse_tensor_test.py Remove @test_util.run_deprecated_v1 in sparse_tensor_test.py 2020-07-30 23:42:09 -07:00
sparse_tensor.py Merge pull request #39508 from ngc92:with_values 2020-07-27 15:44:08 -07:00
subscribe_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
subscribe.py Merge pull request #40783 from lgeiger:slots 2020-07-09 13:13:04 -07:00
tensor_conversion_registry.py
tensor_shape_div_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
tensor_shape_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
tensor_shape.py PR #40778: Slightly improve performance of TensorShape methods in the common case 2020-09-30 07:02:58 -07:00
tensor_spec_test.py remove v1 only decorator 2020-07-29 10:59:13 -07:00
tensor_spec.py
tensor_util_test.py remove v1 decorator 2020-07-30 11:29:35 -07:00
tensor_util.py Prefer TensorShape(...) over as_shape(...) when passing a list 2020-07-25 18:13:26 +02:00
test_combinations_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
test_combinations.py Internal changes only. 2020-09-18 11:07:00 -07:00
test_file_system.cc Moving some filesystems to Transactional API 2020-08-04 23:05:16 -07:00
test_ops_2.cc
test_ops.cc
test_util_test.py Make tf.test.TestCase respect superclass setUp and tearDown. 2020-10-13 09:11:02 -07:00
test_util.py Fix tests that fail with tf32 2020-10-21 13:22:05 -07:00
tf2_test.py
tfrt_utils.py Add a TFRT utility class. 2020-10-07 12:29:14 -07:00
traceable_stack_test.py
traceable_stack.py
type_spec_test.py For the default implementation of TypeSpec.is_compatible, don't require that nested values in the left-hand-side and right-hand-side have identical types if one is a TypeSpee. 2020-08-17 12:23:02 -07:00
type_spec.py For the default implementation of TypeSpec.is_compatible, don't require that nested values in the left-hand-side and right-hand-side have identical types if one is a TypeSpee. 2020-08-17 12:23:02 -07:00
versions_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
versions.py