MCPcopy Create free account
hub / github.com/JDAI-CV/DNNLibrary / android_api_level

Method android_api_level

dnnlibrary/ModelBuilder.cpp:387–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385
386
387int32_t ModelBuilder::android_api_level() const {
388 return nnapi_->android_sdk_version;
389}
390} // namespace dnn

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected