NumOutputs returns the number of outputs of op.
()
| 42 | |
| 43 | // NumOutputs returns the number of outputs of op. |
| 44 | func (op *Operation) NumOutputs() int { |
| 45 | return int(C.TF_OperationNumOutputs(op.c)) |
| 46 | } |
| 47 | |
| 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. |
no outgoing calls