Home
last modified time | relevance | path

Searched defs:rt_input (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_array_ops.py272 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
Dragged_getitem.py108 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
Dragged_tensor_shape.py161 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
Dragged_row_lengths_op_test.py116 rt_input, argument
140 def testErrors(self, rt_input, exception, message=None, axis=1): argument
Dragged_to_tensor_op_test.py98 rt_input, argument
131 def testError(self, rt_input, default, error, ragged_rank=None): argument
Dragged_conversion_ops.py32 def to_tensor(rt_input, default_value=None, name=None): argument
39 def to_sparse(rt_input, name=None): argument
Dragged_tile_op_test.py189 rt_input, argument
Dragged_expand_dims_op_test.py112 rt_input, argument
Dragged_where_op.py161 def _nrows(rt_input, out_type=dtypes.int64, name=None): argument
Dragged_reduce_op_test.py308 def testReduce(self, ragged_reduce_op, rt_input, axis, expected): argument
Dragged_concat_ops.py284 def _increase_ragged_rank_to(rt_input, ragged_rank): argument
Dragged_math_ops.py401 rt_input, argument