STT-tensorflow/tensorflow/python/keras/layers/preprocessing
A. Unique TensorFlower 034633f23b PY2 removal cleanup
PiperOrigin-RevId: 352106691
Change-Id: I382d53c64f0d29da430b8cb6d2395a2cb281509e
2021-01-15 16:48:57 -08:00
..
benchmarks Update KPL benchmark for redundant absl flag import. 2020-11-03 21:36:42 -08:00
__init__.py Update BUILD files for preprocess layers. 2020-01-12 19:06:37 -08:00
BUILD PY2 removal cleanup 2021-01-15 16:48:57 -08:00
category_crossing_distribution_test.py Update keras to use tf.__internal__ for distribute tests. 2020-11-08 20:40:18 -08:00
category_crossing_test.py Fork the run_v2_only annotation to keras, and remove the usage of one in TF. 2020-09-02 16:00:59 -07:00
category_crossing.py [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11:00
category_encoding_distribution_test.py Update keras to use tf.__internal__ for distribute tests. 2020-11-08 20:40:18 -08:00
category_encoding_test.py PreprocessingLayers adapt API changes. 2021-01-15 16:12:40 -08:00
category_encoding_v1.py Exporting CategoryEncoding layer. 2020-05-21 13:16:57 -07:00
category_encoding.py [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11:00
discretization_distribution_test.py Update keras to use tf.__internal__ for distribute tests. 2020-11-08 20:40:18 -08:00
discretization_test.py Add DiscretizingCombiner to KPL. 2020-10-28 09:01:13 -07:00
discretization_v1.py Update metric instrumentation for KPL. 2020-11-06 12:55:13 -08:00
discretization.py [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11:00
hashing_distribution_test.py Update keras to use tf.__internal__ for distribute tests. 2020-11-08 20:40:18 -08:00
hashing_test.py Support a mask_value argument for preprocessing.hashing 2021-01-14 17:15:59 -08:00
hashing.py Support a mask_value argument for preprocessing.hashing 2021-01-14 17:15:59 -08:00
image_preprocessing_distribution_test.py Allows creating tf.random.Generator under distribution-strategy scopes. Different replicas will get different random-number streams. 2021-01-08 15:58:22 -08:00
image_preprocessing_test.py Allows creating tf.random.Generator under distribution-strategy scopes. Different replicas will get different random-number streams. 2021-01-08 15:58:22 -08:00
image_preprocessing.py Allows creating tf.random.Generator under distribution-strategy scopes. Different replicas will get different random-number streams. 2021-01-08 15:58:22 -08:00
index_lookup_distribution_test.py Update keras to use tf.__internal__ for distribute tests. 2020-11-08 20:40:18 -08:00
index_lookup_test.py Add arguments output_mode and sparse in lookup layers. 2020-11-19 13:42:40 -08:00
index_lookup_v1.py Split table management off into a table_utils file. 2020-05-08 19:39:28 -07:00
index_lookup.py Fix error messages for num_oov_indices in string/integer lookup 2021-01-11 18:06:14 -08:00
integer_lookup_test.py KPL: In index_lookup, avoid checking whether vocabulary is set for INT output_mode for backward-compatibility. We should use a tensor for the table size. 2020-12-01 18:24:52 -08:00
integer_lookup_v1.py Update metric instrumentation for KPL. 2020-11-06 12:55:13 -08:00
integer_lookup.py Fix error messages for num_oov_indices in string/integer lookup 2021-01-11 18:06:14 -08:00
normalization_distribution_test.py Update keras to use tf.__internal__ for distribute tests. 2020-11-08 20:40:18 -08:00
normalization_test.py PreprocessingLayers adapt API changes. 2021-01-15 16:12:40 -08:00
normalization_tpu_test.py Add distribution strategy tests. 2020-04-23 11:14:01 -07:00
normalization_v1.py Fix preprocessing layers signatures. 2020-11-15 13:33:51 -08:00
normalization.py Use MEAN_IDX and VAR_IDX in _NormalizingCombiner 2021-01-07 16:33:59 -06:00
preprocessing_stage_functional_test.py Merge pull request from yixingfu:prepstage 2020-09-21 16:17:42 -07:00
preprocessing_stage_test.py PreprocessingLayers adapt API changes. 2021-01-15 16:12:40 -08:00
preprocessing_stage.py PreprocessingLayers adapt API changes. 2021-01-15 16:12:40 -08:00
preprocessing_test_utils.py Update keras to use collections.abc instead of collections, which will be deprecated in py3.9 2020-10-28 20:17:49 -07:00
reduction_test.py Add support for weight broadcasting in reduction.Reduction. 2020-02-08 14:22:16 -08:00
reduction.py [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11:00
string_lookup_test.py Fix string_lookup's get_vocabulary when self.invert is set. 2020-12-04 07:16:43 -08:00
string_lookup_v1.py Update metric instrumentation for KPL. 2020-11-06 12:55:13 -08:00
string_lookup.py Fix error messages for num_oov_indices in string/integer lookup 2021-01-11 18:06:14 -08:00
table_utils_test.py Add unit tests for table_utils.get_vocabulary_from_file 2020-11-05 10:21:42 -08:00
table_utils.py Remove the usage of convert_to_tensor_or_ragged_tensor (private TF API) from Keras. 2021-01-12 16:32:33 -08:00
text_vectorization_distribution_test.py Update keras to use tf.__internal__ for distribute tests. 2020-11-08 20:40:18 -08:00
text_vectorization_test.py Add arguments output_mode and sparse in lookup layers. 2020-11-19 13:42:40 -08:00
text_vectorization_v1.py Update metric instrumentation for KPL. 2020-11-06 12:55:13 -08:00
text_vectorization.py [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11:00