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

Method c

tensorflow/go/operation.go:126–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124}
125
126func (p Output) c() C.TF_Output {
127 if p.Op == nil {
128 // Attempt to provide a more useful panic message than "nil
129 // pointer dereference".
130 panic("nil-Operation. If the Output was created with a Scope object, see Scope.Err() for details.")
131 }
132 return C.TF_Output{oper: p.Op.c, index: C.int(p.Index)}
133}
134
135func (p Output) canBeAnInput() {}
136

Callers 6

DataTypeMethod · 0.95
ShapeMethod · 0.95
ConsumersMethod · 0.95
LoadSavedModelFunction · 0.45
AddGradientsMethod · 0.45
AddOperationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected