STT-tensorflow/tensorflow/python/ops/ragged
Edward Loper 112e89e34a In RaggedTensor.to_tensor(), allow shape to be a list whose elements are ints or tensors.
PiperOrigin-RevId: 338261958
Change-Id: I352442c1f5f42e4d66910d04a5ed271ffbff5182
2020-10-21 07:56:58 -07:00
..
__init__.py
BUILD Disable flaky TSAN test 2020-10-14 16:39:14 -07: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 Add dispatch support to more Python APIs. 2020-05-15 11:03:18 -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
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
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
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 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_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
ragged_getitem_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ragged_getitem.py
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
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 Move away from deprecated asserts 2020-06-30 16:10:22 -07: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
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
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
ragged_tensor_shape_test.py Fix bug in RaggedTensor broadcasting that impacted broadcasting inner dense dimensions. 2020-09-08 12:42:50 -07:00
ragged_tensor_shape.py Fix bug in RaggedTensor broadcasting that impacted broadcasting inner dense dimensions. 2020-09-08 12:42:50 -07:00
ragged_tensor_supported_values_test.py Experimental support of _add_supported_value_type for RaggedTensor. 2020-09-02 10:06:20 -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
ragged_tensor.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_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