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

Function Infeed

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

Source from the content-addressed store, hash-verified

3188}
3189
3190XlaOp Infeed(XlaBuilder* builder, const Shape& shape, const string& config) {
3191 return builder->Infeed(shape, config);
3192}
3193
3194void Outfeed(const XlaOp operand, const Shape& shape_with_layout,
3195 const string& outfeed_config) {

Callers 6

TestInfeedRoundTripMethod · 0.85
TestInfeedRoundTripMethod · 0.85
TEST_FFunction · 0.85
XLA_TEST_FFunction · 0.85
XLA_TEST_FFunction · 0.85
XLA_TEST_FFunction · 0.85

Calls 1

InfeedMethod · 0.45

Tested by 6

TestInfeedRoundTripMethod · 0.68
TestInfeedRoundTripMethod · 0.68
TEST_FFunction · 0.68
XLA_TEST_FFunction · 0.68
XLA_TEST_FFunction · 0.68
XLA_TEST_FFunction · 0.68