This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
parser
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
parser st
pull/415/head
jwx930962
4 years ago
parent
3ae2d41eb8
commit
cb0510d4c2
2 changed files
with
12 additions
and
18 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-12
tests/st/testcase/origin_models/test.json
+0
-6
tests/st/testcase/test_tensorflow_parser.cc
+ 12
- 12
tests/st/testcase/origin_models/test.json
View File
@@ -2,12 +2,6 @@
"node": [
{
"attr": [
{
"key": "dtype",
"value": {
"type": "DT_HALF"
}
},
{
"key": "shape",
"value": {
@@ -19,6 +13,12 @@
]
}
}
},
{
"key": "dtype",
"value": {
"type": "DT_HALF"
}
}
],
"name": "Placeholder",
@@ -26,12 +26,6 @@
},
{
"attr": [
{
"key": "dtype",
"value": {
"type": "DT_HALF"
}
},
{
"key": "shape",
"value": {
@@ -43,6 +37,12 @@
]
}
}
},
{
"key": "dtype",
"value": {
"type": "DT_HALF"
}
}
],
"name": "Placeholder_1",
+ 0
- 6
tests/st/testcase/test_tensorflow_parser.cc
View File
@@ -312,12 +312,6 @@ REG_OP(Add)
.OP_END_FACTORY_REG(Add)
}
struct MemBuffer
{
void* data;
uint32_t size;
};
static MemBuffer* MemBufferFromFile(const char *path)
{
char path_temp[PATH_MAX + 1] = {0x00};
Write
Preview
Loading…
Cancel
Save