Skip to content

Commit

Permalink
[Example] Fix png file format and file name. (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuYang328 authored Oct 11, 2024
1 parent 42627b6 commit 9a7187c
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/BuddyLeNet/buddy-lenet-main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <vector>

constexpr size_t ParamsSize = 44426;
const std::string ImgName = "0_1.png";
const std::string ImgName = "1-28*28.png";

/// Declare LeNet forward function.
extern "C" void _mlir_ciface_forward(MemRef<float, 2> *output,
Expand Down
File renamed without changes
Binary file added examples/BuddyLeNet/images/1-28*28.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/BuddyMobileNetV3/buddy-mobilenetv3-main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <vector>

constexpr size_t ParamsSize = 2554968;
const std::string ImgName = "traffic-light-32bit.bmp";
const std::string ImgName = "dog-224*224.png";

// Declare the mobilenet C interface.
extern "C" void _mlir_ciface_forward(MemRef<float, 2> *output,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit 9a7187c

Please sign in to comment.