Lines Matching refs:getFL5

106     nnapi->getFL5()->SL_ANeuralNetworksDevice_getPerformanceInfo(  in getCapabilities()
110 nnapi->getFL5()->SL_ANeuralNetworksDevice_getPerformanceInfo( in getCapabilities()
114 nnapi->getFL5()->SL_ANeuralNetworksDevice_getPerformanceInfo( in getCapabilities()
118 nnapi->getFL5()->SL_ANeuralNetworksDevice_getPerformanceInfo( in getCapabilities()
130 nnapi->getFL5()->SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo( in getCapabilities()
140 nnapi->getFL5()->SL_ANeuralNetworksDevice_getNumberOfCacheFilesNeeded( in getNumberOfCacheFilesNeeded()
151 nnapi->getFL5()->SL_ANeuralNetworksDevice_getVendorExtensionCount(device, in getVendorExtensions()
161 nnapi->getFL5()->SL_ANeuralNetworksDevice_getVendorExtensionName( in getVendorExtensions()
174 nnapi->getFL5()->SL_ANeuralNetworksDevice_forEachVendorExtensionOperandTypeInformation( in getVendorExtensions()
330 mNnapi->getFL5()->ANeuralNetworksMemoryDesc_create(&slDesc); in allocate()
332 [this, slDesc] { mNnapi->getFL5()->ANeuralNetworksMemoryDesc_free(slDesc); }); in allocate()
335 if (mNnapi->getFL5()->ANeuralNetworksMemoryDesc_setDimensions(slDesc, desc.dimensions.size(), in allocate()
373 auto result = mNnapi->getFL5()->ANeuralNetworksMemoryDesc_addInputRole( in allocate()
411 auto result = mNnapi->getFL5()->ANeuralNetworksMemoryDesc_addOutputRole( in allocate()
437 mNnapi->getFL5()->ANeuralNetworksMemoryDesc_finish(slDesc); in allocate()
494 auto result = mNnapi->getFL5()->ANeuralNetworksModel_getSupportedOperationsForDevices( in getSupportedOperations()
504 auto result = mNnapi->getFL5()->ANeuralNetworksDevice_getType(mDevice, &deviceType); in getType()
512 auto result = mNnapi->getFL5()->ANeuralNetworksDevice_getVersion(mDevice, &buffer); in getVersionString()