Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
ngraph
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ngraph
Commits
cbec3ad8
Unverified
Commit
cbec3ad8
authored
Feb 20, 2018
by
Pruthvi
Committed by
GitHub
Feb 20, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into pruthvi/max_pooling
parents
67fb65b8
607bcbc4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
backend_performance.cpp
test/backend_performance.cpp
+12
-0
Sockeye_Seq2Seq_backward.json
test/models/mxnet/Sockeye_Seq2Seq_backward.json
+0
-0
Sockeye_Seq2Seq_forward.json
test/models/mxnet/Sockeye_Seq2Seq_forward.json
+0
-0
No files found.
test/backend_performance.cpp
View file @
cbec3ad8
...
...
@@ -153,6 +153,18 @@ TEST(benchmark, mxnet_seq2seq_backward)
run_benchmark
(
json_path
,
"CPU"
,
10
);
}
TEST
(
benchmark
,
mxnet_sockeye_seq2seq_forward
)
{
const
string
json_path
=
file_util
::
path_join
(
SERIALIZED_ZOO
,
"mxnet/Sockeye_Seq2Seq_forward.json"
);
run_benchmark
(
json_path
,
"CPU"
,
10
);
}
TEST
(
benchmark
,
mxnet_sockeye_seq2seq_backward
)
{
const
string
json_path
=
file_util
::
path_join
(
SERIALIZED_ZOO
,
"mxnet/Sockeye_Seq2Seq_backward.json"
);
run_benchmark
(
json_path
,
"CPU"
,
10
);
}
//
// Benchmarks a graph that concatenates six 32x1x200 arrays along the middle axis.
//
...
...
test/models/mxnet/Sockeye_Seq2Seq_backward.json
0 → 100644
View file @
cbec3ad8
This diff is collapsed.
Click to expand it.
test/models/mxnet/Sockeye_Seq2Seq_forward.json
0 → 100644
View file @
cbec3ad8
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment