TensorFlow Serving C++ API Documentation
|
Static Public Member Functions | |
static Status | Classify (const RunOptions &run_options, ServerCore *core, const thread::ThreadPoolOptions &thread_pool_options, const ClassificationRequest &request, ClassificationResponse *response) |
static Status | ClassifyWithModelSpec (const RunOptions &run_options, ServerCore *core, const thread::ThreadPoolOptions &thread_pool_options, const ModelSpec &model_spec, const ClassificationRequest &request, ClassificationResponse *response) |
Definition at line 30 of file classification_service.h.