This is a C++ Code. I cannot understand what does a scope resolution operator do right after equal sign
const tflite::Model* model = ::tflite::GetModel(g_model);
This is a C++ Code. I cannot understand what does a scope resolution operator do right after equal sign
const tflite::Model* model = ::tflite::GetModel(g_model);