예제 #1
0
파일: capi.go 프로젝트: chai2010/tensorflow
// Return the code record in *s.
func _TF_GetCode(s *_TF_Status) _TF_Code {
	return _TF_Code(C.TF_GetCode(((*C.TF_Status)(s))))
}
예제 #2
0
func (s *status) Code() code {
	return code(C.TF_GetCode(s.c))
}