Home
last modified time | relevance | path

Searched refs:Outfeed (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Doutfeed_in_nested_computation_test.cc46 Outfeed(loop_counter, int_shape, ""); in XLA_TEST_F()
60 Outfeed(sum, xfeed_shape, ""); in XLA_TEST_F()
130 Outfeed(param, result_shape, ""); in XLA_TEST_F()
Dlocal_client_execute_test.cc929 Outfeed(sum, shape, /*outfeed_config=*/""); in XLA_TEST_F()
DBUILD2405 # Outfeed ops are not supported on the interpreter backend.
/external/tensorflow/tensorflow/core/tpu/kernels/xla/
Doutfeed_ops.cc42 xla::Outfeed(ctx->Input(0), xla_shape, outfeed_config); in Compile()
79 xla::Outfeed(tuple, tuple_shape, outfeed_config); in Compile()
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dmlir_hlo_builder_test.cc91 TEST_F(XlaBuilderTest, Outfeed) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_invariant_code_motion_test.cc294 Contains(op::Outfeed())); in TEST_F()
348 Contains(op::Outfeed())); in TEST_F()
Dhlo_matchers.h247 HLO_MATCHER(Outfeed);
Dhlo.proto114 // Outfeed configuration information, only present for kOutfeed.
Dpattern_matcher.h2087 XLA_BINOP_PATTERN(Outfeed)
/external/tensorflow/tensorflow/compiler/xla/rpc/
Dxla_service.proto102 // Transferred literal from the Outfeed buffer of the device.
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/hlo_to_lhlo_with_xla/
Dhlo_text_to_lhlo_no_opt.hlotxt468 HloModule Outfeed
482 HloModule Outfeed
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dhlo_ops.td421 // OutfeedOp corresponds to 'OutfeedWithToken' xla client API and not 'Outfeed'.
425 string summary = "Outfeed operator";
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h641 void Outfeed(XlaOp operand, const Shape& shape_with_layout,
1211 friend void Outfeed(XlaOp operand, const Shape& shape_with_layout,
2002 void Outfeed(XlaOp operand, const Shape& shape_with_layout,
Dxla_builder.cc1768 void XlaBuilder::Outfeed(XlaOp operand, const Shape& shape_with_layout, in Outfeed() function in xla::XlaBuilder
4453 void Outfeed(const XlaOp operand, const Shape& shape_with_layout, in Outfeed() function
4455 return operand.builder()->Outfeed(operand, shape_with_layout, outfeed_config); in Outfeed()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_test.cc684 op::Outfeed(op::GetTupleElement(op::Parameter(), 0), in TEST_F()
705 op::Outfeed(op::Parameter(), op::AfterAll()))); in TEST_F()
725 op::Outfeed(op::Parameter(), op::AfterAll()))); in TEST_F()
750 op::Outfeed(op::Parameter(), op::AfterAll()))); in TEST_F()
780 op::Outfeed(first_outfeed, op::GetTupleElement()))); in TEST_F()
785 op::Outfeed(second_outfeed, op::GetTupleElement()))); in TEST_F()