/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | RopeByteStringTest.java | 77 ByteString concatenated = ByteString.EMPTY; in testBalance() local 79 concatenated = concatenated.concat(ByteString.copyFrom(testBytes, i * pieceSize, pieceSize)); in testBalance() 83 classUnderTest, getActualClassName(concatenated)); in testBalance() 85 Arrays.equals(testBytes, concatenated.toByteArray())); in testBalance() 88 concatenated.equals(testString)); in testBalance() 90 testString.equals(concatenated)); in testBalance() 92 testString.hashCode(), concatenated.hashCode()); in testBalance()
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_concat_op_test.py | 238 concatenated = ragged_concat_ops.concat(rt_inputs, axis) 240 self.assertEqual(concatenated.ragged_rank, expected_ragged_rank) 242 self.assertEqual(concatenated.shape.as_list(), expected_shape) 243 self.assertRaggedEqual(concatenated, expected) 297 concatenated = ragged_concat_ops.concat(rt_inputs, axis) 299 self.evaluate(concatenated) 320 concatenated = ragged_concat_ops.concat(rt_inputs, 0) 321 self.assertRaggedEqual(concatenated, [[1, 2], [3, 4]])
|
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | concatenate_test.py | 47 concatenated = input_dataset.concatenate(dataset_to_concatenate) 49 dataset_ops.get_legacy_output_shapes(concatenated), 53 get_next = self.getNext(concatenated) 78 concatenated = input_dataset.concatenate(dataset_to_concatenate) 82 dataset_ops.get_legacy_output_shapes(concatenated))], 84 get_next = self.getNext(concatenated)
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ExperimentalGroupByReducerDataset.pbtxt | 20 A function mapping an element of `input_dataset`, concatenated 34 A function mapping a key of type DT_INT64, concatenated with 49 concatenated with `reduce_func_other_arguments` to a new reducer state.
|
D | api_def_SparseCross.pbtxt | 30 2-D. Indices of the concatenated `SparseTensor`. 36 1-D. Non-empty values of the concatenated or hashed 43 1-D. Shape of the concatenated `SparseTensor`.
|
D | api_def_ConcatOffset.pbtxt | 13 The `N` int32 vectors representing shape of tensors being concatenated. 20 of input tensors within the concatenated output.
|
D | api_def_SparseConcat.pbtxt | 24 2-D. Indices of the concatenated `SparseTensor`. 30 1-D. Non-empty values of the concatenated `SparseTensor`. 36 1-D. Shape of the concatenated `SparseTensor`.
|
D | api_def_ParallelConcat.pbtxt | 6 Tensors to be concatenated. All must have size 1 in the first dimension 13 The concatenated tensor.
|
D | api_def_Batch.pbtxt | 19 Batched tensors are concatenated along the first dimension, and all tensors in 33 batched_tensors: Either empty tensors or a batch of concatenated Tensors.
|
D | api_def_ParallelInterleaveDatasetV2.pbtxt | 7 A function mapping elements of `input_dataset`, concatenated with
|
D | api_def_ExperimentalGroupByWindowDataset.pbtxt | 7 A function mapping an element of `input_dataset`, concatenated
|
D | api_def_FlatMapDataset.pbtxt | 7 A function mapping elements of `input_dataset`, concatenated with
|
D | api_def_InterleaveDataset.pbtxt | 7 A function mapping elements of `input_dataset`, concatenated with
|
D | api_def_TensorArrayScatterV3.pbtxt | 21 The concatenated tensor to write to the TensorArray.
|
D | api_def_ExperimentalParallelInterleaveDataset.pbtxt | 7 A function mapping elements of `input_dataset`, concatenated with
|
D | api_def_TensorArrayGatherV3.pbtxt | 27 All of the elements in the TensorArray, concatenated along a new
|
D | api_def_TensorArrayGradWithShape.pbtxt | 22 have shape which is this shape_to_prepend value concatenated with shape of the
|
D | api_def_TensorArraySplitV3.pbtxt | 15 The concatenated tensor to write to the TensorArray.
|
D | api_def_DeserializeSparse.pbtxt | 23 the sparse tensors have been concatenated along new dimensions, one for each
|
D | api_def_TensorArrayConcatV3.pbtxt | 21 All of the elements in the TensorArray, concatenated along the first
|
D | api_def_DeserializeManySparse.pbtxt | 23 (they have been concatenated along a new row dimension).
|
/external/clang/test/SemaObjC/ |
D | objc-array-literal.m | 60 …return @[ @"A", @"B" @"C"]; // expected-warning {{concatenated NSString literal for an NSArray exp… 67 …x = @[ @"stuff", @"hello" "world"]; // expected-warning {{concatenated NSString literal for an NSA…
|
/external/libtextclassifier/lang_id/common/flatbuffers/ |
D | embedding-network.fbs | 69 // |embedding.cols| elements. The resulting vector gets concatenated with the 71 // |num_features * embedding.cols| elements. This chunk gets concatenated with
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | CharSourceTest.java | 227 CharSource concatenated = CharSource.concat(cycle); in testConcat_infiniteIterable() local 234 Reader reader = concatenated.openStream(); // no need to worry about closing in testConcat_infiniteIterable()
|
/external/openssh/ |
D | PROTOCOL.key | 28 are concatenated and represented as a string.
|