Searched refs:Outfeed (Results 1 - 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_matchers.h139 HLO_MATCHER(Outfeed);
H A Dwhile_loop_invariant_code_motion_test.cc281 Contains(op::Outfeed()));
322 Contains(op::Outfeed()));
/external/tensorflow/tensorflow/compiler/xla/python/
H A Dlocal_computation_builder.cc321 void LocalComputationBuilder::Outfeed(const ComputationDataHandle& operand, function in class:xla::swig::LocalComputationBuilder
324 builder_.Outfeed(operand, shape, outfeed_config);
H A Dlocal_computation_builder.h146 void Outfeed(const ComputationDataHandle& operand, const Shape& shape,
H A Dxla_client.py484 def Outfeed(self, operand): member in class:ComputationBuilder
487 Outfeed operations enqueue data, using the given operand, onto the XLA
490 self._client.Outfeed(
H A Dlocal_computation_builder.i880 %unignore xla::swig::LocalComputationBuilder::Outfeed;
H A Dxla_client_test.py1276 c.Outfeed(x)
/external/tensorflow/tensorflow/compiler/xla/client/
H A Dcomputation_builder.h432 void Outfeed(const ComputationDataHandle& operand,
H A Dcomputation_builder.cc755 void ComputationBuilder::Outfeed(const ComputationDataHandle& operand, function in class:xla::ComputationBuilder
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dlocal_client_execute_test.cc877 builder.Outfeed(sum, shape, /*outfeed_config=*/"");

Completed in 193 milliseconds