.. |
protobuf
|
|
|
__init__.py
|
|
|
all_util.py
|
|
|
compat_internal.py
|
|
|
compat.py
|
Fix some tensorflow errors triggered when tests are run with python3 -bb.
|
2020-02-12 11:59:05 -08:00 |
decorator_utils_test.py
|
|
|
decorator_utils.py
|
|
|
deprecation_test.py
|
Fix the deprecation_test for py3.8
|
2020-02-25 11:53:26 -08:00 |
deprecation_wrapper.py
|
|
|
deprecation.py
|
|
|
dispatch_test.py
|
Rolling change forward again: "Add support for global operation dispatchers. (This is intended for use by TF-internal classes only.)"
|
2020-05-13 11:54:45 -07:00 |
dispatch.py
|
Fix bug where dispatch broke for ops that define an argument named 'op'.
|
2020-05-19 09:00:36 -07:00 |
example_parser_configuration_test.py
|
|
|
example_parser_configuration.py
|
Merge pull request #34985 from kiszk:spelling_tweaks_python
|
2020-02-12 13:41:49 -08:00 |
function_utils_test.py
|
|
|
function_utils.py
|
|
|
future_api.py
|
|
|
is_in_graph_mode.py
|
|
|
kernel_registry_wrapper.cc
|
systemlibs: unbundle pybind11
|
2020-04-08 03:38:38 +08:00 |
kernel_registry.cc
|
Branch 160346151 (#11094)
|
2017-06-28 11:07:44 -07:00 |
kernel_registry.h
|
Remove THIRD_PARTY_ from #include guards
|
2018-01-24 14:31:28 -08:00 |
keyword_args_test.py
|
|
|
keyword_args.py
|
|
|
lazy_loader.py
|
|
|
lock_util_test.py
|
|
|
lock_util.py
|
|
|
memory.py
|
|
|
module_wrapper_test.py
|
Use importlib.import_module instead of __import__ when unpickling.
|
2020-03-17 04:10:37 -07:00 |
module_wrapper.py
|
Use importlib.import_module instead of __import__ when unpickling.
|
2020-03-17 04:10:37 -07:00 |
nest_test.py
|
Rollback of rollback; removing ignore_extra_entries from nest functions.
|
2020-04-21 08:48:37 -07:00 |
nest.py
|
Reduce nest.map_structure and nest.pack_sequence_as time by ~20% for common
|
2020-05-26 10:04:03 -07:00 |
object_identity_test.py
|
Provide mechanism for registering custom resource tensor resolvers for ACD.
|
2020-01-16 07:35:22 -08:00 |
object_identity.py
|
Provide mechanism for registering custom resource tensor resolvers for ACD.
|
2020-01-16 07:35:22 -08:00 |
port_wrapper.cc
|
systemlibs: unbundle pybind11
|
2020-04-08 03:38:38 +08:00 |
py_checkpoint_reader_wrapper.cc
|
throwTypeError -> ThrowTypeError
|
2020-04-16 10:46:01 -07:00 |
serialization_test.py
|
Move the serialization_test to keras/tests
|
2020-06-16 09:35:18 -07:00 |
serialization.py
|
Added reverse dependency back to Keras.
|
2020-03-30 11:31:51 -07:00 |
stack_trace.cc
|
Implement fast deferred-decoding Python stack trace class.
|
2020-06-09 23:04:59 -07:00 |
stack_trace.h
|
Implement fast deferred-decoding Python stack trace class.
|
2020-06-09 23:04:59 -07:00 |
stat_summarizer_wrapper.cc
|
systemlibs: unbundle pybind11
|
2020-04-08 03:38:38 +08:00 |
tf32.cc
|
Python tf.config tf32 interface
|
2020-06-19 15:12:30 -07:00 |
tf_contextlib_test.py
|
|
|
tf_contextlib.py
|
|
|
tf_decorator_test.py
|
|
|
tf_decorator.py
|
|
|
tf_export_test.py
|
Add a mechanism internally in tf_export to allow grabbing symbols from their canonical names. This will be used internally inside TF for serializing to/from symbols by their exported tf api name.
|
2020-05-28 15:04:22 -07:00 |
tf_export.py
|
Add a mechanism internally in tf_export to allow grabbing symbols from their canonical names. This will be used internally inside TF for serializing to/from symbols by their exported tf api name.
|
2020-05-28 15:04:22 -07:00 |
tf_inspect_test.py
|
|
|
tf_inspect.py
|
minor spelling tweaks
|
2020-02-11 15:09:21 +09:00 |
tf_should_use_test.py
|
|
|
tf_should_use.py
|
More compatibility fixes for typing.Generic:
|
2020-06-16 12:43:09 -07:00 |
tf_stack_test.py
|
|
|
tf_stack.cc
|
Merge pull request #40092 from tg-at-google:patch-14
|
2020-06-03 07:55:55 -07:00 |
tf_stack.py
|
Fix for Python 4: replace unsafe six.PY3 with PY2
|
2020-01-15 17:26:38 +02:00 |
tfprof_wrapper.cc
|
systemlibs: unbundle pybind11
|
2020-04-08 03:38:38 +08:00 |
transform_graph_wrapper.cc
|
systemlibs: unbundle pybind11
|
2020-04-08 03:38:38 +08:00 |
util_wrapper.cc
|
Replace the mechanism used to register & look up Python types from c code in tensorflow/python/util.h with one that supports non-type symbols as well.
|
2020-06-17 09:43:37 -07:00 |
util.cc
|
Replace the mechanism used to register & look up Python types from c code in tensorflow/python/util.h with one that supports non-type symbols as well.
|
2020-06-17 09:43:37 -07:00 |
util.h
|
Replace the mechanism used to register & look up Python types from c code in tensorflow/python/util.h with one that supports non-type symbols as well.
|
2020-06-17 09:43:37 -07:00 |