STT-tensorflow/tensorflow/python/tpu
A. Unique TensorFlower 034633f23b PY2 removal cleanup
PiperOrigin-RevId: 352106691
Change-Id: I382d53c64f0d29da430b8cb6d2395a2cb281509e
2021-01-15 16:48:57 -08:00
..
client PY2 removal cleanup 2021-01-15 16:48:57 -08:00
experimental PY2 removal cleanup 2021-01-15 16:48:57 -08:00
ops Fix gradient computation bug in TPU embedding mid-level API. 2020-12-15 20:12:54 -08:00
profiler PY2 removal cleanup 2021-01-15 16:48:57 -08:00
__init__.py
_tpu_estimator_embedding.py
api.py
async_checkpoint_test.py
async_checkpoint.py
bfloat16_test.py
bfloat16.py
BUILD PY2 removal cleanup 2021-01-15 16:48:57 -08:00
datasets_test.py
datasets.py
device_assignment.py Add an option to assign devices without forming a ring 2020-09-11 12:03:04 -07:00
error_handling.py
feature_column_test.py Replace instances of "blacklist" with "denylist" where possible. See Google Developer guidelines at https://developers.google.com/style/word-list#blacklist for more information. 2020-07-20 16:05:25 -07:00
feature_column_v2_test.py Change not exposed in public API 2020-07-31 13:16:45 -07:00
feature_column_v2.py Change not exposed in public API 2020-07-31 13:16:45 -07:00
feature_column.py Change not exposed in public API 2020-07-31 13:16:45 -07:00
functional.py
preempted_hook.py
session_support.py Increase the ping timeout from 5 seconds to a minute. This gives a bit more breathing room in case the workers somehow become unresponsive . 2020-11-19 17:16:05 -08:00
tensor_tracer_flags.py TensorTracer: Add an explicit error message when trace_dir is not provided. 2021-01-11 18:34:52 -08:00
tensor_tracer_report.py Removing some unused options from tensor tracer. 2020-09-24 16:13:26 -07:00
tensor_tracer.proto
tensor_tracer.py TensorTracer: Ignore calls for tracing tf function graphs. 2021-01-11 17:48:05 -08:00
topology_test.py
topology.py
tpu_config.py
tpu_context.py
tpu_embedding_gradient.py Fix gradient computation bug in TPU embedding mid-level API. 2020-12-15 20:12:54 -08:00
tpu_embedding_v2_correctness_test.py Remove shutdown from tpu embedding tests. 2020-12-08 09:51:45 -08:00
tpu_embedding_v2_cpu_test.py Add sequence support for TPU Embeddings class on CPU. 2021-01-08 14:42:00 -08:00
tpu_embedding_v2_test.py Remove shutdown from tpu embedding tests. 2020-12-08 09:51:45 -08:00
tpu_embedding_v2_utils_test.py Split TPUEmbeddingConfiguration logging across multiple statements. 2020-10-22 14:46:54 -07:00
tpu_embedding_v2_utils.py Split TPUEmbeddingConfiguration logging across multiple statements. 2020-10-22 14:46:54 -07:00
tpu_embedding_v2.py Add sequence support for TPU Embeddings class on CPU. 2021-01-08 14:42:00 -08:00
tpu_embedding.py Add support for FrequencyEstimator optimizer to the mid level tpu embedding API. 2020-12-01 17:02:39 -08:00
tpu_estimator.py
tpu_feed.py Add types to tpu.py. 2020-11-03 14:01:22 -08:00
tpu_function.py Adds a reminder to set export_saved_model_api_version=ExportSavedModelApiVersion.V2 when using TPUEstimator's inference_on_tpu. 2020-12-02 16:05:59 -08:00
tpu_infeed_test.py
tpu_name_util.py Add types to tpu.py. 2020-11-03 14:01:22 -08:00
tpu_optimizer.py
tpu_outside_compilation_test.py Add outside compilation test with TPUPartitionedCall. 2020-10-30 08:50:52 -07:00
tpu_sharding_test.py Add number_of_partitions to the InfeedQueue API to allow infeed to be processed with pure data parallelism, but the partition/resharding happens inside the model function. 2020-07-30 13:10:17 -07:00
tpu_sharding.py Add number_of_partitions to the InfeedQueue API to allow infeed to be processed with pure data parallelism, but the partition/resharding happens inside the model function. 2020-07-30 13:10:17 -07:00
tpu_strategy_util.py Clear kernel cache when reseting TPU system. 2021-01-08 14:47:20 -08:00
tpu_system_metadata.py
tpu_test_wrapper_test.py
tpu_test_wrapper.bzl Create no-src target for expanding visibility of TF deps. 2020-07-20 20:12:23 -07:00
tpu_test_wrapper.py
tpu_test.py Do not cache external values in TPUReplicateContext.AddValue if there is no outer context since that is no-op. Doing so leads to name collisions in the present of nested graphs since op names are not necessarily unique across graphs. 2020-09-09 09:20:07 -07:00
tpu.bzl
tpu.py Correctly handle the case if static maximum dimension size = 0. 2020-12-04 18:17:13 -08:00
training_loop.py
util.py