Home
last modified time | relevance | path

Searched defs:ListAllTfDevices (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/
H A Dc_api_tfrt.h139 std::vector<tensorflow::Device*> ListAllTfDevices() override { in ListAllTfDevices() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dcontext.cc755 std::vector<Device*> EagerContext::ListAllTfDevices() { in ListAllTfDevices() function in tensorflow::EagerContext