OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:str_port_num
(Results
1 - 1
of
1
) sorted by null
/external/tensorflow/tensorflow/contrib/verbs/
rdma.cc
125
string env_p_rdma_device,
str_port_num
;
local
145
str_port_num
= get_env_var("RDMA_DEVICE_PORT");
146
CHECK(
str_port_num
.empty())
175
string
str_port_num
;
local
183
str_port_num
= get_env_var("RDMA_DEVICE_PORT");
185
if (!
str_port_num
.empty()) {
186
port_num = stoi(
str_port_num
);
[
all
...]
Completed in 71 milliseconds