Home
last modified time | relevance | path

Searched defs:annotate (Results 1 – 25 of 197) sorted by relevance

12345678

/aosp_15_r20/external/pytorch/test/quantization/pt2e/
H A Dtest_quantize_pt2e.py64 def annotate(self, model: torch.fx.GraphModule) -> torch.fx.GraphModule: member in TestQuantizePT2E.test_simple_quantizer.BackendAQuantizer
133 def annotate(self, model: torch.fx.GraphModule) -> torch.fx.GraphModule: member in TestQuantizePT2E.test_wo_annotate_conv_output_quantizer.BackendAQuantizer
208 def annotate(self, model: torch.fx.GraphModule) -> torch.fx.GraphModule: member in TestQuantizePT2E.test_max_pool2d_quantizer.BackendAQuantizer
309 def annotate(self, model: torch.fx.GraphModule) -> torch.fx.GraphModule: member in TestQuantizePT2E.test_derived_qspec.BackendAQuantizer
411 def annotate(self, model: torch.fx.GraphModule) -> torch.fx.GraphModule: member in TestQuantizePT2E.test_derived_qspec_per_channel.BackendAQuantizer
527 def annotate(self, model: torch.fx.GraphModule) -> torch.fx.GraphModule: member in TestQuantizePT2E._test_fixed_qparams_qspec.BackendAQuantizer
602 def annotate(self, model: torch.fx.GraphModule) -> torch.fx.GraphModule: member in TestQuantizePT2E.test_fixed_qparams_qspec_observer_dedup.BackendAQuantizer
697 def annotate(self, model: torch.fx.GraphModule) -> torch.fx.GraphModule: member in TestQuantizePT2E.test_shared_qspec.BackendAQuantizer
922 def annotate(self, model: torch.fx.GraphModule) -> torch.fx.GraphModule: member in TestQuantizePT2E.test_shared_qspec_transitivity.BackendAQuantizer
1018 def annotate(self, model: torch.fx.GraphModule) -> torch.fx.GraphModule: member in TestQuantizePT2E.test_shared_qspec_transitivity_case_2.BackendAQuantizer
[all …]
H A Dtest_metadata_porting.py150 def annotate(self, gm: torch.fx.GraphModule) -> torch.fx.GraphModule: member in TestMetaDataPorting.test_simple_metadata_porting.BackendAQuantizer
217 def annotate(self, gm: torch.fx.GraphModule) -> torch.fx.GraphModule: member in TestMetaDataPorting.test_metadata_porting_with_no_quant_inbetween.BackendAQuantizer
261 def annotate(self, gm: torch.fx.GraphModule) -> torch.fx.GraphModule: member in TestMetaDataPorting.test_metadata_porting_for_dq.BackendAQuantizer
331 def annotate(self, gm: torch.fx.GraphModule) -> torch.fx.GraphModule: member in TestMetaDataPorting.test_metadata_porting_for_two_dq.BackendAQuantizer
395 def annotate(self, gm: torch.fx.GraphModule) -> torch.fx.GraphModule: member in TestMetaDataPorting.test_metadata_porting_for_dq_no_static_q.BackendAQuantizer
431 def annotate(self, gm: torch.fx.GraphModule) -> torch.fx.GraphModule: member in TestMetaDataPorting.test_no_metadata_porting.BackendAQuantizer
476 def annotate(self, gm: torch.fx.GraphModule) -> torch.fx.GraphModule: member in TestMetaDataPorting.test_no_metadata_porting_through_unknown_ops.BackendAQuantizer
H A Dtest_duplicate_dq.py129 def annotate(self, gm: torch.fx.GraphModule) -> torch.fx.GraphModule: member in TestDuplicateDQPass.test_no_need_for_duplicate_dq.BackendAQuantizer
165 def annotate(self, gm: torch.fx.GraphModule) -> torch.fx.GraphModule: member in TestDuplicateDQPass.test_simple_duplicate_dq.BackendAQuantizer
202 def annotate(self, gm: torch.fx.GraphModule) -> torch.fx.GraphModule: member in TestDuplicateDQPass.test_no_add_quant_duplicate_dq.BackendAQuantizer
284 def annotate(self, gm: torch.fx.GraphModule) -> torch.fx.GraphModule: member in TestDuplicateDQPass.test_avgpool_use_different_qconfig.BackendAQuantizer
H A Dtest_quantize_pt2e_qat.py1006 def annotate(self, model: torch.fx.GraphModule) -> torch.fx.GraphModule: member in ConvBnInt32WeightQuantizer
1073 def annotate(self, model: torch.fx.GraphModule) -> torch.fx.GraphModule: member in ConvBnDerivedBiasQuantizer
/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dsequence.cc72 AnnotateLockAcquired annotate(sequence()->lock_); in WillPushImmediateTask() local
81 AnnotateLockAcquired annotate(sequence()->lock_); in PushImmediateTask() local
107 AnnotateLockAcquired annotate(sequence()->lock_); in PushDelayedTask() local
214 AnnotateLockAcquired annotate(lock_); in TakeTask() local
230 AnnotateLockAcquired annotate(lock_); in DidProcessTask() local
253 AnnotateLockAcquired annotate(lock_); in WillReEnqueue() local
302 AnnotateLockAcquired annotate(lock_); in Clear() local
H A Dthread_group_semaphore.cc240 AnnotateAcquiredLockAlias annotate(outer()->lock_, lock()); in CanGetWorkLockRequired() local
296 AnnotateAcquiredLockAlias annotate(outer()->lock_, lock()); in SwapProcessedTask() local
H A Dthread_group_impl.cc238 AnnotateAcquiredLockAlias annotate(outer()->lock_, lock()); in CanGetWorkLockRequired() local
301 AnnotateAcquiredLockAlias annotate(outer()->lock_, lock()); in SwapProcessedTask() local
H A Dthread_group.cc615 AnnotateAcquiredLockAlias annotate(lock_, delegate->lock()); in AdjustMaxTasks() local
637 AnnotateAcquiredLockAlias annotate(lock_, delegate->lock()); in OnShutDownStartedImpl() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/ast/
Dposition_tagged.hpp62 … void annotate(AST& /* ast */, iterator_type /* first */, iterator_type /* last */, mpl::false_) in annotate() function in boost::spirit::x3::position_cache
68 void annotate(position_tagged& ast, iterator_type first, iterator_type last, mpl::true_) in annotate() function in boost::spirit::x3::position_cache
77 void annotate(AST& ast, iterator_type first, iterator_type last) in annotate() function in boost::spirit::x3::position_cache
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/util/
H A DPrivateKeyAnnotator.java20 public static AnnotatedPrivateKey annotate(PrivateKey privKey, String label) in annotate() method in PrivateKeyAnnotator
25 public static AnnotatedPrivateKey annotate(PrivateKey privKey, Map<String, Object> annotations) in annotate() method in PrivateKeyAnnotator
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/util/
H A DPrivateKeyAnnotator.java22 public static AnnotatedPrivateKey annotate(PrivateKey privKey, String label) in annotate() method in PrivateKeyAnnotator
27 public static AnnotatedPrivateKey annotate(PrivateKey privKey, Map<String, Object> annotations) in annotate() method in PrivateKeyAnnotator
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/util/
H A DPrivateKeyAnnotator.java22 public static AnnotatedPrivateKey annotate(PrivateKey privKey, String label) in annotate() method in PrivateKeyAnnotator
27 public static AnnotatedPrivateKey annotate(PrivateKey privKey, Map<String, Object> annotations) in annotate() method in PrivateKeyAnnotator
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/util/
H A DAnnotatedOutput.java49 public void annotate(String msg); in annotate() method
62 public void annotate(int amt, String msg); in annotate() method
H A DByteArrayAnnotatedOutput.java367 public void annotate(String msg) { in annotate() method in ByteArrayAnnotatedOutput
377 public void annotate(int amt, String msg) { in annotate() method in ByteArrayAnnotatedOutput
/aosp_15_r20/dalvik/dx/src/com/android/dx/util/
H A DAnnotatedOutput.java49 public void annotate(String msg); in annotate() method
62 public void annotate(int amt, String msg); in annotate() method
H A DByteArrayAnnotatedOutput.java380 public void annotate(String msg) { in annotate() method in ByteArrayAnnotatedOutput
391 public void annotate(int amt, String msg) { in annotate() method in ByteArrayAnnotatedOutput
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dpickletools.py2395 def dis(pickle, out=None, memo=None, indentlevel=4, annotate=0): argument
2879 annotate = 30 if args.annotate else 0 variable
/aosp_15_r20/external/python/cpython3/Lib/
Dpickletools.py2395 def dis(pickle, out=None, memo=None, indentlevel=4, annotate=0): argument
2879 annotate = 30 if args.annotate else 0 variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dpickletools.py2395 def dis(pickle, out=None, memo=None, indentlevel=4, annotate=0): argument
2879 annotate = 30 if args.annotate else 0 variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dpickletools.py2395 def dis(pickle, out=None, memo=None, indentlevel=4, annotate=0): argument
2879 annotate = 30 if args.annotate else 0 variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dpickletools.py2395 def dis(pickle, out=None, memo=None, indentlevel=4, annotate=0): argument
2879 annotate = 30 if args.annotate else 0 variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dpickletools.py2395 def dis(pickle, out=None, memo=None, indentlevel=4, annotate=0): argument
2879 annotate = 30 if args.annotate else 0 variable
/aosp_15_r20/external/pytorch/torch/fx/
H A Dannotate.py6 def annotate(val, type): function
/aosp_15_r20/external/bcc/src/cc/
H A Dbpf_module_rw_engine_disabled.cc31 int BPFModule::annotate() { in annotate() function in ebpf::BPFModule
/aosp_15_r20/external/python/cpython2/Lib/
Ddircache.py37 def annotate(head, list): function

12345678