HomeSort by relevance Sort by last modified time
    Searched refs:Concatenate (Results 1 - 25 of 46) sorted by null

1 2

  /external/v8/tools/
concatenate-files.py 41 def Concatenate(filenames):
42 """Concatenate files.
68 parser.set_usage("""Concatenate several files into one.
71 exit(0 if Concatenate(args) else 1)
  /external/tensorflow/tensorflow/core/ops/
linalg_ops.cc 39 TF_RETURN_IF_ERROR(c->Concatenate(batch_shape, c->Matrix(d, d), out));
81 TF_RETURN_IF_ERROR(c->Concatenate(lhs_batch_shape, c->Vector(n), &out));
82 TF_RETURN_IF_ERROR(c->Concatenate(out, c->Vector(c->Dim(rhs, -1)), &out));
98 TF_RETURN_IF_ERROR(c->Concatenate(batch_shape, c->Vector(n), &e_shape));
104 TF_RETURN_IF_ERROR(c->Concatenate(batch_shape, c->Matrix(n, n), &v_shape));
131 TF_RETURN_IF_ERROR(c->Concatenate(batch_shape, c->Matrix(m, m), &q_shape));
132 TF_RETURN_IF_ERROR(c->Concatenate(batch_shape, c->Matrix(m, n), &r_shape));
134 TF_RETURN_IF_ERROR(c->Concatenate(batch_shape, c->Matrix(m, p), &q_shape));
135 TF_RETURN_IF_ERROR(c->Concatenate(batch_shape, c->Matrix(p, n), &r_shape));
158 TF_RETURN_IF_ERROR(c->Concatenate(batch_shape, c->Vector(p), &e_shape))
    [all...]
random_ops.cc 123 TF_RETURN_IF_ERROR(c->Concatenate(out, c->input(1), &out));
140 TF_RETURN_IF_ERROR(c->Concatenate(out, c->input(1), &out));
159 TF_RETURN_IF_ERROR(c->Concatenate(out, c->input(1), &out));
sdca_ops.cc 82 TF_RETURN_IF_ERROR(c->Concatenate(handle, c->Vector(2), &output_shape));
parsing_ops.cc 34 TF_RETURN_IF_ERROR(c->Concatenate(
87 TF_RETURN_IF_ERROR(c->Concatenate(input, dense, &dense));
217 c->Concatenate(c->Vector(InferenceContext::kUnknownDim), s, &s));
resource_variable_ops.cc 165 TF_RETURN_IF_ERROR(c->Concatenate(indices_shape, params_subshape, &out));
187 TF_RETURN_IF_ERROR(c->Concatenate(indices_shape, var_subshape, &concat));
209 TF_RETURN_IF_ERROR(c->Concatenate(indices_shape, var_subshape, &concat));
state_ops.cc 124 TF_RETURN_IF_ERROR(c->Concatenate(indices_shape, var_subshape, &concat));
math_ops.cc 99 TF_RETURN_IF_ERROR(c->Concatenate(
870 c->Concatenate(c->Vector(InferenceContext::kUnknownDim), subshape, &out));
894 c->Concatenate(c->Vector(InferenceContext::kUnknownDim), subshape, &out));
932 TF_RETURN_IF_ERROR(c->Concatenate(dim0_shape, subshape, &out));
962 TF_RETURN_IF_ERROR(c->Concatenate(c->Vector(InferenceContext::kUnknownDim),
970 TF_RETURN_IF_ERROR(c->Concatenate(c->Vector(dim0_value), subshape, &out));
999 c->Concatenate(c->Vector(num_segments_dim), s_data_suffix, &out));
    [all...]
list_ops.cc 153 TF_RETURN_IF_ERROR(c->Concatenate(num_elements, s, &result));
array_ops.cc 596 TF_RETURN_IF_ERROR(c->Concatenate(in, in, &out));
645 c->Concatenate(in, c->Vector(c->Dim(in, rank - 1)), &out));
676 c->Concatenate(diag_prefix, c->UnknownShapeOfRank(2), &diag));
896 TF_RETURN_IF_ERROR(c->Concatenate(indices_shape, params_subshape, &out));
    [all...]
  /external/tensorflow/tensorflow/contrib/resampler/ops/
