Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md1495 ## Infeed section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc448 LocalOp ComputationBuilder::Infeed(const Shape& shape) { in Infeed() function in xla::swig::ComputationBuilder
Dxla_client.py942 def Infeed(self, shape): member in ComputationBuilder
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1281 XlaOp XlaBuilder::Infeed(const Shape& shape, const string& config) { in Infeed() function in xla::XlaBuilder
3067 XlaOp Infeed(XlaBuilder* builder, const Shape& shape, const string& config) { in Infeed() function