Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/g3doc/
H A Doperation_semantics.md1758 ## Infeed section in Operation Semantics
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
H A Dmlir_hlo_builder_test.cc91 TEST_F(XlaBuilderTest, Infeed) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Djitrt_custom_calls.cc958 struct Infeed { struct
961 static Infeed Handler() { return Infeed(); } in Handler()
1012 static bool Infeed(runtime::KernelContext* ctx, void** args, void** attrs) { in Infeed() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Dhlo_control_flow_flattening_test.cc247 TEST_F(HloControlFlowFlatteningTest, Infeed) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc1748 XlaOp XlaBuilder::Infeed(const Shape& shape, const std::string& config) { in Infeed() function in xla::XlaBuilder
4405 XlaOp Infeed(XlaBuilder* builder, const Shape& shape, in Infeed() function