Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/tensorflow/_api/v2/compat/v2/sparse/__init__.py: 100%
32 statements
« prev ^ index » next coverage.py v7.4.0, created at 2024-01-03 07:57 +0000
« prev ^ index » next coverage.py v7.4.0, created at 2024-01-03 07:57 +0000
1# This file is MACHINE GENERATED! Do not edit.
2# Generated by: tensorflow/python/tools/api/generator/create_python_api.py script.
3"""Sparse Tensor Representation.
5See also `tf.sparse.SparseTensor`.
7"""
9import sys as _sys
11from tensorflow.python.framework.sparse_tensor import SparseTensor
12from tensorflow.python.ops.array_ops import sparse_mask as mask
13from tensorflow.python.ops.bincount_ops import sparse_bincount as bincount
14from tensorflow.python.ops.math_ops import sparse_segment_mean_v2 as segment_mean
15from tensorflow.python.ops.math_ops import sparse_segment_sqrt_n_v2 as segment_sqrt_n
16from tensorflow.python.ops.math_ops import sparse_segment_sum_v2 as segment_sum
17from tensorflow.python.ops.sparse_ops import from_dense
18from tensorflow.python.ops.sparse_ops import map_values
19from tensorflow.python.ops.sparse_ops import sparse_add_v2 as add
20from tensorflow.python.ops.sparse_ops import sparse_concat_v2 as concat
21from tensorflow.python.ops.sparse_ops import sparse_cross as cross
22from tensorflow.python.ops.sparse_ops import sparse_cross_hashed as cross_hashed
23from tensorflow.python.ops.sparse_ops import sparse_expand_dims as expand_dims
24from tensorflow.python.ops.sparse_ops import sparse_eye as eye
25from tensorflow.python.ops.sparse_ops import sparse_fill_empty_rows as fill_empty_rows
26from tensorflow.python.ops.sparse_ops import sparse_maximum as maximum
27from tensorflow.python.ops.sparse_ops import sparse_minimum as minimum
28from tensorflow.python.ops.sparse_ops import sparse_reduce_max_v2 as reduce_max
29from tensorflow.python.ops.sparse_ops import sparse_reduce_sum_v2 as reduce_sum
30from tensorflow.python.ops.sparse_ops import sparse_reorder as reorder
31from tensorflow.python.ops.sparse_ops import sparse_reset_shape as reset_shape
32from tensorflow.python.ops.sparse_ops import sparse_reshape as reshape
33from tensorflow.python.ops.sparse_ops import sparse_retain as retain
34from tensorflow.python.ops.sparse_ops import sparse_slice as slice
35from tensorflow.python.ops.sparse_ops import sparse_softmax as softmax
36from tensorflow.python.ops.sparse_ops import sparse_split_v2 as split
37from tensorflow.python.ops.sparse_ops import sparse_tensor_dense_matmul as sparse_dense_matmul
38from tensorflow.python.ops.sparse_ops import sparse_tensor_to_dense as to_dense
39from tensorflow.python.ops.sparse_ops import sparse_to_indicator as to_indicator
40from tensorflow.python.ops.sparse_ops import sparse_transpose as transpose