Searched defs:rt_inputs (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_concat_ops.py | 126 def _ragged_stack_concat_helper(rt_inputs, axis, stack_values): argument 209 def _ragged_stack_concat_axis_0(rt_inputs, stack_values): argument 244 def _ragged_stack_concat_axis_1(rt_inputs, stack_values): argument 295 def _copy_row_shape(rt_inputs, splits): argument
|
D | ragged_concat_op_test.py | 34 def _rt_inputs_to_tensors(self, rt_inputs, ragged_ranks=None): argument 226 rt_inputs, argument 268 rt_inputs, argument 285 def testRuntimeError(self, rt_inputs, axis, error, message, argument
|
D | ragged_stack_op_test.py | 341 rt_inputs, argument 383 def testError(self, rt_inputs, axis, error, message): argument
|