tensorflow:: ops:: Abort:: Attrs
  #include <control_flow_ops.h>
  Optional attribute setters for Abort.
Summary
        Public attributes | 
    |
|---|---|
        error_msg_ = ""
       | 
      
        StringPiece
         | 
    
        exit_without_error_ = false
       | 
      
        bool
         | 
    
        Public functions | 
    |
|---|---|
        ErrorMsg(StringPiece x)
       | 
      
        TF_MUST_USE_RESULT Attrs
        A string which is the message associated with the exception.  
       | 
    
        ExitWithoutError(bool x)
       | 
      
        TF_MUST_USE_RESULT Attrs
        Defaults to false.  
       | 
    
Public attributes
error_msg_
StringPiece tensorflow::ops::Abort::Attrs::error_msg_ = ""
exit_without_error_
bool tensorflow::ops::Abort::Attrs::exit_without_error_ = false
Public functions
ErrorMsg
TF_MUST_USE_RESULT Attrs tensorflow::ops::Abort::Attrs::ErrorMsg( StringPiece x )
A string which is the message associated with the exception.
Defaults to ""
ExitWithoutError
TF_MUST_USE_RESULT Attrs tensorflow::ops::Abort::Attrs::ExitWithoutError( bool x )
Defaults to false.