Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/verbs/
Drdma.cc123 int num_devs_with_active_port = 0; in set_device() local
150 num_devs_with_active_port++; in set_device()
151 CHECK(num_devs_with_active_port <= 1) << ". More than one device with " in set_device()
158 CHECK(num_devs_with_active_port > 0) in set_device()