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

Function newStatus

tensorflow/go/status.go:32–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func newStatus() *status {
33 s := &status{C.TF_NewStatus()}
34 runtime.SetFinalizer(s, (*status).finalizer)
35 return s
36}
37
38func (s *status) finalizer() {
39 C.TF_DeleteStatus(s.c)

Callers 15

LoadSavedModelFunction · 0.85
NewSessionFunction · 0.85
ListDevicesMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
NewPartialRunMethod · 0.85
CloseMethod · 0.85
cMethod · 0.85
NewTensorFunction · 0.85
ValueMethod · 0.85
WriteToMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected