| /external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/ |
| D | InterpreterTest.java | 65 Interpreter interpreter = new Interpreter(MODEL_BUFFER); in testInterpreter() local 77 Interpreter interpreter = in testInterpreterWithOptions() local 98 Interpreter interpreter = new Interpreter(new File(MODEL_PATH)); in testRunWithFileModel() local 116 Interpreter interpreter = new Interpreter(byteBuffer); in testRunWithDirectByteBufferModel() local 148 Interpreter interpreter = new Interpreter(MODEL_BUFFER); in testRun() local 165 Interpreter interpreter = new Interpreter(MODEL_BUFFER); in testRunWithBoxedInputs() local 180 Interpreter interpreter = new Interpreter(MULTIPLE_INPUTS_MODEL_BUFFER); in testRunForMultipleInputsOutputs() local 215 try (Interpreter interpreter = new Interpreter(MODEL_BUFFER)) { in testRunWithByteBufferOutput() 228 try (Interpreter interpreter = new Interpreter(MODEL_BUFFER)) { in testRunWithScalarInput() 236 try (Interpreter interpreter = new Interpreter(MODEL_BUFFER)) { in testResizeInput() [all …]
|
| D | InterpreterFlexTest.java | 44 try (Interpreter interpreter = new Interpreter(FLEX_MODEL_BUFFER, options)) { in testFlexModel() 54 try (Interpreter interpreter = new Interpreter(FLEX_MODEL_BUFFER)) { in testFlexModelDelegateAutomaticallyApplied() 70 private static void testCommon(Interpreter interpreter) { in testCommon()
|
| /external/tflite-support/tensorflow_lite_support/cc/task/core/ |
| D | tflite_engine.h | 79 static int32_t InputCount(const Interpreter* interpreter) { in InputCount() 86 static int32_t OutputCount(const Interpreter* interpreter) { in OutputCount() 93 static TfLiteTensor* GetInput(Interpreter* interpreter, int index) { in GetInput() 101 static const TfLiteTensor* GetInput(const Interpreter* interpreter, in GetInput() 109 static TfLiteTensor* GetOutput(Interpreter* interpreter, int index) { in GetOutput() 121 static const TfLiteTensor* GetOutput(const Interpreter* interpreter, in GetOutput() 134 Interpreter* interpreter() { return interpreter_.get(); } in interpreter() function 135 const Interpreter* interpreter() const { return interpreter_.get(); } in interpreter() function
|
| /external/llvm-project/lldb/source/Commands/ |
| D | CommandCompletions.cpp | 50 CommandInterpreter &interpreter, uint32_t completion_mask, in InvokeCommonCompletionCallbacks() 102 Completer(CommandInterpreter &interpreter, CompletionRequest &request) in Completer() 128 SourceFileCompleter(CommandInterpreter &interpreter, in SourceFileCompleter() 190 SymbolCompleter(CommandInterpreter &interpreter, CompletionRequest &request) in SymbolCompleter() 258 ModuleCompleter(CommandInterpreter &interpreter, CompletionRequest &request) in ModuleCompleter() 303 void CommandCompletions::SourceFiles(CommandInterpreter &interpreter, in SourceFiles() 470 void CommandCompletions::DiskFiles(CommandInterpreter &interpreter, in DiskFiles() 482 void CommandCompletions::DiskDirectories(CommandInterpreter &interpreter, in DiskDirectories() 494 void CommandCompletions::RemoteDiskFiles(CommandInterpreter &interpreter, in RemoteDiskFiles() 503 void CommandCompletions::RemoteDiskDirectories(CommandInterpreter &interpreter, in RemoteDiskDirectories() [all …]
|
| D | CommandObjectStats.cpp | 18 CommandObjectStatsEnable(CommandInterpreter &interpreter) in CommandObjectStatsEnable() 43 CommandObjectStatsDisable(CommandInterpreter &interpreter) in CommandObjectStatsDisable() 68 CommandObjectStatsDump(CommandInterpreter &interpreter) in CommandObjectStatsDump() 93 CommandObjectStats::CommandObjectStats(CommandInterpreter &interpreter) in CommandObjectStats()
|
| D | CommandObjectLog.cpp | 45 CommandObjectLogEnable(CommandInterpreter &interpreter) in CommandObjectLogEnable() 187 CommandObjectLogDisable(CommandInterpreter &interpreter) in CommandObjectLogDisable() 252 CommandObjectLogList(CommandInterpreter &interpreter) in CommandObjectLogList() 304 CommandObjectLogTimerEnable(CommandInterpreter &interpreter) in CommandObjectLogTimerEnable() 354 CommandObjectLogTimerDisable(CommandInterpreter &interpreter) in CommandObjectLogTimerDisable() 378 CommandObjectLogTimerDump(CommandInterpreter &interpreter) in CommandObjectLogTimerDump() 400 CommandObjectLogTimerReset(CommandInterpreter &interpreter) in CommandObjectLogTimerReset() 423 CommandObjectLogTimerIncrement(CommandInterpreter &interpreter) in CommandObjectLogTimerIncrement() 477 CommandObjectLogTimer(CommandInterpreter &interpreter) in CommandObjectLogTimer() 499 CommandObjectLog::CommandObjectLog(CommandInterpreter &interpreter) in CommandObjectLog()
|
| D | CommandObjectType.cpp | 106 CommandOptions(CommandInterpreter &interpreter) : Options() {} in CommandOptions() 166 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete() local 178 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete() local 398 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete() local 410 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete() local 572 CommandObjectTypeFormatAdd(CommandInterpreter &interpreter) in CommandObjectTypeFormatAdd() 765 CommandObjectTypeFormatterDelete(CommandInterpreter &interpreter, in CommandObjectTypeFormatterDelete() 922 CommandObjectTypeFormatterClear(CommandInterpreter &interpreter, in CommandObjectTypeFormatterClear() 964 CommandObjectTypeFormatDelete(CommandInterpreter &interpreter) in CommandObjectTypeFormatDelete() 978 CommandObjectTypeFormatClear(CommandInterpreter &interpreter) in CommandObjectTypeFormatClear() [all …]
|
| D | CommandObjectPlatform.cpp | 142 CommandObjectPlatformSelect(CommandInterpreter &interpreter) in CommandObjectPlatformSelect() 203 CommandObjectPlatformList(CommandInterpreter &interpreter) in CommandObjectPlatformList() 244 CommandObjectPlatformStatus(CommandInterpreter &interpreter) in CommandObjectPlatformStatus() 277 CommandObjectPlatformConnect(CommandInterpreter &interpreter) in CommandObjectPlatformConnect() 329 CommandObjectPlatformDisconnect(CommandInterpreter &interpreter) in CommandObjectPlatformDisconnect() 389 CommandObjectPlatformSettings(CommandInterpreter &interpreter) in CommandObjectPlatformSettings() 432 CommandObjectPlatformMkDir(CommandInterpreter &interpreter) in CommandObjectPlatformMkDir() 482 CommandObjectPlatformFOpen(CommandInterpreter &interpreter) in CommandObjectPlatformFOpen() 546 CommandObjectPlatformFClose(CommandInterpreter &interpreter) in CommandObjectPlatformFClose() 589 CommandObjectPlatformFRead(CommandInterpreter &interpreter) in CommandObjectPlatformFRead() [all …]
|
| D | CommandObjectFrame.cpp | 105 CommandObjectFrameDiagnose(CommandInterpreter &interpreter) in CommandObjectFrameDiagnose() 197 CommandObjectFrameInfo(CommandInterpreter &interpreter) in CommandObjectFrameInfo() 264 CommandObjectFrameSelect(CommandInterpreter &interpreter) in CommandObjectFrameSelect() 398 CommandObjectFrameVariable(CommandInterpreter &interpreter) in CommandObjectFrameVariable() 794 CommandObjectFrameRecognizerAdd(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerAdd() 880 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute() local 913 CommandObjectFrameRecognizerClear(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerClear() 931 CommandObjectFrameRecognizerDelete(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerDelete() 1012 CommandObjectFrameRecognizerList(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerList() 1058 CommandObjectFrameRecognizerInfo(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerInfo() [all …]
|
| /external/tensorflow/tensorflow/lite/java/src/testhelper/java/org/tensorflow/lite/ |
| D | TestHelper.java | 28 public static Long getLastNativeInferenceDurationNanoseconds(Interpreter interpreter) { in getLastNativeInferenceDurationNanoseconds() 44 public static int[] getInputDims(Interpreter interpreter, int index) { in getInputDims() 63 public static String getInputDataType(Interpreter interpreter, int index) { in getInputDataType() 82 public static String getOutputDataType(Interpreter interpreter, int index) { in getOutputDataType()
|
| /external/tensorflow/tensorflow/lite/java/src/main/native/ |
| D | nativeinterpreterwrapper_jni.cc | 166 jstring method_name, Interpreter* interpreter, in GetTensorIndexForSignature() 211 Interpreter* interpreter = convertLongToInterpreter(env, handle); in Java_org_tensorflow_lite_NativeInterpreterWrapper_getInputNames() local 233 Interpreter* interpreter = convertLongToInterpreter(env, handle); in Java_org_tensorflow_lite_NativeInterpreterWrapper_allocateTensors() local 251 Interpreter* interpreter = convertLongToInterpreter(env, handle); in Java_org_tensorflow_lite_NativeInterpreterWrapper_hasUnresolvedFlexOp() local 274 Interpreter* interpreter = convertLongToInterpreter(env, handle); in Java_org_tensorflow_lite_NativeInterpreterWrapper_getSignatureDefNames() local 296 Interpreter* interpreter = convertLongToInterpreter(env, handle); in Java_org_tensorflow_lite_NativeInterpreterWrapper_getSignatureInputs() local 309 Interpreter* interpreter = convertLongToInterpreter(env, handle); in Java_org_tensorflow_lite_NativeInterpreterWrapper_getSignatureOutputs() local 323 Interpreter* interpreter = convertLongToInterpreter(env, handle); in Java_org_tensorflow_lite_NativeInterpreterWrapper_getInputTensorIndexFromSignature() local 333 Interpreter* interpreter = convertLongToInterpreter(env, handle); in Java_org_tensorflow_lite_NativeInterpreterWrapper_getOutputTensorIndexFromSignature() local 342 Interpreter* interpreter = convertLongToInterpreter(env, handle); in Java_org_tensorflow_lite_NativeInterpreterWrapper_getInputTensorIndex() local [all …]
|
| /external/libtextclassifier/native/utils/ |
| D | tflite-model-executor.h | 80 tflite::Interpreter* interpreter) const { in SetInput() 87 tflite::Interpreter* interpreter) const { in SetInput() 94 tflite::Interpreter* interpreter) const { in SetInput() 126 const tflite::Interpreter* interpreter) const { in OutputView() 137 const tflite::Interpreter* interpreter) const { in Output()
|
| /external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| D | RenderScriptScriptGroup.cpp | 37 CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroupBreakpointSet() 76 CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroupBreakpoint() 94 CommandObjectRenderScriptScriptGroupList(CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroupList() 140 CommandObjectRenderScriptScriptGroup(CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroup() 158 lldb_private::CommandInterpreter &interpreter) { in NewCommandObjectRenderScriptScriptGroup()
|
| /external/tensorflow/tensorflow/lite/ |
| D | model_test.cc | 134 std::unique_ptr<Interpreter> interpreter; in TEST() local 154 std::unique_ptr<Interpreter> interpreter; in TEST() local 162 std::unique_ptr<Interpreter> interpreter; in TEST() local 172 std::unique_ptr<Interpreter> interpreter; in TEST() local 185 std::unique_ptr<Interpreter> interpreter(new Interpreter); in TEST() local 197 std::unique_ptr<Interpreter> interpreter(new Interpreter); in TEST() local 280 std::unique_ptr<Interpreter> interpreter; in TEST() local 300 std::unique_ptr<Interpreter> interpreter(new Interpreter); in TEST() local 345 std::unique_ptr<Interpreter> interpreter; in TEST() local 359 std::unique_ptr<Interpreter> interpreter; in TEST() local [all …]
|
| D | interpreter_test.cc | 61 Interpreter interpreter; in TEST() local 84 Interpreter interpreter; in TEST() local 91 Interpreter interpreter; in TEST() local 109 Interpreter interpreter; in TEST() local 130 Interpreter interpreter; in TEST() local 149 Interpreter interpreter; in TEST() local 157 Interpreter interpreter; in TEST() local 165 Interpreter interpreter; in TEST() local 175 Interpreter interpreter; in TEST() local 199 Interpreter interpreter; in TEST() local [all …]
|
| D | string_util_test.cc | 29 Interpreter interpreter; in TEST() local 105 Interpreter interpreter; in TEST() local 129 Interpreter interpreter; in TEST() local 154 Interpreter interpreter; in TEST() local 167 Interpreter interpreter; in TEST() local
|
| /external/tensorflow/tensorflow/lite/c/ |
| D | c_api.cc | 140 void TfLiteInterpreterDelete(TfLiteInterpreter* interpreter) { in TfLiteInterpreterDelete() 145 const TfLiteInterpreter* interpreter) { in TfLiteInterpreterGetInputTensorCount() 150 const TfLiteInterpreter* interpreter, int32_t input_index) { in TfLiteInterpreterGetInputTensor() 154 TfLiteStatus TfLiteInterpreterResizeInputTensor(TfLiteInterpreter* interpreter, in TfLiteInterpreterResizeInputTensor() 163 TfLiteStatus TfLiteInterpreterAllocateTensors(TfLiteInterpreter* interpreter) { in TfLiteInterpreterAllocateTensors() 167 TfLiteStatus TfLiteInterpreterInvoke(TfLiteInterpreter* interpreter) { in TfLiteInterpreterInvoke() 177 const TfLiteInterpreter* interpreter) { in TfLiteInterpreterGetOutputTensorCount() 182 const TfLiteInterpreter* interpreter, int32_t output_index) { in TfLiteInterpreterGetOutputTensor() 277 std::unique_ptr<tflite::Interpreter> interpreter; in InterpreterCreateWithOpResolver() local
|
| D | c_api_experimental_test.cc | 55 TfLiteInterpreter* interpreter = TfLiteInterpreterCreate(model, options); in TEST() local 76 TfLiteInterpreter* interpreter = in TEST() local 107 TfLiteInterpreter* interpreter = in TEST() local 159 TfLiteInterpreter* interpreter = in TEST() local 172 void AllocateAndSetInputs(TfLiteInterpreter* interpreter) { in AllocateAndSetInputs() 186 void VerifyOutputs(TfLiteInterpreter* interpreter) { in VerifyOutputs() 205 TfLiteInterpreter* interpreter = TfLiteInterpreterCreate(model, options); in CheckExecution() local
|
| /external/libtextclassifier/native/actions/ |
| D | lua-actions.cc | 36 const tflite::Interpreter* interpreter, int output) { in GetTensorViewForOutput() 45 const tflite::Interpreter* interpreter, int output) { in GetStringTensorForOutput() 59 const tflite::Interpreter* interpreter, in CreateLuaActionsSuggestions() 78 const tflite::Interpreter* interpreter, in LuaActionsSuggestions()
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/ |
| D | utils.cc | 124 std::unique_ptr<Interpreter>* interpreter) { in BuildInterpreter() 134 absl::Status AllocateTensors(std::unique_ptr<Interpreter>* interpreter) { in AllocateTensors() 141 absl::Status ModifyGraphWithDelegate(std::unique_ptr<Interpreter>* interpreter, in ModifyGraphWithDelegate() 150 std::unique_ptr<Interpreter>* interpreter) { in InitializeInputs() 160 absl::Status Invoke(std::unique_ptr<Interpreter>* interpreter) { in Invoke()
|
| /external/testng/src/main/java/org/testng/internal/ |
| D | Bsh.java | 20 Interpreter interpreter = getInterpreter(); in includeMethodFromExpression() local 50 …private void setContext(Interpreter interpreter, Method method, Map<String, String> groups, ITestN… in setContext() 61 private void resetContext(Interpreter interpreter) { in resetContext()
|
| /external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/ |
| D | Interpreter.cs | 58 private TfLiteInterpreter interpreter = IntPtr.Zero; field in TensorFlowLite.Interpreter 222 private static extern unsafe void TfLiteInterpreterDelete(TfLiteInterpreter interpreter); in TfLiteInterpreterDelete() 226 TfLiteInterpreter interpreter); in TfLiteInterpreterGetInputTensorCount() 230 TfLiteInterpreter interpreter, in TfLiteInterpreterGetInputTensor() 235 TfLiteInterpreter interpreter, in TfLiteInterpreterResizeInputTensor() 242 TfLiteInterpreter interpreter); in TfLiteInterpreterAllocateTensors() 245 private static extern unsafe int TfLiteInterpreterInvoke(TfLiteInterpreter interpreter); in TfLiteInterpreterInvoke() 249 TfLiteInterpreter interpreter); in TfLiteInterpreterGetOutputTensorCount() 253 TfLiteInterpreter interpreter, in TfLiteInterpreterGetOutputTensor()
|
| /external/python/cpython3/Lib/ |
| D | zipapp.py | 46 def _write_file_prefix(f, interpreter): argument 53 def _copy_archive(archive, new_archive, interpreter=None): argument 76 def create_archive(source, target=None, interpreter=None, main=None, argument
|
| /external/tensorflow/tensorflow/lite/micro/ |
| D | micro_interpreter_test.cc | 70 tflite::MicroInterpreter interpreter(model, op_resolver, allocator_buffer, in TF_LITE_MICRO_TEST() local 221 tflite::MicroInterpreter interpreter(model, op_resolver, allocator, in TF_LITE_MICRO_TEST() local 264 tflite::MicroInterpreter interpreter(model, op_resolver, allocator_buffer, in TF_LITE_MICRO_TEST() local 342 tflite::MicroInterpreter interpreter(model, op_resolver, allocator_buffer, in TF_LITE_MICRO_TEST() local 358 tflite::MicroInterpreter interpreter( in TF_LITE_MICRO_TEST() local 390 tflite::MicroInterpreter interpreter(model, op_resolver, allocator, in TF_LITE_MICRO_TEST() local 435 tflite::MicroInterpreter interpreter(model, op_resolver, allocator, in TF_LITE_MICRO_TEST() local 502 tflite::MicroInterpreter interpreter(model, op_resolver, allocator_buffer, in TF_LITE_MICRO_TEST() local
|
| /external/tensorflow/tensorflow/lite/tools/serialization/ |
| D | writer_lib_test.cc | 47 void WriteToFile(Interpreter* interpreter, const std::string& filename, in WriteToFile() 60 Interpreter interpreter; in TEST_P() local 103 Interpreter interpreter; in TEST_P() local 137 Interpreter interpreter; in TEST_P() local 184 Interpreter interpreter; in TEST_P() local 236 Interpreter interpreter; in TEST_P() local 279 Interpreter interpreter; in TEST_P() local 321 Interpreter interpreter; in TEST_P() local
|