Home
last modified time | relevance | path

Searched refs:component_devices (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/saved_model/core/revived_types/
Dvariable.cc70 const std::vector<std::string>& component_devices, in CreateUninitialized() argument
74 if (component_devices.empty()) { in CreateUninitialized()
90 for (const auto& device : component_devices) { in CreateUninitialized()
Dvariable.h40 const std::vector<std::string>& component_devices,
/external/tensorflow/tensorflow/c/experimental/saved_model/core/
Dsaved_model_utils.cc238 std::vector<std::string> component_devices; in LoadSavedVariable() local
242 component_devices.push_back(component.device()); in LoadSavedVariable()
248 component_devices, output)); in LoadSavedVariable()