Searched refs:concatenate (Results 151 - 175 of 188) sorted by relevance

12345678

/external/llvm/include/llvm/IR/
H A DMetadata.h1034 static MDNode *concatenate(MDNode *A, MDNode *B);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DMetadata.h1058 static MDNode *concatenate(MDNode *A, MDNode *B);
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_evaluator.cc2231 Status HloEvaluator::HandleConcatenate(HloInstruction* concatenate) {
2233 concatenate->operands());
2234 // The result concatenate dimension is going to be the sum of all
2235 // concatenate dimensions of the operands taking part of the operation.
2239 const int64 concat_dim = concatenate->dimensions()[0];
2269 evaluated_[concatenate] = std::move(result_literal);
/external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
H A Dbatch_dataset_op_test.py251 dataset = dataset.concatenate(dataset_ops.Dataset.from_tensors(el))
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
H A Dshape_test.py58 y = np.reshape(x, np.concatenate([[-1], x_shape[n:]], 0))
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
H A Dmath_utils.py114 blocked.set_shape(batch_shape.concatenate((blocked_rows, blocked_cols)))
/external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
H A Dtraining_eager_test.py301 model.fit(x_train, np.concatenate([y_train, y_train], axis=-1))
H A Dtraining_test.py328 model.fit(x_train, np.concatenate([y_train, y_train], axis=-1))
/external/tensorflow/tensorflow/python/ops/
H A Dtensor_array_ops.py371 tensor_shape.TensorShape([clengths[0]]).concatenate(
H A Dimage_ops_impl.py1300 rgb.set_shape(images.get_shape()[:-1].concatenate([3]))
H A Drnn_cell_impl.py114 shape = tensor_shape.as_shape(p_static).concatenate(s_static)
156 matching structure of Tensors having shape `[batch_size].concatenate(s)`
H A Dnn_ops.py598 return np.concatenate(parts)
/external/llvm/lib/IR/
H A DMetadata.cpp842 /// MDNode::concatenate() and \a MDNode::intersect() to maintain behaviour from
859 MDNode *MDNode::concatenate(MDNode *A, MDNode *B) {
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPMessage.java691 hdrlist.concatenate((SIPHeaderList) h, top);
/external/toolchain-utils/cros_utils/
H A Dstats.py3104 all = N.concatenate([x, y], 0)
3570 ranked = rankdata(N.concatenate((x, y)))
3620 alldata = N.concatenate((x, y))
4089 alldata = N.concatenate(args)
/external/tensorflow/tensorflow/contrib/tpu/python/tpu/
H A Dtpu_estimator.py2262 dataset = user_provided_dataset.concatenate(final_batch_dataset).prefetch(2)
/external/tensorflow/tensorflow/python/feature_column/
H A Dfeature_column.py2877 (original_rank_dim - 1).value).concatenate(result.get_shape()[1:]))
/external/tensorflow/tensorflow/python/keras/_impl/keras/
H A Dbackend_test.py422 y = keras.backend.concatenate([a, b], axis=-1)
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
H A Dcore_rnn_test.py1622 outputs_static_array_double = np.concatenate(
1745 outputs_static_array_double = np.concatenate(
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
H A Dmetric_ops_test.py2087 labels = np.concatenate([labels, new_labels])
2088 predictions = np.concatenate([predictions, new_predictions])
2291 labels = np.concatenate([labels, new_labels])
2292 predictions = np.concatenate([predictions, new_predictions])
/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
H A Drecurrent.py1797 return K.concatenate([
/external/tensorflow/tensorflow/python/kernel_tests/
H A Dmetrics_test.py3120 return (np.concatenate([[p] * int(w) for p, w in zip(predictions, weights)]),
3121 np.concatenate([[l] * int(w) for l, w in zip(labels, weights)]))
/external/tensorflow/tensorflow/contrib/layers/python/layers/
H A Dfeature_column_ops_test.py1246 self.assertAllClose(output_2_eval, np.concatenate(
H A Dlayers_test.py3535 [np.concatenate([x_lin, y_lin], axis=1) for i in range(batch_size)])
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...

Completed in 748 milliseconds

12345678