Home
last modified time | relevance | path

Searched refs:InterpreterUtils (Results 1 – 9 of 9) sorted by relevance

/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
DInterpreterUtils.java23 public class InterpreterUtils { class
25 private InterpreterUtils() { in InterpreterUtils() method in InterpreterUtils
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DInterpreterInstaller.java29 import com.googlecode.android_scripting.interpreter.InterpreterUtils;
268 String out = InterpreterUtils.getInterpreterRoot(mContext).getAbsolutePath(); in extractInterpreter()
288 dataChmodErrno = FileUtils.chmod(InterpreterUtils.getInterpreterRoot(mContext), 0755); in chmodIntepreter()
290 FileUtils.recursiveChmod(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor in chmodIntepreter()
311 directories.add(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor.getName())); in cleanup()
DInterpreterUninstaller.java30 import com.googlecode.android_scripting.interpreter.InterpreterUtils;
121 directories.add(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor.getName())); in doInBackground()
/external/tensorflow/tensorflow/lite/delegates/
Dinterpreter_utils_test.cc55 delegates::InterpreterUtils::InvokeWithCPUFallback(interpreter_.get()), in TEST_F()
95 delegates::InterpreterUtils::InvokeWithCPUFallback(interpreter_.get()), in TEST_F()
121 delegates::InterpreterUtils::InvokeWithCPUFallback(interpreter_.get()), in TEST_P()
Dinterpreter_utils.h25 class InterpreterUtils {
Dinterpreter_utils.cc22 TfLiteStatus InterpreterUtils::InvokeWithCPUFallback(Interpreter* interpreter) { in InvokeWithCPUFallback()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
DSl4aHostedInterpreter.java116 return InterpreterUtils.getInterpreterRoot(context, getName()); in getExtrasPath()
/external/tensorflow/tensorflow/lite/
Dinterpreter.h56 class InterpreterUtils; // Class for friend declarations. variable
738 friend class tflite::delegates::InterpreterUtils;
/external/tensorflow/tensorflow/lite/c/
Dc_api.cc185 return tflite::delegates::InterpreterUtils::InvokeWithCPUFallback( in TfLiteInterpreterInvoke()