MCPcopy 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
739template <typename T>
740string Str(T x) {
741 return absl::StrCat(x);
742}
743template <>
744string Str<complex64>(complex64 x) {
745 return absl::StrCat("(", x.real(), ", ", x.imag(), ")");

Callers 2

TensorsAreCloseImplFunction · 0.85
TensorsAreEqualImplFunction · 0.85

Calls 1

StrCatFunction · 0.50

Tested by

no test coverage detected