Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Str
Function
Str
tensorflow/compiler/tests/randomized_tests.cc:740–742 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
738
739
template <typename T>
740
string Str(T x) {
741
return absl::StrCat(x);
742
}
743
template <>
744
string Str<complex64>(complex64 x) {
745
return absl::StrCat(
"("
, x.real(),
", "
, x.imag(),
")"
);
Callers
2
TensorsAreCloseImpl
Function · 0.85
TensorsAreEqualImpl
Function · 0.85
Calls
1
StrCat
Function · 0.50
Tested by
no test coverage detected