Consistently define the tfprof Option as a struct.

Change: 141366008
This commit is contained in:
Benoit Steiner 2016-12-07 15:29:09 -08:00 committed by TensorFlower Gardener
parent 25a353f56b
commit afc93e4b53

View File

@ -22,7 +22,7 @@ limitations under the License.
namespace tensorflow { namespace tensorflow {
namespace tfprof { namespace tfprof {
class Options; struct Options;
// ***This API is only for swig. Don't user it directory!*** // ***This API is only for swig. Don't user it directory!***
// //
// Interface defined for Python API swig. Calls the tfprof core API. // Interface defined for Python API swig. Calls the tfprof core API.