STT-tensorflow/tensorflow/python/util
A. Unique TensorFlower 63a277f28a First phase of nest.py migration to cc: move flatten_dict_items implementation from python to C++
PiperOrigin-RevId: 357815150
Change-Id: I3689d5f7b80a621ea3696d44b7b00116bcff6ee9
2021-02-16 15:20:09 -08:00
..
protobuf
__init__.py
all_util.py
BUILD First phase of nest.py migration to cc: move flatten_dict_items implementation from python to C++ 2021-02-16 15:20:09 -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 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 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_wrapper.cc First phase of nest.py migration to cc: move flatten_dict_items implementation from python to C++ 2021-02-16 15:20:09 -08:00
nest.cc First phase of nest.py migration to cc: move flatten_dict_items implementation from python to C++ 2021-02-16 15:20:09 -08:00
nest.h First phase of nest.py migration to cc: move flatten_dict_items implementation from python to C++ 2021-02-16 15:20:09 -08:00
nest.py First phase of nest.py migration to cc: move flatten_dict_items implementation from python to C++ 2021-02-16 15:20:09 -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][Stack Traces] Do not build a functor where we can use the translation map directly 2021-02-09 10:18:15 -08:00
stack_trace.h [NFC][Stack Traces] Do not build a functor where we can use the translation map directly 2021-02-09 10:18:15 -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 Add checks to ensure all arguments have valid values during input canonicalization. 2021-01-21 10:11:10 -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 [NFC][Stack Traces] Do not build a functor where we can use the translation map directly 2021-02-09 10:18:15 -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 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 Add helper to test whether an object implements the tf.DispatchableType protocol. 2020-07-30 09:23:54 -07:00