/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | MinimizeRegex.java | 57 Set<String> flattened = flatten(Pattern.compile(regexString), "", set); 58 String regexString2 = CollectionUtilities.join(flattened,"|"); 60 if (!flattened2.equals(flattened)) { 65 flattenedOut.value = flattened; 67 return compressWith(flattened, set); 76 public static String compressWith(Set<String> flattened, UnicodeSet set) { 77 String recompressed = compress(flattened, new Output<Boolean>()); 88 if (!flattened2.equals(flattened)) { 89 … throw new IllegalArgumentException("Failed to compress:\n" + flattened + "\n≠ " + flattened2); 94 private static String compress(Set<String> flattened, Output<Boolean> isSingle) { [all …]
|
/external/tensorflow/tensorflow/lite/python/ |
D | op_hint.py | 551 self.flattened = None 559 if not self.flattened: 560 self.flattened = [None] * len(self.nodes) 562 self.flattened[idx] = node 567 self.flattened = self.flattened[:1] 569 self.flattened = self.flattened[-1:] 575 return self.flattened 596 flattened = self.flatten_nodes() 599 assert len(flattened) == 1 600 if len(flattened) == 1 and self.aggregation != OpHint.AGGREGATE_STACK: [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_MaxPoolWithArgmax.pbtxt | 18 4-D. The flattened indices of the max values chosen for each output. 43 Whether to include batch dimension in flattened index of `argmax`. 48 The indices in `argmax` are flattened, so that a maximum value at position 49 `[b, y, x, c]` becomes flattened index:
|
D | api_def_UnravelIndex.pbtxt | 7 flattened version of an array of dimensions dims.
|
D | api_def_MaxPoolGradWithArgmax.pbtxt | 51 Whether to include batch dimension in flattened index of `argmax`.
|
D | api_def_MaxPoolGradGradWithArgmax.pbtxt | 50 Whether to include batch dimension in flattened index of `argmax`.
|
D | api_def_UnicodeDecode.pbtxt | 6 The text to be decoded. Can have any shape. Note that the output is flattened
|
/external/angle/scripts/ |
D | export_targets.py | 139 flattened = dict(descs[target_name]) 157 flattened[k] = sortedi(set(flattened.get(k, []) + v)) 164 return flattened
|
/external/dtc/Documentation/ |
D | dtc-paper.tex | 44 flattened-tree representation of the system's hardware based on the 55 This flattened-tree approach is now the only supported method of 114 compact, flattened format. The resulting device tree ``blob'' is then 121 directly from the entry point taking a flattened device tree. The 129 \subsection{Properties of the flattened tree} 131 The flattened tree format should be easy to handle, both for the 141 make tweaks to the flattened tree, such as deleting or inserting a 143 having to effectively regenerate the whole flattened tree. In 247 Having seen how to represent the device tree structure as a flattened 249 same as an OF tree''. On OF systems, the flattened tree is [all …]
|
D | manual.txt | 60 - "dtb": "blob" format. A flattened device-tree block with 276 This chapter defines the format of the flattened device-tree 287 will generate a flattened device-tree from the Open Firmware 328 /* Definitions used by the flattened device tree */ 390 to reallocate it easily at boot and free up the unused flattened 527 flattened device tree is used directly. An example of a node 631 manipulating a flattened tree must take care to preserve this
|
/external/v8/src/codegen/ |
D | string-constants.h | 33 void Memoize(Handle<String> flattened) const { flattened_ = flattened; } in Memoize() argument
|
/external/u-boot/doc/api/ |
D | efi.rst | 18 * fdt address - the memory address of the flattened device tree 35 * fdt address - the memory address of the flattened device tree
|
/external/tensorflow/tensorflow/python/framework/ |
D | func_graph.py | 119 flattened = nest.flatten_with_tuple_paths(structure) 126 flattened = [ 127 ((arg_names[path[0]],) + path[1:], arg) for path, arg in flattened 130 mapped = [encode_arg(arg, path) for path, arg in flattened] 1190 flattened = nest.flatten(arg_value, expand_composites=True) 1192 arg for arg in flattened if isinstance(arg, tensor_spec.DenseSpec) 1199 for arg in flattened:
|
/external/angle/third_party/glslang/src/Test/ |
D | hlsl.array.flatten.frag | 14 … float g_floats[4] = { 10, 11, 12, 13 }; // TODO: ... add when initializer lists can be flattened.
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.array.flatten.frag | 14 … float g_floats[4] = { 10, 11, 12, 13 }; // TODO: ... add when initializer lists can be flattened.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PhaseOrdering/ |
D | PR6627.ll | 6 ; PR6627 - This whole nasty sequence should be flattened down to a single 51 ; PR6627 - This should all be flattened down to one compare. This is the same
|
/external/llvm/test/Transforms/PhaseOrdering/ |
D | PR6627.ll | 6 ; PR6627 - This whole nasty sequence should be flattened down to a single 51 ; PR6627 - This should all be flattened down to one compare. This is the same
|
/external/angle/third_party/jsoncpp/source/ |
D | CONTRIBUTING.md | 95 * `test_complex_01.expected`: flattened JSON element tree used to check if 97 * `test_complex_01.actual`: flattened JSON element tree produced by `jsontest` 102 * `test_complex_01.actual-rewrite`: flattened JSON element tree produced by
|
/external/tensorflow/tensorflow/python/util/ |
D | nest_test.py | 228 flattened = nest.flatten(mess) 229 self.assertEqual(flattened, ["z", 3, 4, 5, 1, 2, 3, 4, 17]) 250 unflattened = nest.pack_sequence_as(structure_of_mess, flattened) 264 flattened = nest.flatten(structure) 265 self.assertLen(flattened, 1) 269 flattened = nest.flatten(structure) 270 self.assertLen(flattened, 1) 271 unflattened = nest.pack_sequence_as("goodbye", flattened)
|
/external/tensorflow/tensorflow/core/protobuf/tpu/ |
D | topology.proto | 20 // A flattened rank 3 int32 array with shape
|
/external/tensorflow/tensorflow/python/data/util/ |
D | nest_test.py | 110 flattened = nest.flatten(mess) 111 self.assertEqual(flattened, ["z", 3, 4, 5, 1, 2, 3, 17]) 129 unflattened = nest.pack_sequence_as(structure_of_mess, flattened)
|
/external/jsoncpp/ |
D | README.md | 206 * `test_complex_01.expected`: flattened JSON element tree used to check if 208 * `test_complex_01.actual`: flattened JSON element tree produced by `jsontest` 213 * `test_complex_01.actual-rewrite`: flattened JSON element tree produced by
|
/external/libprotobuf-mutator/examples/xml/ |
D | xml.proto | 5 // Not all features are implemented and some rules are flattened.
|
/external/u-boot/board/keymile/ |
D | Kconfig | 57 Address where to load flattened device tree in RAM.
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor.proto | 40 // be set. The values hold the flattened representation of the tensor in
|