Home
last modified time | relevance | path

Searched defs:ConcatInDim (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
H A Dmlir_hlo_builder_test.cc115 TEST_F(XlaBuilderTest, ConcatInDim) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc1124 XlaOp XlaBuilder::ConcatInDim(absl::Span<const XlaOp> operands, in ConcatInDim() function in xla::XlaBuilder
4133 XlaOp ConcatInDim(XlaBuilder* builder, absl::Span<const XlaOp> operands, in ConcatInDim() function