Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ MakePyString
Function
MakePyString
tensorflow/python/lib/core/bfloat16.cc:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
#if PY_MAJOR_VERSION < 3
31
32
PyObject* MakePyString(const string& s) {
33
return PyString_FromString(s.c_str());
34
}
35
36
typedef long HashType; // NOLINT
37
Callers
2
bfloat16.cc
File · 0.70
Initialize
Function · 0.70
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected