Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md1651 ## Infeed section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py780 def Infeed(self, shape, token=None): member in ComputationBuilder
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1340 XlaOp XlaBuilder::Infeed(const Shape& shape, const string& config) { in Infeed() function in xla::XlaBuilder
3132 XlaOp Infeed(XlaBuilder* builder, const Shape& shape, const string& config) { in Infeed() function