Home
last modified time | relevance | path

Searched defs:Outfeed (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
H A Dmlir_hlo_builder_test.cc101 TEST_F(XlaBuilderTest, Outfeed) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Djitrt_custom_calls.cc1026 struct Outfeed { struct
1029 static Outfeed Handler() { return Outfeed(); } in Handler()
1089 static bool Outfeed(runtime::KernelContext* ctx, void** args, void** attrs) { in Outfeed() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Dhlo_control_flow_flattening_test.cc291 TEST_F(HloControlFlowFlatteningTest, Outfeed) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc1854 void XlaBuilder::Outfeed(XlaOp operand, const Shape& shape_with_layout, in Outfeed() function in xla::XlaBuilder
4410 void Outfeed(const XlaOp operand, const Shape& shape_with_layout, in Outfeed() function