File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
stdlib/public/CTensorFlow Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ foreach(sdk ${TARGET_SDKS})
82
82
copy_tf_headers ("${adjusted_tf_include_dir} /tensorflow/c/c_api_experimental.h" c_api_experimental.h )
83
83
copy_tf_headers ("${adjusted_tf_include_dir} /tensorflow/c/tf_attrtype.h" tf_attrtype.h )
84
84
copy_tf_headers ("${adjusted_tf_include_dir} /tensorflow/c/tf_status.h" tf_status.h )
85
+ copy_tf_headers ("${adjusted_tf_include_dir} /tensorflow/c/tf_datatype.h" tf_datatype.h )
86
+ copy_tf_headers ("${adjusted_tf_include_dir} /tensorflow/c/tf_tensor.h" tf_tensor.h )
85
87
copy_tf_headers ("${adjusted_tf_include_dir} /tensorflow/c/eager/c_api.h" c_api_eager.h )
86
88
copy_tf_headers ("${CMAKE_CURRENT_SOURCE_DIR} /ctensorflow_init.h" ctensorflow_init.h )
87
89
Original file line number Diff line number Diff line change @@ -14,5 +14,7 @@ cp "$1" "$2"
14
14
sed -i -e ' s#include "' " $3 " ' tensorflow/c/c_api.h"#include "c_api.h"#g' " $2 "
15
15
sed -i -e ' s#include "' " $3 " ' tensorflow/c/tf_attrtype.h"#include "tf_attrtype.h"#g' " $2 "
16
16
sed -i -e ' s#include "' " $3 " ' tensorflow/c/tf_status.h"#include "tf_status.h"#g' " $2 "
17
+ sed -i -e ' s#include "' " $3 " ' tensorflow/c/tf_datatype.h"#include "tf_datatype.h"#g' " $2 "
18
+ sed -i -e ' s#include "' " $3 " ' tensorflow/c/tf_tensor.h"#include "tf_tensor.h"#g' " $2 "
17
19
sed -i -e ' s#include "' " $3 " ' tensorflow/c/c_api_experimental.h"#include "c_api_experimental.h"#g' " $2 "
18
20
sed -i -e ' s#include "' " $3 " ' tensorflow/c/eager/c_api.h"#include "c_api_eager.h"#g' " $2 "
Original file line number Diff line number Diff line change 444
444
"icu" : " release-61-1" ,
445
445
"clang-tools-extra" : " swift-DEVELOPMENT-SNAPSHOT-2019-07-22-a" ,
446
446
"libcxx" : " swift-DEVELOPMENT-SNAPSHOT-2019-07-22-a" ,
447
- "tensorflow" : " ebc41609e27dcf0998d8970e77a2e1f53e13ac86 " ,
447
+ "tensorflow" : " fee0b38d6a2ce3e480c8b6643efe466b889036fa " ,
448
448
"tensorflow-swift-apis" : " 4656fe74edcdd73d819435235254d1ec9c1dd6ff" ,
449
449
"indexstore-db" : " swift-DEVELOPMENT-SNAPSHOT-2019-07-22-a" ,
450
450
"sourcekit-lsp" : " swift-DEVELOPMENT-SNAPSHOT-2019-07-22-a"
You can’t perform that action at this time.
0 commit comments