Skip to content

Commit 8035ece

Browse files
author
Abdul Dakkak
committed
cntk bindings work
1 parent ffc231d commit 8035ece

File tree

12 files changed

+1343
-26
lines changed

12 files changed

+1343
-26
lines changed

.vscode/settings.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"files.associations": {
3+
"cctype": "cpp",
4+
"clocale": "cpp",
5+
"cmath": "cpp",
6+
"cstddef": "cpp",
7+
"cstdio": "cpp",
8+
"cstdlib": "cpp",
9+
"cwchar": "cpp",
10+
"array": "cpp",
11+
"atomic": "cpp",
12+
"*.tcc": "cpp",
13+
"chrono": "cpp",
14+
"codecvt": "cpp",
15+
"condition_variable": "cpp",
16+
"cstdint": "cpp",
17+
"ctime": "cpp",
18+
"exception": "cpp",
19+
"functional": "cpp",
20+
"future": "cpp",
21+
"initializer_list": "cpp",
22+
"iosfwd": "cpp",
23+
"limits": "cpp",
24+
"memory": "cpp",
25+
"mutex": "cpp",
26+
"new": "cpp",
27+
"ratio": "cpp",
28+
"stdexcept": "cpp",
29+
"system_error": "cpp",
30+
"thread": "cpp",
31+
"tuple": "cpp",
32+
"type_traits": "cpp",
33+
"typeinfo": "cpp",
34+
"utility": "cpp"
35+
}
36+
}

_fixtures/banana.png

29.1 KB
Loading

_fixtures/cat.jpg

8.95 KB
Loading

_fixtures/chicken.jpg

31.3 KB
Loading

0 commit comments

Comments
 (0)