Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dmlir_hlo_builder_test.cc105 TEST_F(XlaBuilderTest, ConcatInDim) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1057 XlaOp XlaBuilder::ConcatInDim(absl::Span<const XlaOp> operands, in ConcatInDim() function in xla::XlaBuilder
4177 XlaOp ConcatInDim(XlaBuilder* builder, absl::Span<const XlaOp> operands, in ConcatInDim() function