.. |
protobuf
|
Move away from deprecated asserts
|
2020-06-30 16:10:22 -07:00 |
__init__.py
|
|
|
all_util.py
|
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 |
compat_internal.py
|
|
|
compat.py
|
Fix docstring
|
2020-07-08 14:27:10 +02:00 |
decorator_utils_test.py
|
|
|
decorator_utils.py
|
|
|
deprecation_test.py
|
Support classes in deprecation.
|
2020-10-16 06:22:06 -07:00 |
deprecation_wrapper.py
|
|
|
deprecation.py
|
Support classes in deprecation.
|
2020-10-16 06:22:06 -07:00 |
dispatch_test.py
|
The linalg.LinearOperator* Module APIs do not support top-level dispatching because they are classes w/ methods instead of top-level methods in TF's APIs. But, their class methods call out to APIs that do support dispatching.
|
2020-08-04 10:21:58 -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
|
|
|
function_parameter_canonicalizer_binding_for_test.cc
|
Implement fast C++ Python function parameter canonicalizer util.
|
2020-09-14 09:32:55 -07:00 |
function_parameter_canonicalizer_test.py
|
Implement fast C++ Python function parameter canonicalizer util.
|
2020-09-14 09:32:55 -07:00 |
function_parameter_canonicalizer.cc
|
Fix return type of PyUnicodeAsUtf8Compat to const char* to precisely match to the return type of PyUnicode_AsUTF8 .
|
2020-09-18 12:38:00 -07:00 |
function_parameter_canonicalizer.h
|
Implement fast C++ Python function parameter canonicalizer util.
|
2020-09-14 09:32:55 -07:00 |
function_utils_test.py
|
Move away from deprecated asserts
|
2020-06-30 16:10:22 -07:00 |
function_utils.py
|
|
|
future_api.py
|
|
|
is_in_graph_mode.py
|
|
|
keras_deps.py
|
Refactor keras dependency to a common utility.
|
2020-10-20 16:06:05 -07:00 |
kernel_registry_wrapper.cc
|
|
|
kernel_registry.cc
|
Log a warning instead of silently ignoring errors during kernel lookup.
|
2020-09-21 14:10:37 -07:00 |
kernel_registry.h
|
|
|
keyword_args_test.py
|
Move away from deprecated asserts
|
2020-06-30 16:10:22 -07:00 |
keyword_args.py
|
|
|
lazy_loader.py
|
|
|
lock_util_test.py
|
|
|
lock_util.py
|
Use __slots__ for small classes
|
2020-06-28 18:41:22 +02:00 |
memory.py
|
|
|
module_wrapper_test.py
|
|
|
module_wrapper.py
|
|
|
nest_test.py
|
Merge pull request #42397 from yongtang:42329-tf.nest.assert_same_structure-crash
|
2020-08-19 17:46:17 -07:00 |
nest.py
|
[NFC] Add examples to tf.nest.map_structure documentation
|
2020-10-07 12:52:27 -07:00 |
object_identity_test.py
|
|
|
object_identity.py
|
Internal change
|
2020-09-25 11:47:16 -07:00 |
port_wrapper.cc
|
|
|
py_checkpoint_reader_wrapper.cc
|
|
|
serialization_test.py
|
Move the serialization_test to keras/tests
|
2020-06-16 09:35:18 -07:00 |
serialization.py
|
Add a convert_to_tensor to the start of Tensor.__getitem__ (_slice_helper) to make sure it dispatches directly, rather than letting the nested tf.strided_slice trigger dispatching.
|
2020-07-22 14:51:41 -07:00 |
stack_trace.cc
|
Implement async Python stack trace error reporting.
|
2020-07-20 13:24:31 -07:00 |
stack_trace.h
|
Remove frame->f_trace DCHECK, which is not always nullptr.
|
2020-07-21 11:55:28 -07:00 |
stat_summarizer_wrapper.cc
|
|
|
tensor_float_32.cc
|
Use TensorFloat-32 instead of TF32 in comments and symbols.
|
2020-09-08 17:38:28 -07:00 |
tf_contextlib_test.py
|
|
|
tf_contextlib.py
|
|
|
tf_decorator_test.py
|
|
|
tf_decorator.py
|
|
|
tf_export_test.py
|
Move away from deprecated asserts
|
2020-06-30 16:10: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
|
Move away from deprecated asserts
|
2020-06-30 16:10:22 -07:00 |
tf_inspect.py
|
|
|
tf_should_use_test.py
|
Move away from deprecated asserts
|
2020-06-30 16:10:22 -07:00 |
tf_should_use.py
|
More compatibility fixes for typing.Generic:
|
2020-06-16 12:43:09 -07:00 |
tf_stack_test.py
|
Adding __hash__ for forward compatibility with pybind11 update.
|
2020-08-21 15:05:35 -07:00 |
tf_stack.cc
|
Adding __hash__ for forward compatibility with pybind11 update.
|
2020-08-21 15:05:35 -07:00 |
tf_stack.py
|
|
|
tfprof_wrapper.cc
|
|
|
transform_graph_wrapper.cc
|
|
|
util_wrapper.cc
|
Automated g4 rollback of changelist 322239438.
|
2020-07-20 20:08:49 -07:00 |
util.cc
|
Split Safe_PyObjectPtr into its own header file (that doesn't depend on any other TensorFlow libraries.)
|
2020-08-28 10:57:56 -07:00 |
util.h
|
Add helper to test whether an object implements the tf.DispatchableType protocol.
|
2020-07-30 09:23:54 -07:00 |