Home
last modified time | relevance | path

Searched defs:Infeed (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dmlir_hlo_builder_test.cc81 TEST_F(XlaBuilderTest, Infeed) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md1721 ## Infeed section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1663 XlaOp XlaBuilder::Infeed(const Shape& shape, const string& config) { in Infeed() function in xla::XlaBuilder
4449 XlaOp Infeed(XlaBuilder* builder, const Shape& shape, const string& config) { in Infeed() function