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.

© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.3/api_docs/cc/struct/tensorflow/ops/abort/attrs