Home
last modified time | relevance | path

Searched refs:flattened (Results 1 – 25 of 86) sorted by relevance

1234

/external/cldr/tools/java/org/unicode/cldr/tool/
DMinimizeRegex.java57 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/
Dop_hint.py551 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/
Dapi_def_MaxPoolWithArgmax.pbtxt18 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:
Dapi_def_UnravelIndex.pbtxt7 flattened version of an array of dimensions dims.
Dapi_def_MaxPoolGradWithArgmax.pbtxt51 Whether to include batch dimension in flattened index of `argmax`.
Dapi_def_MaxPoolGradGradWithArgmax.pbtxt50 Whether to include batch dimension in flattened index of `argmax`.
Dapi_def_UnicodeDecode.pbtxt6 The text to be decoded. Can have any shape. Note that the output is flattened
/external/angle/scripts/
Dexport_targets.py139 flattened = dict(descs[target_name])
157 flattened[k] = sortedi(set(flattened.get(k, []) + v))
164 return flattened
/external/dtc/Documentation/
Ddtc-paper.tex44 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 …]
Dmanual.txt60 - "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/
Dstring-constants.h33 void Memoize(Handle<String> flattened) const { flattened_ = flattened; } in Memoize() argument
/external/u-boot/doc/api/
Defi.rst18 * 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/
Dfunc_graph.py119 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/
Dhlsl.array.flatten.frag14 … float g_floats[4] = { 10, 11, 12, 13 }; // TODO: ... add when initializer lists can be flattened.
/external/deqp-deps/glslang/Test/
Dhlsl.array.flatten.frag14 … 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/
DPR6627.ll6 ; 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/
DPR6627.ll6 ; 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/
DCONTRIBUTING.md95 * `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/
Dnest_test.py228 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/
Dtopology.proto20 // A flattened rank 3 int32 array with shape
/external/tensorflow/tensorflow/python/data/util/
Dnest_test.py110 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/
DREADME.md206 * `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/
Dxml.proto5 // Not all features are implemented and some rules are flattened.
/external/u-boot/board/keymile/
DKconfig57 Address where to load flattened device tree in RAM.
/external/tensorflow/tensorflow/core/framework/
Dtensor.proto40 // be set. The values hold the flattened representation of the tensor in

1234