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

Public Member Functions

void Register (absl::string_view type, SetupPlatformConfigMapForTensorFlowFnType setup_platform_config_map_func, UpdatePlatformConfigMapForTensorFlowFnType update_platform_config_map_func, CreateHttpRestApiHandlerFnType create_http_rest_api_handler_func, CreatePredictionServiceFnType create_prediction_service_func)
 
bool IsRegistered () const
 
SetupPlatformConfigMapForTensorFlowFnType GetSetupPlatformConfigMap () const
 
UpdatePlatformConfigMapForTensorFlowFnType GetUpdatePlatformConfigMap () const
 
CreateHttpRestApiHandlerFnType GetCreateHttpRestApiHandler () const
 
CreatePredictionServiceFnType GetCreatePredictionService () const
 

Static Public Member Functions

static TensorflowServingFunctionRegistrationGetRegistry ()
 

Detailed Description

Definition at line 52 of file server_init.h.


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