Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
24d9f295
Commit
24d9f295
authored
Aug 16, 2019
by
Yongzhe Wang
Committed by
Menglong Zhu
Aug 16, 2019
Browse files
Fix a typo in the included header file name (#7460)
parent
7b57b6d7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/lstm_object_detection/tflite/mobile_ssd_tflite_client.h
...h/lstm_object_detection/tflite/mobile_ssd_tflite_client.h
+1
-1
No files found.
research/lstm_object_detection/tflite/mobile_ssd_tflite_client.h
View file @
24d9f295
...
@@ -26,7 +26,7 @@ limitations under the License.
...
@@ -26,7 +26,7 @@ limitations under the License.
#include "mobile_ssd_client.h"
#include "mobile_ssd_client.h"
#include "protos/anchor_generation_options.pb.h"
#include "protos/anchor_generation_options.pb.h"
#ifdef ENABLE_EDGETPU
#ifdef ENABLE_EDGETPU
#include "libedgetpu/
lib
edgetpu.h"
#include "libedgetpu/edgetpu.h"
#endif // ENABLE_EDGETPU
#endif // ENABLE_EDGETPU
namespace
lstm_object_detection
{
namespace
lstm_object_detection
{
...
...
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