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.cc878 Outfeed(sum, shape, /*outfeed_config=*/""); in XLA_TEST_F()
DBUILD1977 # Outfeed ops are not supported on the interpreter backend.
/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.h220 HLO_MATCHER(Outfeed);
Dhlo.proto108 // Outfeed configuration information, only present for kOutfeed.
Dpattern_matcher.h2171 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/xla/python/
Dlocal_computation_builder.cc452 void ComputationBuilder::Outfeed(const LocalOp& operand, const Shape& shape, in Outfeed() function in xla::swig::ComputationBuilder
454 xla::Outfeed(operand.op(), shape, outfeed_config); in Outfeed()
Dlocal_computation_builder.h231 void Outfeed(const LocalOp& operand, const Shape& shape,
Dlocal_computation_builder.i295 %unignore xla::swig::ComputationBuilder::Outfeed;
Dxla_client.py953 def Outfeed(self, operand): member in ComputationBuilder
959 self._client.Outfeed(operand, self.GetShape(operand), ''.encode('utf-8'))
Dxla_client_test.py1665 c.Outfeed(x)
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h426 void Outfeed(const XlaOp& operand, const Shape& shape_with_layout,
820 friend void Outfeed(const XlaOp& operand, const Shape& shape_with_layout,
1409 void Outfeed(const XlaOp& operand, const Shape& shape_with_layout,
Dxla_builder.cc1385 void XlaBuilder::Outfeed(const XlaOp& operand, const Shape& shape_with_layout, in Outfeed() function in xla::XlaBuilder
3071 void Outfeed(const XlaOp& operand, const Shape& shape_with_layout, in Outfeed() function
3073 return operand.builder()->Outfeed(operand, shape_with_layout, outfeed_config); in Outfeed()