TensorFlow: add 'make_ndarray' to contrib/util
Change: 115722090
This commit is contained in:
parent
ab48dbd4ac
commit
52c73af0b0
@ -19,6 +19,7 @@
|
||||
|
||||
@@constant_value
|
||||
@@make_tensor_proto
|
||||
@@make_ndarray
|
||||
|
||||
"""
|
||||
|
||||
@ -29,6 +30,7 @@ from __future__ import print_function
|
||||
# pylint: disable=unused-import
|
||||
from tensorflow.python.framework.tensor_util import constant_value
|
||||
from tensorflow.python.framework.tensor_util import make_tensor_proto
|
||||
from tensorflow.python.framework.tensor_util import MakeNdarray as make_ndarray
|
||||
|
||||
# TODO(irving): Use make_all here.
|
||||
__all__ = ['constant_value', 'make_tensor_proto']
|
||||
__all__ = ['constant_value', 'make_tensor_proto', 'make_ndarray']
|
||||
|
Loading…
Reference in New Issue
Block a user