resampler_ops.cc 38 c->Concatenate(output, c->Vector(c->Dim(data, -1)), &output));
  /external/tensorflow/tensorflow/core/framework/
partial_tensor_shape_test.cc 34 TEST(PartialTensorShapeTest, Concatenate) {
41 const auto s1 = s.Concatenate(s);
49 const auto s2 = s.Concatenate(-1);
50 const auto s3 = s2.Concatenate(0);
63 const auto s4 = s.Concatenate(PartialTensorShape());
tensor_shape.h 399 PartialTensorShape Concatenate(int64 size) const;
403 PartialTensorShape Concatenate(const PartialTensorShape& shape) const;
  /external/tensorflow/tensorflow/python/keras/_impl/keras/applications/
inception_resnet_v2.py 38 from tensorflow.python.keras._impl.keras.layers import Concatenate
176 mixed = Concatenate(axis=channel_axis, name=block_name + '_mixed')(branches)
301 x = Concatenate(axis=channel_axis, name='mixed_5b')(branches)
315 x = Concatenate(axis=channel_axis, name='mixed_6a')(branches)
332 x = Concatenate(axis=channel_axis, name='mixed_7a')(branches)
densenet.py 38 from tensorflow.python.keras._impl.keras.layers import Concatenate
123 x = Concatenate(axis=bn_axis, name=name + '_concat')([x, x1])
  /external/tensorflow/tensorflow/core/kernels/data/
concatenate_dataset_op.cc 34 "input dataset and dataset to concatenate"
67 new Iterator({this, strings::StrCat(prefix, "::Concatenate")}));
176 output_tensorshape.Concatenate(dims1[d]);
178 output_tensorshape.Concatenate(-1);
batch_dataset_op.cc 58 PartialTensorShape({-1}).Concatenate(input_shape));
  /external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
merge.py 142 new_shape = K.concatenate([x_shape[1:], K.expand_dims(batch_size)])
165 new_shape = K.concatenate(
211 return K.all(K.concatenate(masks, axis=0), axis=0, keepdims=False)
347 @tf_export('keras.layers.Concatenate')
348 class Concatenate(_Merge):
356 axis: Axis along which to concatenate.
361 super(Concatenate, self).__init__(**kwargs)
370 raise ValueError('A `Concatenate` layer should be called '
380 raise ValueError('A `Concatenate` layer requires '
386 return K.concatenate(inputs, axis=self.axis
666 def concatenate(inputs, axis=-1, **kwargs): function
    [all...]
  /frameworks/native/libs/vr/libpdx_uds/
remote_method_tests.cpp 158 PDX_REMOTE_METHOD(Concatenate, kOpConcatenate,
182 PDX_REMOTE_API(API, Add, Foo, Concatenate, SumVector, StringLength,
200 std::string Concatenate(const std::string& a, const std::string& b) {
204 InvokeRemoteMethod<TestInterface::Concatenate>(a, b);
357 case TestInterface::Concatenate::Opcode:
358 DispatchRemoteMethod<TestInterface::Concatenate>(
600 const auto cat = client->Concatenate("This is a string", ", that it is.");
  /external/tensorflow/tensorflow/core/kernels/
padding_fifo_queue.cc 168 .Concatenate(partial_shapes_[i]);
257 PartialTensorShape({batch_size}).Concatenate(partial_shapes_[i]);
  /prebuilts/go/darwin-x86/test/
torture.go 11 // Concatenate 16 4-bit integers into a 64-bit number.
  /prebuilts/go/linux-x86/test/
torture.go 11 // Concatenate 16 4-bit integers into a 64-bit number.
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
PchScc.asl 532 Concatenate(SPB, NAM, Local0)
533 Concatenate(Local0, END, Local1)
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_constant_folding_test.cc 104 TEST_F(HloConstantFoldingTest, Concatenate) {
hlo_matchers.h 108 HLO_MATCHER(Concatenate);

Completed in 4619 milliseconds

1 2