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

Function get_us

tensorflow/lite/examples/label_image/label_image.cc:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51namespace label_image {
52
53double get_us(struct timeval t) { return (t.tv_sec * 1000000 + t.tv_usec); }
54
55using TfLiteDelegatePtr = tflite::Interpreter::TfLiteDelegatePtr;
56using TfLiteDelegatePtrMap = std::map<std::string, TfLiteDelegatePtr>;

Callers 1

RunInferenceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected