Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeShewill-CV committed Mar 21, 2024
1 parent e0f9c8c commit 6e8ffeb
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions src/server/abstract_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Date: 22-6-21
************************************************/

#ifndef MM_AI_SERVER_BASESERVER_H
#define MM_AI_SERVER_BASESERVER_H
#ifndef MORTRED_MODEL_SERVER_BASESERVER_H
#define MORTRED_MODEL_SERVER_BASESERVER_H

#include <toml/toml.hpp>
#include <workflow/WFTask.h>
Expand Down Expand Up @@ -96,4 +96,4 @@ class BaseAiServer {
}
}

#endif //MM_AI_SERVER_BASESERVER_H
#endif //MORTRED_MODEL_SERVER_BASESERVER_H
6 changes: 3 additions & 3 deletions src/server/base_server_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Date: 22-6-30
************************************************/

#ifndef MM_AI_SERVER_BASE_SERVER_IMPL_H
#define MM_AI_SERVER_BASE_SERVER_IMPL_H
#ifndef MORTRED_MODEL_SERVER_BASE_SERVER_IMPL_H
#define MORTRED_MODEL_SERVER_BASE_SERVER_IMPL_H

#include "glog/logging.h"
#include "toml/toml.hpp"
Expand Down Expand Up @@ -341,4 +341,4 @@ void BaseAiServerImpl<WORKER, MODEL_OUTPUT>::do_work_cb(const WFGoTask* task) {
}


#endif //MM_AI_SERVER_BASE_SERVER_IMPL_H
#endif //MORTRED_MODEL_SERVER_BASE_SERVER_IMPL_H
6 changes: 3 additions & 3 deletions src/server/classification/densenet_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Date: 22-7-1
************************************************/

#ifndef MM_AI_SERVER_DENSENET_SERVER_H
#define MM_AI_SERVER_DENSENET_SERVER_H
#ifndef MORTRED_MODEL_SERVER_DENSENET_SERVER_H
#define MORTRED_MODEL_SERVER_DENSENET_SERVER_H

#include <memory>

Expand Down Expand Up @@ -69,4 +69,4 @@ class DenseNetServer : public jinq::server::BaseAiServer {
}
}

#endif //MM_AI_SERVER_DENSENET_SERVER_H
#endif //MORTRED_MODEL_SERVER_DENSENET_SERVER_H
6 changes: 3 additions & 3 deletions src/server/classification/mobilenetv2_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Date: 22-6-21
************************************************/

#ifndef MM_AI_SERVER_MOBILENETV2_SERVER_H
#define MM_AI_SERVER_MOBILENETV2_SERVER_H
#ifndef MORTRED_MODEL_SERVER_MOBILENETV2_SERVER_H
#define MORTRED_MODEL_SERVER_MOBILENETV2_SERVER_H

#include <memory>

Expand Down Expand Up @@ -69,4 +69,4 @@ class MobileNetv2Server : public jinq::server::BaseAiServer {
}
}

#endif //MM_AI_SERVER_MOBILENETV2_SERVER_H
#endif //MORTRED_MODEL_SERVER_MOBILENETV2_SERVER_H
6 changes: 3 additions & 3 deletions src/server/classification/resnet_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Date: 22-6-21
************************************************/

#ifndef MM_AI_SERVER_RESNET_SERVER_H
#define MM_AI_SERVER_RESNET_SERVER_H
#ifndef MORTRED_MODEL_SERVER_RESNET_SERVER_H
#define MORTRED_MODEL_SERVER_RESNET_SERVER_H

#include <memory>

Expand Down Expand Up @@ -69,4 +69,4 @@ class ResNetServer : public jinq::server::BaseAiServer {
}
}

#endif //MM_AI_SERVER_RESNET_SERVER_H
#endif //MORTRED_MODEL_SERVER_RESNET_SERVER_H

0 comments on commit 6e8ffeb

Please sign in to comment.