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

Function GetIntPtr

tensorflow/lite/string_util.cc:27–29  ·  view source on GitHub ↗

Convenient method to get pointer to int32_t.

Source from the content-addressed store, hash-verified

25
26// Convenient method to get pointer to int32_t.
27const int32_t* GetIntPtr(const char* ptr) {
28 return reinterpret_cast<const int32_t*>(ptr);
29}
30
31} // namespace
32

Callers 2

GetStringCountFunction · 0.70
GetStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected