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

Method String

tensorflow/go/status.go:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46func (s *status) String() string {
47 return C.GoString(C.TF_Message(s.c))
48}
49
50// Err converts the status to a Go error and returns nil if the status is OK.
51func (s *status) Err() error {

Callers 1

ErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected