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

Function ptrOperation

tensorflow/go/session.go:403–408  ·  view source on GitHub ↗
(l []*C.TF_Operation)

Source from the content-addressed store, hash-verified

401}
402
403func ptrOperation(l []*C.TF_Operation) **C.TF_Operation {
404 if len(l) == 0 {
405 return nil
406 }
407 return &l[0]
408}

Callers 2

RunMethod · 0.85
RunMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected