STT-tensorflow/tensorflow/python/ops/ragged
TensorFlower Gardener ee11cf13ea Merge pull request #45166 from ROCmSoftwarePlatform:google_upstream_rocm_add_remove_no_rocm_tag
PiperOrigin-RevId: 348425014
Change-Id: I1f4ec5ab94f27ea201a9dbc8b53d337d03e01d6c
2020-12-21 00:32:48 -08:00
..
__init__.py Remove circular dependencies by removing submodule imports from ragged package. 2020-03-06 18:26:12 -08:00
BUILD Removing no_rocm tag from unit-tests that are now passing on the ROCm platform 2020-11-25 02:06:27 +00:00
convert_to_tensor_or_ragged_tensor_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_array_ops.py Fix support of ragged expand_dims on other value types (experimental api). 2020-10-26 10:31:00 -07:00
ragged_batch_gather_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_batch_gather_ops.py Extend the ragged version of tf.gather to support batch_dims and axis args. 2020-03-05 12:03:50 -08:00
ragged_batch_gather_with_default_op.py Fix SyntaxWarnings on Python >= 3.8 2020-06-07 15:56:59 +02:00
ragged_boolean_mask_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_concat_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_concat_ops.py Add dispatch support to more Python APIs. 2020-05-15 11:03:18 -07:00
ragged_config.py minor spelling tweaks 2020-02-11 15:09:21 +09:00
ragged_const_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_constant_value_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_conversion_ops.py Added gradients for RaggedTensorToVariant and RaggedTensorFromVariant. (This allows gradients to pass through map_fn when it is applied to ragged tensors.) 2020-10-14 10:09:39 -07:00
ragged_cross_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_dispatch_test.py Commeting out subtests that are failing due to JIRA ticket 236756, and also removing the no_rocm tag from the tests that contain those subtests 2020-09-24 19:40:56 +00:00
ragged_dispatch.py Fix error message when registering a ragged op dispatcher to an op that's not an exported symbol. 2020-10-12 14:49:22 -07:00
ragged_dynamic_partition_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_eager_test.py
ragged_expand_dims_op_test.py Update tf.expand_dims to always insert the new dimension as a non-ragged dimension (making use of uniform_row_length where necessary). 2020-02-11 06:36:33 -08:00
ragged_factory_ops.py Do not add validation ops in tf.ragged.placeholder. 2020-09-14 18:09:58 -07:00
ragged_from_sparse_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_from_tensor_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_functional_ops.py Improvements to the documentation for tf.ragged.map_flat_values. 2020-11-03 06:38:00 -08:00
ragged_gather_nd_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_gather_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_gather_ops.py Extend the ragged version of tf.gather to support batch_dims and axis args. 2020-03-05 12:03:50 -08:00
ragged_getitem_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_getitem.py fix typos in python directory 2020-10-29 16:21:24 +03:00
ragged_map_flat_values_op_test.py Improve error message when tf.ragged.map_flat_values is called with a function that doesn't preserve the outer dimension size of ragged inputs. 2020-08-10 14:34:40 -07:00
ragged_map_fn_op_test.py Fix segmentation fault in tf.map_fn when fn_output_spec is a RaggedTensorSpec and the input tensor has shape [0, ...]. 2020-08-25 08:18:15 -07:00
ragged_map_ops.py Update tf.map_fn to support RaggedTensors and SparseTensors. 2020-03-10 11:32:14 -07:00
ragged_math_ops.py Implement support for keepdims=True on ragged reduce operations. 2020-10-07 09:28:29 -07:00
ragged_merge_dims_op_test.py Update RaggedTensor.merge_dims to return the ragged tensor as-is if outer_axis==inner_axis. I.e.: rt.merge_dims(x, x) == rt. (Previously, it raised an exception for outer_axis==inner_axis.) 2020-11-09 10:36:27 -08:00
ragged_one_hot_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_operators_test.py Update RaggedTensor.__eq__ and RaggedTensor.__ne__ to compare by value (with broadcasting), rather than by identity. (This matches a change that was made for tf.Tensor going from TF1 to TF2, where Tensor.__eq__ compares by value rather than identity. 2020-09-25 09:08:54 -07:00
ragged_operators.py Update RaggedTensor.__eq__ and RaggedTensor.__ne__ to compare by value (with broadcasting), rather than by identity. (This matches a change that was made for tf.Tensor going from TF1 to TF2, where Tensor.__eq__ compares by value rather than identity. 2020-09-25 09:08:54 -07:00
ragged_ops.py Remove circular dependencies by removing submodule imports from ragged package. 2020-03-06 18:26:12 -08:00
ragged_placeholder_op_test.py Do not add validation ops in tf.ragged.placeholder. 2020-09-14 18:09:58 -07:00
ragged_print_op_test.py Add tf.strings.format() and tf.print() to support RaggedTensors. 2020-06-17 09:23:09 -07:00
ragged_range_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_rank_op_test.py
ragged_reduce_op_test.py Implement support for keepdims=True on ragged reduce operations. 2020-10-07 09:28:29 -07:00
ragged_reverse_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_row_lengths_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_row_splits_to_segment_ids_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_segment_ids_to_row_splits_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_segment_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_size_op_test.py
ragged_squeeze_op_test.py
ragged_squeeze_op.py Improve error messages from helper function array_ops.get_positive_axis. 2020-02-27 09:31:10 -08:00
ragged_stack_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_string_ops.py Add tf.strings.format() and tf.print() to support RaggedTensors. 2020-06-17 09:23:09 -07:00
ragged_tensor_bounding_shape_op_test.py Fix bug where RaggedTensor.bounding_shape() could fail if out_type != rt.row_splits.dtype. 2020-03-30 12:14:23 -07:00
ragged_tensor_shape_test.py In RaggedTensorDynamicShape.from_tensor: Check for uniform_row_lengths. 2020-12-17 20:05:38 -08:00
ragged_tensor_shape.py In RaggedTensorDynamicShape.from_tensor: Check for uniform_row_lengths. 2020-12-17 20:05:38 -08:00
ragged_tensor_supported_values_test.py Fix support of ragged expand_dims on other value types (experimental api). 2020-10-26 10:31:00 -07:00
ragged_tensor_test_ops.py Experimental support of _add_supported_value_type for RaggedTensor. 2020-09-02 10:06:20 -07:00
ragged_tensor_test.py Added gradients for RaggedTensorToVariant and RaggedTensorFromVariant. (This allows gradients to pass through map_fn when it is applied to ragged tensors.) 2020-10-14 10:09:39 -07:00
ragged_tensor_value.py Automated rollback of commit 4e2bbf82aa 2019-09-17 00:20:18 -07:00
ragged_tensor.py Add TypeSpec to JSON encoder/Decoder 2020-12-02 16:26:53 -08:00
ragged_tile_op_test.py
ragged_to_sparse_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_to_tensor_op_test.py In RaggedTensor.to_tensor(), allow shape to be a list whose elements are ints or tensors. 2020-10-21 07:56:58 -07:00
ragged_util_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_util.py
ragged_where_op_test.py Update tf.where to handle RaggedTensors in TF2. 2020-09-09 07:25:01 -07:00
ragged_where_op.py Update tf.where to handle RaggedTensors in TF2. 2020-09-09 07:25:01 -07:00
row_partition_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
row_partition.py use bincount_v2 in tf.math.bincount, support axis and binary_output, and support int64. 2020-05-20 15:55:06 -07:00
segment_id_ops.py use bincount_v2 in tf.math.bincount, support axis and binary_output, and support int64. 2020-05-20 15:55:06 -07:00
string_ngrams_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
strings_reduce_join_op_test.py Rename test file to more accurately reflect the tests it contains. (ragged_string_ops_test -> strings_reduce_join_op_test) 2020-03-12 09:23:06 -07:00