.. |
autograph
|
More cleanup of dead Python 2 code.
|
2020-10-21 05:58:59 -07:00 |
client
|
Merge pull request #43680 from yongtang:fs_api
|
2020-10-19 14:21:00 -07:00 |
compat
|
compat: Update forward compatibility horizon to 2020-10-21
|
2020-10-21 02:08:08 -07:00 |
compiler
|
Serialize concrete function signature using structured_input_signature instead of function inputs.
|
2020-10-21 15:25:57 -07:00 |
data
|
[tf.data] Making sure setting tf.data threading options does not prevent auto-sharding from using file-level sharding.
|
2020-11-23 12:16:16 -08:00 |
debug
|
[tfdbg] Mark the reasons for a number of tests decorated with run_v1_only
|
2020-10-12 13:09:48 -07:00 |
distribute
|
correct pylint formattings - 2
|
2020-11-18 17:23:10 -08:00 |
dlpack
|
Fix multiple vulnerabilities in tf.experimental.dlpack.to_dlpack .
|
2020-09-18 19:19:43 -07:00 |
eager
|
Infer local ip in connect_to_cluster.
|
2020-10-28 18:25:44 -07:00 |
estimator
|
|
|
feature_column
|
fixit for feature column VocabularyListFeatureColumnTest, IndicatorColumn, IdentityColumn and WeightCategoricalColumn.
|
2020-08-05 13:38:41 -07:00 |
framework
|
Add read variable op to function control outputs
|
2020-10-21 20:28:26 -07:00 |
grappler
|
Add read variable op to function control outputs
|
2020-10-21 20:28:26 -07:00 |
integration_testing
|
|
|
keras
|
Merge pull request #46349 from geetachavan1/cherrypicks_ZX1AI
|
2021-01-19 09:21:17 -08:00 |
kernel_tests
|
Merge pull request #45896 from rhdong/github/rhdong/r2.4
|
2021-01-19 09:22:06 -08:00 |
layers
|
|
|
lib
|
[XLA:Python] Fix bug where bfloat16 dtype extension's hash value was not initialized correctly.
|
2020-10-20 10:49:10 -07:00 |
lite
|
tflite_convert: register custom op defs at the beginning of process
|
2020-10-05 14:54:04 -07:00 |
module
|
Add expand_composite option to tf.Module._flatten to support expanding composite tensors.
|
2020-10-21 11:47:00 -07:00 |
ops
|
Merge pull request #45896 from rhdong/github/rhdong/r2.4
|
2021-01-19 09:22:06 -08:00 |
platform
|
Tensor tracer file updates.
|
2020-10-05 10:52:07 -07:00 |
profiler
|
Removed a flaky test.
|
2020-10-28 17:43:08 -07:00 |
saved_model
|
Revert "Warn users when saving SavedModel with metadata."
|
2020-12-03 16:55:31 -08:00 |
summary
|
Return a iterator from summary_iterator instead of using a generator, to allow reusing the iterator after end of file.
|
2020-07-15 11:40:16 -07:00 |
tf_program
|
Remove dependency on the MLIR global dialect registry from third_party/tensorflow/compiler/mlir/python/... (NFC)
|
2020-08-24 18:02:34 -07:00 |
tools
|
Sort tools keyword into right place
|
2020-11-23 15:42:01 -08:00 |
tpu
|
Update tpu_embedding.py
|
2021-03-03 11:36:24 -08:00 |
training
|
Revert "Save Keras metadata in a separate proto and raise deprecation warnings when loading a SavedModel with tf.saved_model.save()."
|
2020-12-03 16:55:21 -08:00 |
types
|
Add support for the __tf_tensor__ protocol to convert_to_tensor (see RFC: TensorFlow Canonical Type System). Use it instead of the conversion registry for Operation objects.
|
2020-08-26 09:37:23 -07:00 |
user_ops
|
|
|
util
|
Refactor keras dependency to a common utility.
|
2020-10-20 16:06:05 -07:00 |
__init__.py
|
avoid python module name clash.
|
2020-09-02 13:17:41 -07:00 |
BUILD
|
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 |
build_defs.bzl
|
|
|
mlir_wrapper.cc
|
Add python wrapper mlir.experimental.convert_function for importing ConcreteFunctions into TF MLIR.
|
2020-09-11 12:21:46 -07:00 |
modules_with_exports.py
|
PSv2: Export a few tf.distribute symbols related to TF2 parameter server training.
|
2020-10-20 15:42:17 -07:00 |
pywrap_dlopen_global_flags.py
|
|
|
pywrap_mlir.py
|
Add python wrapper mlir.experimental.convert_function for importing ConcreteFunctions into TF MLIR.
|
2020-09-11 12:21:46 -07:00 |
pywrap_tensorflow_internal.cc
|
|
|
pywrap_tensorflow.py
|
|
|
pywrap_tfe.py
|
|
|
tf2.py
|
|
|
tfcompile_wrapper.cc
|
|
|
tfe_wrapper.cc
|
Set a timeout to check health RPC
|
2020-10-21 13:02:25 -07:00 |