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
f3c88459
Commit
f3c88459
authored
Sep 27, 2018
by
gaurides
Committed by
Avijit
Sep 27, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gauri/static initialization problem r08 (#1691)
parent
388cd82f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
mkldnn_utils.cpp
src/ngraph/runtime/cpu/mkldnn_utils.cpp
+0
-0
mkldnn_utils.hpp
src/ngraph/runtime/cpu/mkldnn_utils.hpp
+6
-0
No files found.
src/ngraph/runtime/cpu/mkldnn_utils.cpp
100644 → 100755
View file @
f3c88459
This diff is collapsed.
Click to expand it.
src/ngraph/runtime/cpu/mkldnn_utils.hpp
View file @
f3c88459
...
...
@@ -62,6 +62,12 @@ namespace ngraph
const
mkldnn
::
memory
::
desc
&
rhs
);
bool
is_mkldnn_filter_format
(
mkldnn
::
memory
::
format
fmt
);
bool
is_mkldnn_blocked_data_format
(
mkldnn
::
memory
::
format
fmt
);
std
::
unordered_set
<
std
::
type_index
>&
get_op_registry
();
std
::
map
<
element
::
Type
,
const
mkldnn
::
memory
::
data_type
>&
get_mkldnn_data_type_map
();
std
::
map
<
element
::
Type
,
const
std
::
string
>&
get_mkldnn_data_type_string_map
();
std
::
map
<
mkldnn
::
memory
::
format
,
const
std
::
string
>&
get_mkldnn_format_string_map
();
std
::
set
<
mkldnn
::
memory
::
format
>&
get_filter_formats
();
}
}
}
...
...
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