Searched defs:BasicInterpreter (Results 1 – 3 of 3) sorted by relevance
| /external/tensorflow/tensorflow/lite/ |
| D | interpreter_test.cc | 61 TEST(BasicInterpreter, ZeroInterpreter) { in TEST() argument 86 TEST(BasicInterpreter, InvokeInvalidModel) { in TEST() argument 93 TEST(BasicInterpreter, TestAllocateTensorsResetVariableTensorsFloatAndHyrbid) { in TEST() argument 111 TEST(BasicInterpreter, TestAllocateTensorsResetVariableTensorsInt8) { in TEST() argument 132 TEST(BasicInterpreter, TestSizeFunctions) { in TEST() argument 149 TEST(BasicInterpreter, InconsistentModel) { in TEST() argument 190 TEST(BasicInterpreter, CheckAllocate) { in TEST() argument 222 TEST(BasicInterpreter, CheckQuantization) { in TEST() argument 269 TEST(BasicInterpreter, CheckResize) { in TEST() argument 322 TEST(BasicInterpreter, CheckAlignment) { in TEST() argument [all …]
|
| /external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/ |
| D | BasicInterpreter.java | 50 public class BasicInterpreter extends Interpreter<BasicValue> implements Opcodes { class 63 public BasicInterpreter() { in BasicInterpreter() method in BasicInterpreter 76 protected BasicInterpreter(final int api) { in BasicInterpreter() method in BasicInterpreter
|
| /external/ply/ply/example/BASIC/ |
| D | basinterp.py | 9 class BasicInterpreter: class
|