Home
last modified time | relevance | path

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

/external/pytorch/torch/_inductor/codegen/aoti_runtime/
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()
/external/tensorflow/tensorflow/lite/java/src/main/native/
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()