Searched defs:interpreter (Results 1 – 12 of 12) sorted by relevance
| /third_party/mesa3d/src/gallium/targets/teflon/ |
| D | tflite-stub.c | 32 TfLiteInterpreterAllocateTensors(TfLiteInterpreter *interpreter) in TfLiteInterpreterAllocateTensors() 38 TfLiteInterpreterGetInputTensorCount(const TfLiteInterpreter *interpreter) in TfLiteInterpreterGetInputTensorCount() 44 TfLiteInterpreterGetInputTensor(const TfLiteInterpreter *interpreter, int32_t input_index) in TfLiteInterpreterGetInputTensor() 58 TfLiteInterpreterInvoke(TfLiteInterpreter *interpreter) in TfLiteInterpreterInvoke() 64 TfLiteInterpreterGetOutputTensorCount(const TfLiteInterpreter *interpreter) in TfLiteInterpreterGetOutputTensorCount() 70 TfLiteInterpreterGetOutputTensor(const TfLiteInterpreter *interpreter, int32_t output_index) in TfLiteInterpreterGetOutputTensor() 84 TfLiteInterpreterDelete(TfLiteInterpreter *interpreter) in TfLiteInterpreterDelete()
|
| D | test_executor.cpp | 416 TfLiteInterpreter *interpreter = TfLiteInterpreterCreate(model, options); in run_model() local
|
| /third_party/python/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
|
| /third_party/python/Mac/PythonLauncher/ |
| D | PreferencesWindowController.h | 10 IBOutlet NSComboBox *interpreter; variable
|
| D | FileSettings.h | 27 NSString *interpreter; // The pathname of the interpreter to use variable
|
| D | MyDocument.h | 16 IBOutlet NSTextField *interpreter; variable
|
| D | PreferencesWindowController.m | 76 - (NSString *) interpreter { return [interpreter stringValue];}; method
|
| D | MyDocument.m | 152 - (NSString *) interpreter { return [interpreter stringValue];}; method
|
| D | FileSettings.m | 295 - (NSString *) interpreter { return interpreter;}; method
|
| /third_party/mesa3d/src/gallium/frontends/teflon/tests/ |
| D | classification.py | 88 interpreter = tflite.Interpreter( variable
|
| /third_party/mesa3d/src/gallium/tools/trace/ |
| D | dump_state.py | 109 def __init__(self, interpreter): argument 148 def __init__(self, interpreter): argument 179 def __init__(self, interpreter): argument 238 def __init__(self, interpreter): argument
|
| /third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
| D | tttypes.h | 1572 TT_Interpreter interpreter; member
|