/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_getitem.py | 106 def _ragged_getitem(rt_input, key_list): argument 190 def _slice_ragged_row_dimension(rt_input, row_key): argument 230 def _ragged_getitem_inner_dimensions(rt_input, key_list): argument
|
D | ragged_conversion_ops.py | 48 def to_tensor(rt_input, default_value=None, name=None): argument 55 def ragged_to_dense(rt_input, default_value=None, shape=None): argument 140 def to_sparse(rt_input, name=None): argument
|
D | ragged_tensor_shape.py | 181 def from_tensor(cls, rt_input, dim_size_dtype=None): argument 476 def broadcast_to(rt_input, shape, broadcast_inner_dimensions=True): argument 506 def _broadcast_to_uniform_shape(rt_input, shape, broadcast_inner_dimensions): argument 516 def _broadcast_to_ragged_shape(rt_input, dst_shape, broadcast_inner_dimensions): argument 603 def _ragged_tile_axis(rt_input, axis, repeats, row_splits_dtype): argument
|
D | ragged_row_lengths_op_test.py | 115 rt_input, argument 139 def testErrors(self, rt_input, exception, message=None, axis=1): argument
|
D | ragged_expand_dims_op_test.py | 111 rt_input, argument
|
D | ragged_tile_op_test.py | 188 rt_input, argument
|
D | ragged_array_ops.py | 253 def _tile_ragged_values(rt_input, multiples, const_multiples=None): argument 312 def _tile_ragged_splits(rt_input, multiples, const_multiples=None): argument
|
D | ragged_where_op.py | 248 def _nrows(rt_input, out_type): argument
|
D | ragged_reduce_op_test.py | 523 def testReduce(self, ragged_reduce_op, rt_input, axis, keepdims, expected): argument
|
D | ragged_concat_ops.py | 300 def _increase_ragged_rank_to(rt_input, ragged_rank, row_splits_dtype): argument
|
D | ragged_to_tensor_op_test.py | 325 rt_input, argument 391 rt_input, argument
|
D | ragged_math_ops.py | 436 rt_input, argument
|
D | ragged_tensor.py | 2805 def _get_row_partition_type_tensor_pairs(rt_input): argument
|