Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
func
newStatus() *status {
33
s := &status{C.TF_NewStatus()}
34
runtime.SetFinalizer(s, (*status).finalizer)
35
return
s
36
}
37
38
func
(s *status) finalizer() {
39
C.TF_DeleteStatus(s.c)
Callers
15
LoadSavedModel
Function · 0.85
NewSession
Function · 0.85
deviceSliceFromDeviceList
Function · 0.85
ListDevices
Method · 0.85
Run
Method · 0.85
Run
Method · 0.85
NewPartialRun
Method · 0.85
Close
Method · 0.85
c
Method · 0.85
NewTensor
Function · 0.85
Value
Method · 0.85
WriteTo
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected