# This file is MACHINE GENERATED! Do not edit.
# Generated by: tensorflow/python/tools/api/generator2/generator/generator.py script.
"""Public API for tf._api.v2.sparse namespace
"""

import sys as _sys

from tensorflow.python.framework.sparse_tensor import SparseTensor # line: 48
from tensorflow.python.ops.array_ops import sparse_mask as mask # line: 1598
from tensorflow.python.ops.math_ops import sampled_addmm # line: 4729
from tensorflow.python.ops.math_ops import sparse_segment_mean_v2 as segment_mean # line: 5065
from tensorflow.python.ops.math_ops import sparse_segment_sqrt_n_v2 as segment_sqrt_n # line: 5167
from tensorflow.python.ops.math_ops import sparse_segment_sum_v2 as segment_sum # line: 4923
from tensorflow.python.ops.sparse_ops import sparse_add_v2 as add # line: 524
from tensorflow.python.ops.sparse_ops import sparse_bincount as bincount # line: 3205
from tensorflow.python.ops.sparse_ops import sparse_concat_v2 as concat # line: 400
from tensorflow.python.ops.sparse_ops import sparse_cross as cross # line: 608
from tensorflow.python.ops.sparse_ops import sparse_cross_hashed as cross_hashed # line: 666
from tensorflow.python.ops.sparse_ops import sparse_expand_dims as expand_dims # line: 143
from tensorflow.python.ops.sparse_ops import sparse_eye as eye # line: 249
from tensorflow.python.ops.sparse_ops import sparse_fill_empty_rows as fill_empty_rows # line: 2109
from tensorflow.python.ops.sparse_ops import from_dense # line: 111
from tensorflow.python.ops.sparse_ops import map_values # line: 2932
from tensorflow.python.ops.sparse_ops import sparse_maximum as maximum # line: 2734
from tensorflow.python.ops.sparse_ops import sparse_minimum as minimum # line: 2780
from tensorflow.python.ops.sparse_ops import sparse_reduce_max_v2 as reduce_max # line: 1246
from tensorflow.python.ops.sparse_ops import sparse_reduce_sum_v2 as reduce_sum # line: 1480
from tensorflow.python.ops.sparse_ops import sparse_reorder as reorder # line: 821
from tensorflow.python.ops.sparse_ops import sparse_reset_shape as reset_shape # line: 2004
from tensorflow.python.ops.sparse_ops import sparse_reshape as reshape # line: 876
from tensorflow.python.ops.sparse_ops import sparse_retain as retain # line: 1957
from tensorflow.python.ops.sparse_ops import sparse_slice as slice # line: 1136
from tensorflow.python.ops.sparse_ops import sparse_softmax as softmax # line: 2671
from tensorflow.python.ops.sparse_ops import sparse_tensor_dense_matmul as sparse_dense_matmul # line: 2430
from tensorflow.python.ops.sparse_ops import sparse_split_v2 as split # line: 1067
from tensorflow.python.ops.sparse_ops import sparse_tensor_to_dense as to_dense # line: 1681
from tensorflow.python.ops.sparse_ops import sparse_to_indicator as to_indicator # line: 1737
from tensorflow.python.ops.sparse_ops import sparse_transpose as transpose # line: 2824
