Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/tensorflow/_api/v2/compat/v1/sparse/__init__.py: 100%
37 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.array_ops import sparse_placeholder as placeholder
14from tensorflow.python.ops.bincount_ops import sparse_bincount as bincount
15from tensorflow.python.ops.data_flow_ops import SparseConditionalAccumulator
16from tensorflow.python.ops.math_ops import sparse_segment_mean as segment_mean
17from tensorflow.python.ops.math_ops import sparse_segment_sqrt_n as segment_sqrt_n
18from tensorflow.python.ops.math_ops import sparse_segment_sum as segment_sum
19from tensorflow.python.ops.sparse_ops import from_dense
20from tensorflow.python.ops.sparse_ops import sparse_add as add
21from tensorflow.python.ops.sparse_ops import sparse_concat as concat
22from tensorflow.python.ops.sparse_ops import sparse_cross as cross
23from tensorflow.python.ops.sparse_ops import sparse_cross_hashed as cross_hashed
24from tensorflow.python.ops.sparse_ops import sparse_expand_dims as expand_dims
25from tensorflow.python.ops.sparse_ops import sparse_eye as eye
26from tensorflow.python.ops.sparse_ops import sparse_fill_empty_rows as fill_empty_rows
27from tensorflow.python.ops.sparse_ops import sparse_maximum as maximum
28from tensorflow.python.ops.sparse_ops import sparse_merge as merge
29from tensorflow.python.ops.sparse_ops import sparse_minimum as minimum
30from tensorflow.python.ops.sparse_ops import sparse_reduce_max as reduce_max
31from tensorflow.python.ops.sparse_ops import sparse_reduce_max_sparse as reduce_max_sparse
32from tensorflow.python.ops.sparse_ops import sparse_reduce_sum as reduce_sum
33from tensorflow.python.ops.sparse_ops import sparse_reduce_sum_sparse as reduce_sum_sparse
34from tensorflow.python.ops.sparse_ops import sparse_reorder as reorder
35from tensorflow.python.ops.sparse_ops import sparse_reset_shape as reset_shape
36from tensorflow.python.ops.sparse_ops import sparse_reshape as reshape
37from tensorflow.python.ops.sparse_ops import sparse_retain as retain
38from tensorflow.python.ops.sparse_ops import sparse_slice as slice
39from tensorflow.python.ops.sparse_ops import sparse_softmax as softmax
40from tensorflow.python.ops.sparse_ops import sparse_split as split
41from tensorflow.python.ops.sparse_ops import sparse_tensor_dense_matmul as matmul
42from tensorflow.python.ops.sparse_ops import sparse_tensor_dense_matmul as sparse_dense_matmul
43from tensorflow.python.ops.sparse_ops import sparse_tensor_to_dense as to_dense
44from tensorflow.python.ops.sparse_ops import sparse_to_indicator as to_indicator
45from tensorflow.python.ops.sparse_ops import sparse_transpose as transpose