Home
last modified time | relevance | path

Searched refs:ConcatInDim (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/tests/
Dconcat_test.cc42 ConcatInDim(&builder, {}, 0); in XLA_TEST_F()
53 ConcatInDim(&builder, {a}, 0); in XLA_TEST_F()
62 ConcatInDim(&builder, {a}, 0); in XLA_TEST_F()
74 ConcatInDim(&builder, {a, b}, 0); in XLA_TEST_F()
85 ConcatInDim(&builder, {a, b}, 0); in XLA_TEST_F()
95 ConcatInDim(&builder, {a, b}, 0); in XLA_TEST_F()
105 ConcatInDim(&builder, {a, b}, 0); in XLA_TEST_F()
115 ConcatInDim(&builder, {a, b}, 0); in XLA_TEST_F()
135 ConcatInDim(&builder, {a, b}, 0); in XLA_TEST_F()
145 ConcatInDim(&builder, {a, b}, dim); in XLA_TEST_F()
[all …]
Ddot_operation_test.cc574 auto out_flat = ConcatInDim(&builder, out_slices, 0); in XLA_TYPED_TEST()
831 ConcatInDim(&builder, {rhs_arg_0, rhs_arg_1, rhs_arg_2}, 0)); in XLA_TYPED_TEST()
878 Dot(ConcatInDim(&builder, {lhs_arg_0, lhs_arg_1, lhs_arg_2}, 1), in XLA_TYPED_TEST()
Dwhile_test.cc921 auto inc = ConcatInDim(&builder, in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dpack_op.cc82 ctx->SetOutput(0, xla::ConcatInDim(ctx->builder(), reshaped_inputs, axis)); in Compile()
Dimage_ops.cc127 context->SetOutput(0, xla::ConcatInDim(b, hsv, channel_dim)); in Compile()
163 context->SetOutput(0, xla::ConcatInDim(b, rgb, channel_dim)); in Compile()
266 xla::ConcatInDim(b, rgb, channel_dim), type); in Compile()
325 xla::ConcatInDim(b, rgb, channel_dim), type); in Compile()
Dcross_op.cc76 auto output = xla::ConcatInDim(b, {s1, s2, s3}, in0_shape.dims() - 1); in Compile()
Dmirror_pad_op.cc59 accum = xla::ConcatInDim(b, {lhs_pad, accum, rhs_pad}, dimno); in DoMirrorPad()
Dreverse_sequence_op.cc97 xla::ConcatInDim(builder, {batch_idx, reverse_idx}, in Compile()
Dstateful_random_ops.cc64 auto result = ConcatInDim(builder, outputs, 0); in StatefulRngUniformU32()
171 return ConcatInDim( in ConcatScalars()
Dconcat_op.cc93 ctx->SetOutput(0, xla::ConcatInDim(ctx->builder(), input_data, axis)); in Compile()
Ddynamic_stitch_op.cc190 ctx->SetOutput(0, xla::ConcatInDim(ctx->builder(), to_concat, 0)); in Compile()
Dimage_resize_ops.cc290 input_data = xla::ConcatInDim(builder, {input_data, slice}, 1); in ResizeUsingDilationAndConvolution()
300 input_data = xla::ConcatInDim(builder, {input_data, slice}, 2); in ResizeUsingDilationAndConvolution()
Dresampler_ops.cc131 return xla::ConcatInDim(b, {batch_indices, indices}, dimensions.size() - 1); in ConcatenateIota()
479 return xla::ConcatInDim(ctx->builder(), {reshaped_x, reshaped_y}, in CalculateGradWarp()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dcomparators_test.cc77 ConcatInDim(test->builder(), all_comparisons, 0); in BuildComparatorAndComparisons()
Dprng.cc125 auto result = ConcatInDim(builder, outputs, 0); in StatelessRngUniformU32()
Dslicing.cc152 XlaOp gather_indices = ConcatInDim(builder, to_concat, input_shape.rank()); in TorchGather()
Dmath_test.cc132 ConcatInDim( in TestSqrtPowInequivalence()
Dsvd.cc781 result.u = ConcatInDim(builder, in SortBySingularValuesAndPostProcessing()
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc540 LocalOp ComputationBuilder::ConcatInDim(absl::Span<const LocalOp> operands, in ConcatInDim() function in xla::swig::ComputationBuilder
547 return xla::ConcatInDim(&builder_, xla_ops, dimension); in ConcatInDim()
Dlocal_computation_builder.h275 LocalOp ConcatInDim(absl::Span<const LocalOp> operands, int64 dimension);
Dlocal_computation_builder.i311 %unignore xla::swig::ComputationBuilder::ConcatInDim;
Dxla_client.py1128 return self._client.ConcatInDim(operands, dimension)
/external/tensorflow/tensorflow/compiler/xla/service/
Dtriangular_solve_expander.cc114 ConcatInDim(builder, {diag_blocks, last_blocks}, ndims - 2); in DiagonalBlocks()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h366 XlaOp ConcatInDim(absl::Span<const XlaOp> operands, int64 dimension);
752 friend XlaOp ConcatInDim(XlaBuilder* builder,
1247 XlaOp ConcatInDim(XlaBuilder* builder, absl::Span<const XlaOp> operands,
Dxla_builder.cc852 XlaOp XlaBuilder::ConcatInDim(absl::Span<const XlaOp> operands, in ConcatInDim() function in xla::XlaBuilder
2210 return this->ConcatInDim(received, concat_dimension); in AllToAll()
2900 XlaOp ConcatInDim(XlaBuilder* builder, absl::Span<const XlaOp> operands, in ConcatInDim() function
2902 return builder->ConcatInDim(operands, dimension); in ConcatInDim()

12