STT-tensorflow/tensorflow/python/ops/ragged
TensorFlower Gardener f84adde4cf Merge pull request from cclauss:Fix-SyntaxWarnings
PiperOrigin-RevId: 317145119
Change-Id: I724dda9028bcacd21ba04b4f6f81d013247617f2
2020-06-18 11:48:25 -07:00
..
__init__.py Remove circular dependencies by removing submodule imports from ragged package. 2020-03-06 18:26:12 -08:00
BUILD Add tf.strings.format() and tf.print() to support RaggedTensors. 2020-06-17 09:23:09 -07:00
convert_to_tensor_or_ragged_tensor_op_test.py
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 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_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
ragged_concat_op_test.py minor spelling tweaks 2020-02-11 15:09:21 +09: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
ragged_constant_value_op_test.py
ragged_conversion_ops.py minor spelling tweaks 2020-02-11 15:09:21 +09:00
ragged_cross_op_test.py Run tf.ragged.cross tests in graph & eager mode. 2020-03-04 09:38:53 -08:00
ragged_dispatch_test.py Add tf.strings.format() and tf.print() to support RaggedTensors. 2020-06-17 09:23:09 -07:00
ragged_dispatch.py Add tf.strings.format() and tf.print() to support RaggedTensors. 2020-06-17 09:23:09 -07:00
ragged_dynamic_partition_op_test.py
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 Fix doc rendering error in tf.ragged.constant 2020-06-01 10:23:45 -07:00
ragged_from_sparse_op_test.py
ragged_from_tensor_op_test.py Add tests for RaggedTensor.from_tensor where the input tensor's shape is not fully defined. 2020-03-27 12:56:07 -07:00
ragged_functional_ops.py Add dispatch support to more Python APIs. 2020-05-15 11:03:18 -07:00
ragged_gather_nd_op_test.py
ragged_gather_op_test.py Extend the ragged version of tf.gather to support batch_dims and axis args. 2020-03-05 12:03:50 -08: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 tests for RaggedTensor.__getitem__ into a separate file (ragged_getitem_test.py). Also use parameterized.parameters in testWithStridedSlices to allow better test shard balancing. 2020-03-10 10:50:52 -07:00
ragged_getitem.py Automated rollback of commit ed493143b1 2020-02-19 08:41:27 -08:00
ragged_map_flat_values_op_test.py
ragged_map_fn_op_test.py Replace keras.backend.tile with array_ops.tile in the test. 2020-04-15 14:37:54 -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 Add dispatch support to more Python APIs. 2020-05-15 11:03:18 -07:00
ragged_merge_dims_op_test.py Improve error messages from helper function array_ops.get_positive_axis. 2020-02-27 09:31:10 -08:00
ragged_one_hot_op_test.py Add tests for tf.one_hot() ragged tensor handling. 2020-03-04 11:04:41 -08:00
ragged_operators_test.py
ragged_operators.py
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 Pull partition (row_splits, value_rowid, et cetera) of a RaggedTensor into a separate object. This allows one RowPartition to be shared by multiple RaggedTensor objects. 2020-03-09 12:23:05 -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
ragged_rank_op_test.py Small adjustments on import spacing. 2019-12-18 20:32:12 -08:00
ragged_reduce_op_test.py
ragged_reverse_op_test.py
ragged_row_lengths_op_test.py
ragged_row_splits_to_segment_ids_op_test.py
ragged_segment_ids_to_row_splits_op_test.py
ragged_segment_op_test.py Small adjustments on import spacing. 2019-12-18 20:32:12 -08: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
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
ragged_tensor_shape.py minor spelling tweaks 2020-02-11 15:09:21 +09:00
ragged_tensor_test.py Make it harder to call the private RaggedTensor constructor from user code. 2020-05-01 08:46:36 -07:00
ragged_tensor_value.py
ragged_tensor.py Fix the formatting on tensorflow.org 2020-06-02 06:22:05 -07:00
ragged_tile_op_test.py
ragged_to_sparse_op_test.py
ragged_to_tensor_op_test.py RaggedTensor.to_tensor() to preserve inferred static shape. 2020-03-26 14:08:27 -07:00
ragged_util_test.py
ragged_util.py
ragged_where_op_test.py Small adjustments on import spacing. 2019-12-18 20:32:12 -08:00
ragged_where_op.py
row_partition_test.py * Add support for explicit management of precomputed encodings. 2020-03-12 08:59:33 -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 Added tests to improve code coverage in ragged_string_ops.py 2020-03-05 15:58:47 -08: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