16 #ifndef TENSORFLOW_SERVING_SERVABLES_TENSORFLOW_TFRT_CLASSIFICATION_SERVICE_H_
17 #define TENSORFLOW_SERVING_SERVABLES_TENSORFLOW_TFRT_CLASSIFICATION_SERVICE_H_
19 #include "tensorflow/core/lib/core/status.h"
20 #include "tensorflow/core/protobuf/config.pb.h"
21 #include "tensorflow_serving/apis/classification.pb.h"
22 #include "tensorflow_serving/model_servers/server_core.h"
23 #include "tensorflow_serving/servables/tensorflow/servable.h"
25 namespace tensorflow {
33 ServerCore* core,
const ClassificationRequest& request,
34 ClassificationResponse* response);
40 const ModelSpec& model_spec,
41 const ClassificationRequest& request,
42 ClassificationResponse* response);