Home
last modified time | relevance | path

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

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