Home
last modified time | relevance | path

Searched defs:annotate (Results 26 – 50 of 197) sorted by relevance

12345678

/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/raw/
H A DCdexDebugOffsetTable.java69 public static void annotate(@Nonnull DexAnnotator annotator, DexBuffer buffer) { in annotate() method in CdexDebugOffsetTable
/aosp_15_r20/external/executorch/backends/mediatek/quantizer/
H A Dquantizer.py34 def annotate(self, model: GraphModule) -> GraphModule: member in NeuropilotQuantizer
H A Dannotator.py31 def annotate(graph: Graph, quant_config: QuantizationConfig) -> None: function
/aosp_15_r20/external/pytorch/torch/ao/quantization/quantizer/
H A Dcomposable_quantizer.py64 def annotate(self, model: torch.fx.GraphModule) -> torch.fx.GraphModule: member in ComposableQuantizer
H A Dembedding_quantizer.py69 def annotate(self, model: torch.fx.GraphModule) -> torch.fx.GraphModule: member in EmbeddingQuantizer
H A Dquantizer.py155 def annotate(self, model: torch.fx.GraphModule) -> torch.fx.GraphModule: member in Quantizer
/aosp_15_r20/external/executorch/backends/example/
H A Dexample_quantizer.py76 def annotate(self, model): member in ExampleQuantizer
/aosp_15_r20/external/flatbuffers/src/
H A Dflathash.cpp73 bool annotate = false; in main() local
/aosp_15_r20/external/executorch/backends/cadence/aot/quantizer/
H A Dquantizer.py72 def annotate(self, model: torch.fx.GraphModule) -> torch.fx.GraphModule: member in CadenceAtenQuantizer
/aosp_15_r20/external/pytorch/torch/jit/
H A D__init__.py128 def annotate(the_type, the_value): function
/aosp_15_r20/external/executorch/backends/vulkan/quantizer/
H A Dvulkan_quantizer.py91 def annotate(self, model: torch.fx.GraphModule) -> torch.fx.GraphModule: member in VulkanQuantizer
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/code/
H A DLocalsArray.java57 public abstract void annotate(ExceptionWithContext ex); in annotate() method in LocalsArray
H A DExecutionStack.java81 public void annotate(ExceptionWithContext ex) { in annotate() method in ExecutionStack
H A DOneLocalsArray.java60 public void annotate(ExceptionWithContext ex) { in annotate() method in OneLocalsArray
H A DFrame.java411 public void annotate(ExceptionWithContext ex) { in annotate() method in Frame
H A DLocalsArraySet.java123 public void annotate(ExceptionWithContext ex) { in annotate() method in LocalsArraySet
/aosp_15_r20/external/javaparser/javaparser-core-generators/src/main/java/com/github/javaparser/generator/
H A DGenerator.java42 …private <T extends Node & NodeWithAnnotations<?>> void annotate(T node, Class<?> annotation, Expre… in annotate() method in Generator
/aosp_15_r20/external/dtc/
H A Ddtc.c23 int annotate; /* Level of annotation: 1 for input source location variable
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
H A Dstack_functions.cc173 bool annotate = false; in RunImpl() local
/aosp_15_r20/external/executorch/backends/qualcomm/quantizer/
H A Dquantizer.py160 def annotate(self, model: GraphModule) -> GraphModule: member in QnnQuantizer
/aosp_15_r20/external/pigweed/docs/_static/js/
H A Dchangelog.js84 async function annotate(commits) { function
/aosp_15_r20/external/stg/
H A Dstg.cc105 bool annotate) { in Write()
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DDexFile.java475 private ByteArrayAnnotatedOutput toDex0(boolean annotate, in toDex0()
/aosp_15_r20/external/executorch/backends/arm/quantizer/
H A Darm_quantizer.py323 def annotate(self, model: GraphModule) -> GraphModule: member in ArmQuantizer
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/
H A DAnnotatedBytes.java119 public void annotate(int length, @Nonnull String msg, Object... formatArgs) { in annotate() method in AnnotatedBytes

12345678