aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/util/port.i
blob: fdb217dcc78cc1241b6f875d15e97e7e22328690 (plain)
1
2
3
4
5
6
7
8
9
10
11
%include "tensorflow/python/platform/base.i"

%{
#include "tensorflow/core/util/port.h"
%}

%ignoreall
%unignore tensorflow;
%unignore tensorflow::IsGoogleCudaEnabled;
%include "tensorflow/core/util/port.h"
%unignoreall