Home
last modified time | relevance | path

Searched defs:AddDevices (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
H A Dkernel_utils.h133 llvm::Error AddDevices(std::vector<std::unique_ptr<Device>> devices) { in AddDevices() function
/aosp_15_r20/external/tensorflow/tensorflow/tools/optimization/
H A Doptimization_pass_runner.cc138 Status OptimizationPassRunner::AddDevices(absl::string_view type, int count) { in AddDevices() function in tensorflow::OptimizationPassRunner
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dgrappler_item.cc190 Status GrapplerItem::AddDevices(const GrapplerItem& other) { in AddDevices() function in tensorflow::grappler::GrapplerItem
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Ddynamic_device_mgr.cc145 Status DynamicDeviceMgr::AddDevices( in AddDevices() function in tensorflow::DynamicDeviceMgr
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Ddevice_factory.cc226 Status DeviceFactory::AddDevices( in AddDevices() function in tensorflow::DeviceFactory
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dcontext.cc785 Status EagerContext::AddDevices(std::vector<std::unique_ptr<Device>> devices) { in AddDevices() function in tensorflow::EagerContext
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/
H A Dc_api_tfrt.cc928 tensorflow::Status ContextInterface::AddDevices( in AddDevices() function in tfrt::tf::ContextInterface