Home
last modified time | relevance | path

Searched defs:cluster_device_attributes (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/protobuf/
Deager_service.proto82 repeated DeviceAttributes cluster_device_attributes = 6; field
118 repeated DeviceAttributes cluster_device_attributes = 2; field
Dworker.proto72 repeated DeviceAttributes cluster_device_attributes = 4; field
/external/tensorflow/tensorflow/core/distributed_runtime/
Dsession_mgr.cc62 const protobuf::RepeatedPtrField<DeviceAttributes>& in CreateSession()
149 const protobuf::RepeatedPtrField<DeviceAttributes>& in UpdateSession()
Dsession_mgr_test.cc87 protobuf::RepeatedPtrField<DeviceAttributes> cluster_device_attributes; in TEST_F() local
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc574 std::vector<tensorflow::DeviceAttributes> cluster_device_attributes; in UpdateTFE_ContextWithServerDef() local