Home
last modified time | relevance | path

Searched refs:error_handle (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/java/src/main/native/
Dnativeinterpreterwrapper_jni.h84 JNIEnv* env, jclass clazz, jstring model_file, jlong error_handle);
93 JNIEnv* env, jclass clazz, jobject model_buffer, jlong error_handle);
102 JNIEnv* env, jclass clazz, jlong model_handle, jlong error_handle);
111 JNIEnv* env, jclass clazz, jlong interpreter_handle, jlong error_handle,
136 JNIEnv* env, jclass clazz, jlong interpreter_handle, jlong error_handle,
145 JNIEnv* env, jclass clazz, jlong error_handle, jlong model_handle,
Dnativeinterpreterwrapper_jni.cc275 JNIEnv* env, jclass clazz, jstring model_file, jlong error_handle) { in Java_org_tensorflow_lite_NativeInterpreterWrapper_createModel() argument
277 convertLongToErrorReporter(env, error_handle); in Java_org_tensorflow_lite_NativeInterpreterWrapper_createModel()
306 JNIEnv* env, jclass /*clazz*/, jobject model_buffer, jlong error_handle) { in Java_org_tensorflow_lite_NativeInterpreterWrapper_createModelWithBuffer() argument
308 convertLongToErrorReporter(env, error_handle); in Java_org_tensorflow_lite_NativeInterpreterWrapper_createModelWithBuffer()
333 JNIEnv* env, jclass clazz, jlong model_handle, jlong error_handle) { in Java_org_tensorflow_lite_NativeInterpreterWrapper_createInterpreter() argument
337 convertLongToErrorReporter(env, error_handle); in Java_org_tensorflow_lite_NativeInterpreterWrapper_createInterpreter()
354 JNIEnv* env, jclass clazz, jlong interpreter_handle, jlong error_handle, in Java_org_tensorflow_lite_NativeInterpreterWrapper_run() argument
361 convertLongToErrorReporter(env, error_handle); in Java_org_tensorflow_lite_NativeInterpreterWrapper_run()
443 JNIEnv* env, jclass clazz, jlong interpreter_handle, jlong error_handle, in Java_org_tensorflow_lite_NativeInterpreterWrapper_resizeInput() argument
446 convertLongToErrorReporter(env, error_handle); in Java_org_tensorflow_lite_NativeInterpreterWrapper_resizeInput()
[all …]
/external/webrtc/webrtc/base/
Dlogging.cc369 if (HANDLE error_handle = ::GetStdHandle(STD_ERROR_HANDLE)) { in OutputToDebug() local
372 ::WriteFile(error_handle, str.data(), static_cast<DWORD>(str.size()), in OutputToDebug()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c136 goto error_handle; in vlVdpDecoderCreate()
144 error_handle: in vlVdpDecoderCreate()
/external/v8/src/
Dapi.cc6505 i::Handle<i::String> error_handle = Utils::OpenHandle(*error); in SetErrorMessageForCodeGenerationFromStrings() local
6506 context->set_error_message_for_code_gen_from_strings(*error_handle); in SetErrorMessageForCodeGenerationFromStrings()