/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_array_ops.py | 272 def _tile_ragged_values(rt_input, multiples, const_multiples=None): argument 332 def _tile_ragged_splits(rt_input, multiples, const_multiples=None): argument 522 def _increase_ragged_rank_to(rt_input, ragged_rank): argument 543 def _nrows(rt_input, out_type=dtypes.int64, name=None): argument
|
D | ragged_getitem.py | 108 def _ragged_getitem(rt_input, key_list): argument 179 def _slice_ragged_row_dimension(rt_input, row_key): argument 218 def _ragged_getitem_inner_dimensions(rt_input, key_list): argument
|
D | ragged_tensor_shape.py | 161 def from_tensor(cls, rt_input): argument 440 def broadcast_to(rt_input, shape, broadcast_inner_dimensions=True): argument 470 def _broadcast_to_uniform_shape(rt_input, shape, broadcast_inner_dimensions): argument 480 def _broadcast_to_ragged_shape(rt_input, dst_shape, broadcast_inner_dimensions): argument 549 def _ragged_tile_axis(rt_input, axis, repeats): argument
|
D | ragged_row_lengths_op_test.py | 116 rt_input, argument 140 def testErrors(self, rt_input, exception, message=None, axis=1): argument
|
D | ragged_to_tensor_op_test.py | 98 rt_input, argument 131 def testError(self, rt_input, default, error, ragged_rank=None): argument
|
D | ragged_conversion_ops.py | 32 def to_tensor(rt_input, default_value=None, name=None): argument 39 def to_sparse(rt_input, name=None): argument
|
D | ragged_tile_op_test.py | 189 rt_input, argument
|
D | ragged_expand_dims_op_test.py | 112 rt_input, argument
|
D | ragged_where_op.py | 161 def _nrows(rt_input, out_type=dtypes.int64, name=None): argument
|
D | ragged_reduce_op_test.py | 308 def testReduce(self, ragged_reduce_op, rt_input, axis, expected): argument
|
D | ragged_concat_ops.py | 284 def _increase_ragged_rank_to(rt_input, ragged_rank): argument
|
D | ragged_math_ops.py | 401 rt_input, argument
|