MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / NumOutputs

Method NumOutputs

tensorflow/go/operation.go:44–46  ·  view source on GitHub ↗

NumOutputs returns the number of outputs of op.

()

Source from the content-addressed store, hash-verified

42
43// NumOutputs returns the number of outputs of op.
44func (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.

Callers 1

Calls

no outgoing calls

Tested by 1