/external/icu/icu4c/source/data/translit/ |
D | ps_ps_Latn_BGN.txt | 119 ټ\u0651 → ṯṯ ; # ARABIC LETTER TEH WITH RING + SHADDA 128 \u0651ډ → ḏḏ ; # ARABIC LETTER DAL WITH RING + SHADDA 131 \u0651ړ → ṟṟ ; # ARABIC LETTER REH WITH RING + SHADDA 148 \u0651ڰ → gg ; # ARABIC LETTER GAF WITH RING + SHADDA 152 \u0651ڼ → ṉṉ ; # ARABIC LETTER NOON WITH RING + SHADDA 178 ټ → ṯ ; # ARABIC LETTER TEH WITH RING 188 ډ → ḏ ; # ARABIC LETTER DAL WITH RING 191 ړ → ṟ ; # ARABIC LETTER REH WITH RING 208 ڰ → g ; # ARABIC LETTER GAF WITH RING 212 ڼ → ṉ ; # ARABIC LETTER NOON WITH RING
|
D | und_FONIPA_und_FONXSAMP.txt | 131 \u031C ↔ '_c'; # COMBINING LEFT HALF RING BELOW 137 \u0325 ↔ '_0'; # COMBINING RING BELOW 143 \u0339 ↔ '_O'; # COMBINING RIGHT HALF RING BELOW 231 \u030A → '_0'; # COMBINING RING ABOVE
|
D | Any_Accents.txt | 22 $pre \* $post ↔ \u030A ; # COMBINING RING ABOVE 70 # $pre XXX $post ↔ \u0325 ; # COMBINING RING BELOW 274 # $pre YYY $post ↔ ẚ ; # LATIN SMALL LETTER A WITH RIGHT HALF RING
|
/external/tensorflow/tensorflow/python/distribute/ |
D | cross_device_ops_test.py | 317 CommunicationImplementation.RING, 358 CommunicationImplementation.RING, 439 CommunicationImplementation.RING, 482 CommunicationImplementation.RING, 569 CommunicationImplementation.RING, 634 CommunicationImplementation.RING, 678 implementation=[CommunicationImplementation.RING])) 710 CommunicationImplementation.NCCL, CommunicationImplementation.RING 772 CommunicationImplementation.NCCL, CommunicationImplementation.RING 814 CommunicationImplementation.RING, CommunicationImplementation.NCCL [all …]
|
D | collective_util.py | 46 RING = "RING" variable in CommunicationImplementation
|
/external/one-true-awk/testdir/ |
D | chem.awk | 20 RING = "R"; MOL = "M"; BOND = "B"; OTHER = "O" # manifests 192 if (substr(labtype[$2], 1, 1) != RING) 234 typeint = RING verts pt # RING | verts | dir 340 if (substr(last, 1, 1) == RING) { # ring to ring 353 if (substr(last, 1, 1) == RING)
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.distribute.experimental.-communication-implementation.pbtxt | 13 name: "RING"
|
D | tensorflow.distribute.experimental.-collective-communication.pbtxt | 13 name: "RING"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.distribute.experimental.-collective-communication.pbtxt | 13 name: "RING"
|
D | tensorflow.distribute.experimental.-communication-implementation.pbtxt | 13 name: "RING"
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
D | cord_internal.h | 166 RING = 3, enumerator 186 static_assert(RING == BTREE + 1, "BTREE and RING not consecutive"); 187 static_assert(EXTERNAL == RING + 1, "BTREE and EXTERNAL not consecutive");
|
D | cord_internal.cc | 53 } else if (rep->tag == RING) { in Destroy()
|
D | cord_rep_ring.cc | 212 rep->tag = RING; in New() 232 assert(rep != nullptr && rep->tag == RING); in Delete() 363 if (child->tag == RING) { in Create() 436 if (child_arg->tag == RING) { in AppendSlow() 463 if (child->tag == RING) { in Append() 499 if (child->tag == RING) { in Prepend()
|
D | cordz_info.cc | 88 assert(repref.rep->tag == RING || repref.rep->tag == CONCAT); in AnalyzeCordRep() 89 if (repref.rep->tag == RING) { in AnalyzeCordRep()
|
D | cord_rep_ring.h | 573 assert(tag == RING); in ring() 578 assert(tag == RING); in ring()
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | cord.cc | 67 using ::absl::cord_internal::RING; 352 return (rep->tag == RING) ? rep->ring() : CordRepRing::Create(rep, extra); in ForceRing() 430 if (root->tag == RING && root->refcount.IsOne()) { in PrepareAppendRegion() 926 if (tree->tag == RING) { in RemovePrefix() 947 if (tree->tag == RING) { in RemoveSuffix() 1040 if (tree->tag == RING) { in Subcord() 1246 if (node->tag == RING) { in FindFlatStartPiece() 1701 } else if (rep->tag == RING) { in operator []() 1761 } else if (rep->tag == RING) { in GetFlatAux() 1773 } else if (child->tag == RING) { in GetFlatAux() [all …]
|
/external/tensorflow/tensorflow/python/tpu/ |
D | device_assignment.py | 332 RING = 1 variable in DeviceOrderMode 483 if device_order_mode == DeviceOrderMode.RING and not enable_3d_tiling: 485 enable_3d_tiling = device_order_mode == DeviceOrderMode.RING
|
/external/tensorflow/tensorflow/python/keras/benchmarks/ |
D | distribution_util.py | 47 "ring": tf.distribute.experimental.CollectiveCommunication.RING,
|
/external/libxml2/result/ |
D | isolat2.rdr | 47 305 197 C5 Å LATIN CAPITAL LETTER A WITH RING ABOVE 79 345 229 E5 å LATIN SMALL LETTER A WITH RING ABOVE
|
D | isolat2.rde | 47 305 197 C5 Å LATIN CAPITAL LETTER A WITH RING ABOVE 79 345 229 E5 å LATIN SMALL LETTER A WITH RING ABOVE
|
/external/tensorflow/tensorflow/python/distribute/v1/ |
D | cross_device_ops_test.py | 736 communication=CollectiveCommunication.RING, 750 communication=CollectiveCommunication.RING, 760 CollectiveCommunication.NCCL, CollectiveCommunication.RING 780 CollectiveCommunication.NCCL, CollectiveCommunication.RING 798 CollectiveCommunication.NCCL, CollectiveCommunication.RING
|
/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/ |
D | README.md | 108 left. Perform the gestures "WING", "RING"(clockwise), and "SLOPE", and you 122 RING: 262 RING: 418 Keep the chip face up, do magic gestures "WING", "RING"(clockwise), and "SLOPE" 432 RING:
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | SpecialCasing.txt | 96 1E98; 1E98; 0057 030A; 0057 030A; # LATIN SMALL LETTER W WITH RING ABOVE 97 1E99; 1E99; 0059 030A; 0059 030A; # LATIN SMALL LETTER Y WITH RING ABOVE 98 1E9A; 1E9A; 0041 02BE; 0041 02BE; # LATIN SMALL LETTER A WITH RIGHT HALF RING
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | SpecialCasing.txt | 96 1E98; 1E98; 0057 030A; 0057 030A; # LATIN SMALL LETTER W WITH RING ABOVE 97 1E99; 1E99; 0059 030A; 0059 030A; # LATIN SMALL LETTER Y WITH RING ABOVE 98 1E9A; 1E9A; 0041 02BE; 0041 02BE; # LATIN SMALL LETTER A WITH RIGHT HALF RING
|
/external/icu/icu4c/source/data/unidata/ |
D | SpecialCasing.txt | 96 1E98; 1E98; 0057 030A; 0057 030A; # LATIN SMALL LETTER W WITH RING ABOVE 97 1E99; 1E99; 0059 030A; 0059 030A; # LATIN SMALL LETTER Y WITH RING ABOVE 98 1E9A; 1E9A; 0041 02BE; 0041 02BE; # LATIN SMALL LETTER A WITH RIGHT HALF RING
|