Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
484fad8f
Commit
484fad8f
authored
Aug 27, 2018
by
wsttiger
Browse files
Fixed header reference
parent
9e7e1253
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/onnx/cifar10.cpp
src/onnx/cifar10.cpp
+1
-1
src/onnx/mnist.cpp
src/onnx/mnist.cpp
+1
-1
No files found.
src/onnx/cifar10.cpp
View file @
484fad8f
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
#include <migraph/gpu/hip.hpp>
#include <migraph/gpu/hip.hpp>
#include <migraph/generate.hpp>
#include <migraph/generate.hpp>
#include "softmax.h"
#include "softmax.h
pp
"
auto
read_cifar10_images
(
const
std
::
string
&
full_path
)
auto
read_cifar10_images
(
const
std
::
string
&
full_path
)
{
{
...
...
src/onnx/mnist.cpp
View file @
484fad8f
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
#include <migraph/gpu/hip.hpp>
#include <migraph/gpu/hip.hpp>
#include <migraph/generate.hpp>
#include <migraph/generate.hpp>
#include "softmax.h"
#include "softmax.h
pp
"
auto
reverse_int
(
unsigned
int
i
)
auto
reverse_int
(
unsigned
int
i
)
{
{
...
...
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