Seal ffmpeg interface and fix document generator to use ffmpeg build target.
Change: 147420392
This commit is contained in:
parent
6cfa696b45
commit
78c491caaf
tensorflow
@ -25,3 +25,8 @@ from __future__ import print_function
|
||||
|
||||
from tensorflow.contrib.ffmpeg.ffmpeg_ops import decode_audio
|
||||
from tensorflow.contrib.ffmpeg.ffmpeg_ops import encode_audio
|
||||
|
||||
from tensorflow.python.util.all_util import remove_undocumented
|
||||
|
||||
_allowed_symbols = ['decode_audio', 'encode_audio']
|
||||
remove_undocumented(__name__, _allowed_symbols)
|
||||
|
@ -68,6 +68,7 @@ py_binary(
|
||||
":parser",
|
||||
":py_guide_parser",
|
||||
"//tensorflow:tensorflow_py",
|
||||
"//tensorflow/contrib/ffmpeg:ffmpeg_ops_py",
|
||||
"//tensorflow/python/debug:debug_py",
|
||||
"//tensorflow/tools/common:public_api",
|
||||
"//tensorflow/tools/common:traverse",
|
||||
|
@ -154,6 +154,7 @@ def extract():
|
||||
'stochastic_variables', 'variational_inference'
|
||||
],
|
||||
'contrib.distributions': ['bijector'],
|
||||
'contrib.ffmpeg': ['ffmpeg_ops'],
|
||||
'contrib.graph_editor': [
|
||||
'edit',
|
||||
'match',
|
||||
|
Loading…
Reference in New Issue
Block a user