Home
last modified time | relevance | path

Searched refs:AbortAttr (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/go/op/
Dwrappers.go4141 type AbortAttr func(optionalAttr) type
4147 func AbortErrorMsg(value string) AbortAttr {
4155 func AbortExitWithoutError(value bool) AbortAttr {
4169 func Abort(scope *Scope, optional ...AbortAttr) (o *tf.Operation) { argument