Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_getitem.py106 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
Dragged_conversion_ops.py48 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
Dragged_tensor_shape.py181 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
Dragged_row_lengths_op_test.py115 rt_input, argument
139 def testErrors(self, rt_input, exception, message=None, axis=1): argument
Dragged_expand_dims_op_test.py111 rt_input, argument
Dragged_tile_op_test.py188 rt_input, argument
Dragged_array_ops.py253 def _tile_ragged_values(rt_input, multiples, const_multiples=None): argument
312 def _tile_ragged_splits(rt_input, multiples, const_multiples=None): argument
Dragged_where_op.py248 def _nrows(rt_input, out_type): argument
Dragged_reduce_op_test.py523 def testReduce(self, ragged_reduce_op, rt_input, axis, keepdims, expected): argument
Dragged_concat_ops.py300 def _increase_ragged_rank_to(rt_input, ragged_rank, row_splits_dtype): argument
Dragged_to_tensor_op_test.py325 rt_input, argument
391 rt_input, argument
Dragged_math_ops.py436 rt_input, argument
Dragged_tensor.py2805 def _get_row_partition_type_tensor_pairs(rt_input): argument