Device returns a specification of the device on which this operation will be executed, or the empty string if there is no such specification.
()
| 48 | // Device returns a specification of the device on which this operation |
| 49 | // will be executed, or the empty string if there is no such specification. |
| 50 | func (op *Operation) Device() string { |
| 51 | return C.GoString(C.TF_OperationDevice(op.c)) |
| 52 | } |
| 53 | |
| 54 | // OutputListSize returns the size of the list of Outputs that is produced by a |
| 55 | // named output of op. |
no outgoing calls