Skip to content

Instantly share code, notes, and snippets.

@ivelin
Created June 19, 2019 17:12
Show Gist options
  • Save ivelin/f44e626cddd61bf0f44698252b7e81ef to your computer and use it in GitHub Desktop.
Save ivelin/f44e626cddd61bf0f44698252b7e81ef to your computer and use it in GitHub Desktop.
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
from tensorflow.python.util.all_util import remove_undocumented
from tensorflow_io.pcap.python.ops.pcap_ops import PcapDataset
_allowed_symbols = [
"PcapDataset",
]
remove_undocumented(__name__, allowed_exception_list=_allowed_symbols)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment