Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Code
Method
Code
tensorflow/go/status.go:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
func
(s *status) Code() code {
43
return
code(C.TF_GetCode(s.c))
44
}
45
46
func
(s *status) String() string {
47
return
C.GoString(C.TF_Message(s.c))
Callers
1
Err
Method · 0.95
Calls
1
code
TypeAlias · 0.85
Tested by
no test coverage detected