dict(
          ragged_reduce_op=ragged_math_ops.reduce_std,
          rt_input=[[1, 1, 2, 3], [1], [], [1, 1], [1], [1, 1]],
          axis=0,
          keepdims=False,