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

Method Output

tensorflow/go/operation.go:70–72  ·  view source on GitHub ↗

Output returns the i-th output of op.

(i int)

Source from the content-addressed store, hash-verified

68
69// Output returns the i-th output of op.
70func (op *Operation) Output(i int) Output {
71 return Output{op, i}
72}
73
74// NumInputs returns the number of inputs of op.
75func (op *Operation) NumInputs() int {

Callers 15

TESTFunction · 0.45
lookup_ops.ccFile · 0.45
mainFunction · 0.45
cuda_op_kernel.ccFile · 0.45
ackermann_op.ccFile · 0.45
test_ops.ccFile · 0.45
PlaceholderFunction · 0.45
ConstFunction · 0.45
NegFunction · 0.45
AddFunction · 0.45

Calls

no outgoing calls

Tested by 12

TESTFunction · 0.36
PlaceholderFunction · 0.36
ConstFunction · 0.36
NegFunction · 0.36
AddFunction · 0.36
ExampleFunction · 0.36
TestGraphAddGradientsFunction · 0.36
TestSessionRunConcatFunction · 0.36