TensorFlow Serving C++ API Documentation
Classes | Public Member Functions | List of all members
ServingClient Class Reference

Public Member Functions

int readJPEG (const char *file_name, tensorflow::TensorProto *proto)
 
 ServingClient (std::shared_ptr< Channel > channel)
 
tensorflow::string callPredict (const tensorflow::string &model_name, const tensorflow::string &model_signature_name, const tensorflow::string &input_name, const tensorflow::string &file_path)
 
 ServingClient (const std::string &server_port)
 
void IssuePredict (const PredictRequest &req)
 
void ReapCompletions ()
 
void WaitForCompletion (int total_rpcs)
 
void DumpStats ()
 

Detailed Description

Definition at line 58 of file resnet_client.cc.


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