MCPcopy 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
42func (s *status) Code() code {
43 return code(C.TF_GetCode(s.c))
44}
45
46func (s *status) String() string {
47 return C.GoString(C.TF_Message(s.c))

Callers 1

ErrMethod · 0.95

Calls 1

codeTypeAlias · 0.85

Tested by

no test coverage detected