TensorFlow Serving C++ API Documentation
Public Member Functions | List of all members
tensorflow::serving::TensorflowPredictor Class Reference

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)
 

Detailed Description

Definition at line 30 of file predict_impl.h.


The documentation for this class was generated from the following files: