Home
last modified time | relevance | path

Searched defs:EValue (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/executorch/extension/android/src/main/java/org/pytorch/executorch/
H A DEValue.java37 public class EValue { class
54 private EValue(int typeCode) { in EValue() method in EValue
/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dexecutor_test.cpp56 TEST_F(ExecutorTest, EValue) { in TEST_F() argument
168 void test_op(KernelRuntimeContext& /*unused*/, EValue** /*unused*/) {} in test_op() argument
/aosp_15_r20/external/executorch/exir/
H A Dprint_program.py77 evalue: EValue, show_meminfo: bool, mark_dynamic_shape_tensor: bool
H A Dschema.py155 class EValue: class
/aosp_15_r20/external/executorch/exir/emit/test/
H A Dtest_emit.py106 values: List[EValue],
136 def check_value_types(self, values: List[EValue]) -> None:
/aosp_15_r20/external/executorch/exir/emit/
H A D_emitter.py524 def _emit_evalue(self, val: EValue) -> _AbstractValue: