Update ops-related pbtxt files.
Change: 140903714
This commit is contained in:
parent
91a33176d6
commit
4bdf4511a1
@ -8,6 +8,23 @@ op {
|
||||
}
|
||||
}
|
||||
}
|
||||
op {
|
||||
name: "Abort"
|
||||
attr {
|
||||
name: "error_msg"
|
||||
type: "string"
|
||||
default_value {
|
||||
s: ""
|
||||
}
|
||||
}
|
||||
attr {
|
||||
name: "exit_without_error"
|
||||
type: "bool"
|
||||
default_value {
|
||||
b: false
|
||||
}
|
||||
}
|
||||
}
|
||||
op {
|
||||
name: "Abs"
|
||||
input_arg {
|
||||
|
@ -8,7 +8,14 @@ op {
|
||||
}
|
||||
description: "A string which is the message associated with the exception."
|
||||
}
|
||||
summary: "Raise a exception to abort the process when called."
|
||||
attr {
|
||||
name: "exit_without_error"
|
||||
type: "bool"
|
||||
default_value {
|
||||
b: false
|
||||
}
|
||||
}
|
||||
summary: "Raise a exception to abort the process when called. If exit_without_error is true, the process will exit normally, otherwise it will exit with a SIGABORT signal."
|
||||
description: "Returns nothing but an exception."
|
||||
}
|
||||
op {
|
||||
|
Loading…
x
Reference in New Issue
Block a user