.. |
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
|
Create an integration_testing directory for tests that are only run on nightly and release pip packages.
|
2020-03-26 15:24:30 -07:00 |
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
|
Cleanup unused/deprecated functions in tf.layers.utils.
|
2020-03-23 15:18:15 -07:00 |
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
|
Remove symbols from tf2
|
2018-11-09 11:22:16 -08:00 |
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
|
Removed shape function registration from python_op_gen
|
2019-09-17 07:37:42 -07:00 |
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
|
...comment format only change...
|
2017-11-10 16:14:43 -08:00 |
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
|
Merge pull request #38328 from perfinion:systemlibs-pybind
|
2020-04-08 18:48:06 -07:00 |
pywrap_tensorflow.py
|
Re-add dynamic loading flags and logic in Python.
|
2020-04-09 10:38:50 -07:00 |
pywrap_tfe.py
|
Export the Eager classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information.
|
2019-12-17 19:40:40 -08:00 |
tf2.py
|
Update tf2.py
|
2020-05-31 12:44:24 +09:00 |
tfcompile_wrapper.cc
|
systemlibs: unbundle pybind11
|
2020-04-08 03:38:38 +08:00 |
tfe_wrapper.cc
|
Set a timeout to check health RPC
|
2020-10-21 13:02:25 -07:00 |