MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Outfeed

Function Outfeed

tensorflow/compiler/xla/client/xla_builder.cc:3194–3197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3192}
3193
3194void Outfeed(const XlaOp operand, const Shape& shape_with_layout,
3195 const string& outfeed_config) {
3196 return operand.builder()->Outfeed(operand, shape_with_layout, outfeed_config);
3197}
3198
3199XlaOp Call(XlaBuilder* builder, const XlaComputation& computation,
3200 absl::Span<const XlaOp> operands) {

Callers 3

TEST_FFunction · 0.85
XLA_TEST_FFunction · 0.85
XLA_TEST_FFunction · 0.85

Calls 2

OutfeedMethod · 0.45
builderMethod · 0.45

Tested by 3

TEST_FFunction · 0.68
XLA_TEST_FFunction · 0.68
XLA_TEST_FFunction · 0.68