12 lines
382 B
Python
12 lines
382 B
Python
|
# This file is MACHINE GENERATED! Do not edit.
|
||
|
# Generated by: tensorflow/python/tools/api/generator/create_python_api.py script.
|
||
|
"""Sparse Tensor Representation. See the @{$python/sparse_ops} guide.
|
||
|
"""
|
||
|
|
||
|
from __future__ import print_function
|
||
|
|
||
|
from tensorflow.python import sparse_cross as cross
|
||
|
from tensorflow.python import sparse_cross_hashed as cross_hashed
|
||
|
|
||
|
del print_function
|