Seal ffmpeg interface and fix document generator to use ffmpeg build target.

Change: 147420392
This commit is contained in:
Andrew Selle 2017-02-13 18:12:19 -08:00 committed by TensorFlower Gardener
parent 6cfa696b45
commit 78c491caaf
3 changed files with 7 additions and 0 deletions
tensorflow
contrib/ffmpeg
tools/docs

View File

@ -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)

View File

@ -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",

View File

@ -154,6 +154,7 @@ def extract():
'stochastic_variables', 'variational_inference'
],
'contrib.distributions': ['bijector'],
'contrib.ffmpeg': ['ffmpeg_ops'],
'contrib.graph_editor': [
'edit',
'match',