.. |
protobuf
|
|
|
__init__.py
|
|
|
all_util.py
|
|
|
BUILD
|
PY2 removal cleanup
|
2021-01-15 16:48:57 -08:00 |
compat_internal.py
|
|
|
compat.py
|
|
|
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
|
Simplify the stack walking in deprecation.py. Remove dependency on tf_stack.
|
2020-11-16 16:14:07 -08:00 |
dispatch_test.py
|
|
|
dispatch.py
|
Export dispatch related function to tf.__internal__ API.
|
2020-11-02 20:26:44 -08:00 |
example_parser_configuration_test.py
|
|
|
example_parser_configuration.py
|
|
|
fast_module_type_test.py
|
Extending the default PyModule_Type as a FastModuleType and use it for TFModuleWrapper. This extended type has improved attribute lookup mechanism to shorten tf api lookup speed.
|
2021-01-11 11:03:43 -08:00 |
fast_module_type.cc
|
Extending the default PyModule_Type as a FastModuleType and use it for TFModuleWrapper. This extended type has improved attribute lookup mechanism to shorten tf api lookup speed.
|
2021-01-11 11:03:43 -08:00 |
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
|
add BUILD file for python/util and refactor python/BUILD
|
2020-12-15 11:43:18 -08: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
|
|
|
function_utils.py
|
|
|
future_api.py
|
|
|
is_in_graph_mode.py
|
|
|
keras_deps.py
|
Remove keras completely from lite.py
|
2020-10-27 20:42:36 -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
|
|
|
keyword_args.py
|
|
|
lazy_loader.py
|
|
|
lock_util_test.py
|
|
|
lock_util.py
|
|
|
memory.py
|
|
|
module_wrapper_test.py
|
Extending the default PyModule_Type as a FastModuleType and use it for TFModuleWrapper. This extended type has improved attribute lookup mechanism to shorten tf api lookup speed.
|
2021-01-11 11:03:43 -08:00 |
module_wrapper.py
|
Extending the default PyModule_Type as a FastModuleType and use it for TFModuleWrapper. This extended type has improved attribute lookup mechanism to shorten tf api lookup speed.
|
2021-01-11 11:03:43 -08:00 |
nest_test.py
|
[nest] assert_shallow_structure now allows shallow to be a _ListWrapper/list subclass.
|
2021-01-12 13:52:49 -08:00 |
nest.py
|
[nest] assert_shallow_structure now allows shallow to be a _ListWrapper/list subclass.
|
2021-01-12 13:52:49 -08:00 |
object_identity_test.py
|
|
|
object_identity.py
|
Fork the object_identity related class to Keras.
|
2020-10-30 15:17:53 -07:00 |
port_wrapper.cc
|
|
|
py_checkpoint_reader_wrapper.cc
|
|
|
serialization_test.py
|
|
|
serialization.py
|
[*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:"
|
2020-12-22 09:24:04 +11:00 |
stack_trace.cc
|
[NFC] Optimize getting the last stack frame + stack frame conversion
|
2020-12-10 22:55:07 -08:00 |
stack_trace.h
|
[NFC] Propagate options for converting the stack trace to stack frames to ManagedStackTrace
|
2021-01-14 12:11:52 -08: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
|
Don't use the heavyweight tf_stack in tf_decorator, which only needs the name of the parent frame. Remove package dependency.
|
2020-11-12 15:42:00 -08:00 |
tf_export_test.py
|
|
|
tf_export.py
|
|
|
tf_inspect_test.py
|
Internal change
|
2021-01-13 22:43:04 -08:00 |
tf_inspect.py
|
Internal change
|
2021-01-13 22:43:04 -08:00 |
tf_should_use_test.py
|
|
|
tf_should_use.py
|
|
|
tf_stack_test.py
|
Move stack more of the trace mappers and filters to C++. Simplify the API surface of extract_stack, and clean up its docstring.
|
2020-12-21 06:45:42 -08:00 |
tf_stack.cc
|
Rolling back the rollback with a fix for Windows
|
2021-01-15 17:05:34 -08:00 |
tf_stack.py
|
Move stack more of the trace mappers and filters to C++. Simplify the API surface of extract_stack, and clean up its docstring.
|
2020-12-21 06:45:42 -08:00 |
tfprof_wrapper.cc
|
|
|
transform_graph_wrapper.cc
|
|
|
util_wrapper.cc
|
Merge pull request #43694 from Intel-tensorflow:mazhar/auto_mixed_preci_bdw
|
2020-12-28 06:46:19 -08: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
|
|
|