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
b474575f
Commit
b474575f
authored
Nov 15, 2017
by
Robert Kimball
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dang, I did not commit these to the last PR. I am bad.
parent
046a85c0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
cpu_kernels.hpp
src/ngraph/runtime/cpu/cpu_kernels.hpp
+1
-1
eigen_utils.hpp
src/ngraph/runtime/cpu/eigen_utils.hpp
+2
-3
No files found.
src/ngraph/runtime/cpu/cpu_kernels.hpp
View file @
b474575f
...
@@ -14,8 +14,8 @@
...
@@ -14,8 +14,8 @@
#pragma once
#pragma once
#include <cinttypes>
#include <cstddef>
#include <cstddef>
#include <cstdint>
// CBLAS types and wrappers
// CBLAS types and wrappers
...
...
src/ngraph/runtime/cpu/eigen_utils.hpp
View file @
b474575f
...
@@ -89,7 +89,7 @@ namespace ngraph
...
@@ -89,7 +89,7 @@ namespace ngraph
};
};
}
}
//
E
T element type
// T element type
// FMT array format (fmt::V for vector, etc.)
// FMT array format (fmt::V for vector, etc.)
// BASE select array/matrix
// BASE select array/matrix
template
<
typename
T
,
template
<
typename
T
,
...
@@ -128,4 +128,4 @@ namespace ngraph
...
@@ -128,4 +128,4 @@ namespace ngraph
}
}
}
}
}
}
}
}
\ No newline at end of file
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