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

Public Member Functions

const Status & status () const &TF_LOCKS_EXCLUDED(mutex_)
 
Status status () &&TF_LOCKS_EXCLUDED(mutex_)
 
void Update (const Status &new_status) TF_LOCKS_EXCLUDED(mutex_)
 
void Update (Status &&new_status) TF_LOCKS_EXCLUDED(mutex_)
 

Detailed Description

Definition at line 45 of file threadsafe_status.h.


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