Home
last modified time | relevance | path

Searched refs:OutfeedReceiverForPython (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Doutfeed_receiver_py.cc38 class OutfeedReceiverForPython { class
44 OutfeedReceiverForPython(CallbackToPython callback_python, in OutfeedReceiverForPython() function in xla::__anon9362a2160111::OutfeedReceiverForPython
62 OutfeedReceiverForPython(const OutfeedReceiverForPython&) = delete;
63 OutfeedReceiverForPython& operator=(const OutfeedReceiverForPython&) = delete;
65 ~OutfeedReceiverForPython() { in ~OutfeedReceiverForPython()
127 [](OutfeedReceiverForPython::CallbackToPython callback_to_python, in BuildOutfeedReceiverSubmodule()
130 -> std::unique_ptr<OutfeedReceiverForPython> { in BuildOutfeedReceiverSubmodule()
131 auto server = std::make_unique<OutfeedReceiverForPython>( in BuildOutfeedReceiverSubmodule()
155 py::class_<OutfeedReceiverForPython> outfeed_receiver_class( in BuildOutfeedReceiverSubmodule()
159 "add_outfeed", &OutfeedReceiverForPython::AddOutfeed, py::arg("builder"), in BuildOutfeedReceiverSubmodule()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/xla_extension/
H A Doutfeed_receiver.pyi30 max_queue_size_bytes: int = ...) -> OutfeedReceiverForPython: ...
32 class OutfeedReceiverForPython: