Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc310 const string mapping_str = device_mgr_->DeviceMappingString(); in DirectSession() local
311 if (mapping_str.empty()) { in DirectSession()
314 printf("Device mapping:\n%s", mapping_str.c_str()); in DirectSession()
316 LOG(INFO) << "Device mapping:\n" << mapping_str; in DirectSession()