Home
last modified time | relevance | path

Searched defs:model_handle (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/codegen/aoti_runtime/
H A Dinterface.cpp279 AOTInductorModelHandle* model_handle, in AOTInductorModelCreate()
305 AOTInductorModelHandle model_handle, in AOTInductorModelRun()
320 AOTIRuntimeError AOTInductorModelDelete(AOTInductorModelHandle model_handle){ in AOTInductorModelDelete()
328 AOTInductorModelHandle model_handle, in AOTInductorModelGetNumOutputs()
337 AOTInductorModelHandle model_handle, in AOTInductorModelUpdateConstantsMap()
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/main/native/
H A Dnativeinterpreterwrapper_jni.cc395 JNIEnv* env, jclass clazz, jlong model_handle, jlong error_handle, in Java_org_tensorflow_lite_NativeInterpreterWrapper_createInterpreter()
637 JNIEnv* env, jclass clazz, jlong error_handle, jlong model_handle, in Java_org_tensorflow_lite_NativeInterpreterWrapper_delete()
/aosp_15_r20/hardware/libhardware/modules/soundtrigger/
H A Dsound_trigger_hw.c91 sound_model_handle_t model_handle; member
203 struct stub_sound_trigger_device* stdev, sound_model_handle_t* model_handle) { in fetch_model_with_handle()