TensorFlow Serving C++ API Documentation
|
Public Member Functions | |
TensorflowPredictor (ThreadPoolFactory *thread_pool_factory) | |
Status | Predict (const RunOptions &run_options, ServerCore *core, const PredictRequest &request, PredictResponse *response) |
Status | PredictWithModelSpec (const RunOptions &run_options, ServerCore *core, const ModelSpec &model_spec, const PredictRequest &request, PredictResponse *response) |
Definition at line 30 of file predict_impl.h.