Home
last modified time | relevance | path

Searched refs:annotation_map (Results 1 – 25 of 128) sorted by relevance

123456

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/actions/
H A Dannotate.py24 def __init__(self, parent, db, device, annotation_map, done_callback): argument
30 0, len(annotation_map), parent=parent)
33 self.annotation_map = annotation_map
47 for i, id_ in enumerate(self.annotation_map):
50 bm = Device.UserAnnotation(self.annotation_map[id_][0],
51 self.annotation_map[id_][1])
59 self.done_callback(list(self.annotation_map.keys()), self.errors)
/dports/graphics/R-cran-ggplot2/ggplot2/man/
H A Dannotation_map.Rd3 \name{annotation_map}
4 \alias{annotation_map}
7 annotation_map(map, ...)
33 annotation_map(
56 # you can mix annotation_map() and geom_sf()
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/SeqIO/
H A Dtable.pm251 $self->annotation_map($ann_map);
487 sub annotation_map{ subroutine
767 my $annmap = $self->annotation_map || {};
805 $self->annotation_map($annmap);
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/relay/backend/
H A Dbuild_module.cc417 tvm::Map<Expr, Integer> annotation_map; in RunDeviceAnnotationPass() local
419 annotation_map = relay::CollectDeviceAnnotationOps(it.second); in RunDeviceAnnotationPass()
420 if (!annotation_map.empty()) break; in RunDeviceAnnotationPass()
423 if (annotation_map.empty()) { in RunDeviceAnnotationPass()
428 for (auto kv : annotation_map) { in RunDeviceAnnotationPass()
432 for (auto kv : annotation_map) { in RunDeviceAnnotationPass()
/dports/misc/tvm/incubator-tvm-0.6.1/src/relay/backend/
H A Dbuild_module.cc417 tvm::Map<Expr, Integer> annotation_map; in RunDeviceAnnotationPass() local
419 annotation_map = relay::CollectDeviceAnnotationOps(it.second); in RunDeviceAnnotationPass()
420 if (!annotation_map.empty()) break; in RunDeviceAnnotationPass()
423 if (annotation_map.empty()) { in RunDeviceAnnotationPass()
428 for (auto kv : annotation_map) { in RunDeviceAnnotationPass()
432 for (auto kv : annotation_map) { in RunDeviceAnnotationPass()
/dports/databases/opentsdb/opentsdb-2.3.0/src/core/
H A DSaltScanner.java75 private final Map<byte[], List<Annotation>> annotation_map = field in SaltScanner
251 if (annotation_map.containsKey(kv.key())) { in mergeAndReturnResults()
252 for (final Annotation note: annotation_map.get(kv.key())) { in mergeAndReturnResults()
255 annotation_map.remove(kv.key()); in mergeAndReturnResults()
269 for (final byte[] key : annotation_map.keySet()) { in mergeAndReturnResults()
276 for (final Annotation note: annotation_map.get(key)) { in mergeAndReturnResults()
657 annotation_map.put(key, notes); in validateAndTriggerCallback()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/relay/backend/
H A Dbuild_module.cc387 tvm::Map<Expr, Integer> annotation_map; in RunDeviceAnnotationPass() local
389 annotation_map = relay::CollectDeviceAnnotationOps(it.second); in RunDeviceAnnotationPass()
390 if (!annotation_map.empty()) break; in RunDeviceAnnotationPass()
393 if (annotation_map.empty()) { in RunDeviceAnnotationPass()
398 for (auto kv : annotation_map) { in RunDeviceAnnotationPass()
402 for (auto kv : annotation_map) { in RunDeviceAnnotationPass()
/dports/math/geogram/geogram-1.7.7/src/bin/fpg/FPG/
H A DPrettyprint_visitor.h13 Annotation_map annotation_map; member
17 Prettyprint_visitor(std::ostream& out, const Annotation_map& annotation_map);
/dports/math/geogram/geogram-1.7.7/src/bin/fpg/
H A DPrettyprint_visitor.cpp21 Prettyprint_visitor::Prettyprint_visitor(std::ostream& out, const Annotation_map& annotation_map) in Prettyprint_visitor() argument
22 : out(out), annotation_map(annotation_map), indent_count(0) in Prettyprint_visitor()
/dports/graphics/R-cran-ggplot2/ggplot2/R/
H A Dannotation-map.r59 annotation_map <- function(map, ...) { function
/dports/biology/gatk/gatk-4.2.0.0/src/main/python/org/broadinstitute/hellbender/vqsr_cnn/vqsr_cnn/
H A Dinference.py165 annotation_map = {str(p[0]).strip(): p[1] for p in name_val_arrays if len(p) > 1}
168 if a in annotation_map and not math.isnan(float(annotation_map[a])):
169 annotation_data[ii] = annotation_map[a]
/dports/graphics/R-cran-ggplot2/ggplot2/tests/testthat/
H A Dtest-annotate.r38 map <- annotation_map(usamap)
/dports/editors/neovim/neovim-0.6.1/scripts/
H A Dgen_vimdoc.py264 annotation_map = { variable
739 annotations = filter(None, map(lambda x: annotation_map.get(x),
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/vis/
H A Dheatmap_test.py168 random_heatmap = heatmap.Heatmap(test_value_map, annotation_map=test_anno_map)
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/vis/
H A Dheatmap_test.py168 random_heatmap = heatmap.Heatmap(test_value_map, annotation_map=test_anno_map)
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/vis/
H A Dheatmap_test.py168 random_heatmap = heatmap.Heatmap(test_value_map, annotation_map=test_anno_map)
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/vis/
H A Dheatmap_test.py168 random_heatmap = heatmap.Heatmap(test_value_map, annotation_map=test_anno_map)
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/vis/
H A Dheatmap_test.py168 random_heatmap = heatmap.Heatmap(test_value_map, annotation_map=test_anno_map)
/dports/graphics/R-cran-ggplot2/ggplot2/
H A DNAMESPACE274 export(annotation_map)
H A DMD5234 36454384b3629c702210946994950e20 *man/annotation_map.Rd
/dports/deskutils/calibre/calibre-src-5.34.0/translations/manual/ru/
H A Dplugins.po2422 msgid "Resolve path_map to annotation_map of files found on the device"
2423 msgstr "Разрешить path_map в annotation_map файлов, найденных на устройстве"
/dports/deskutils/calibre/calibre-src-5.34.0/translations/manual/uk/
H A Dplugins.po2420 msgid "Resolve path_map to annotation_map of files found on the device"
2421 msgstr "Перетворити path_map на annotation_map файлів, які виявлено на пристрої"
/dports/deskutils/calibre/calibre-src-5.34.0/translations/manual/tr/
H A Dplugins.po2420 msgid "Resolve path_map to annotation_map of files found on the device"
2421 msgstr "path_map'i aygıtta bulunan dosyaların annotation_map'ine çöz"
/dports/deskutils/calibre/calibre-src-5.34.0/translations/manual/sv/
H A Dplugins.po2423 msgid "Resolve path_map to annotation_map of files found on the device"
2424 msgstr "Lösa upp path_map till annotation_map filer som finns på enheten"
/dports/deskutils/calibre/calibre-src-5.34.0/translations/manual/es/
H A Dplugins.po2442 msgid "Resolve path_map to annotation_map of files found on the device"
2443 msgstr "Resuelve path_map a annotation_map para archivos en el dispositivo"

123456