Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/verbs/
Drdma.cc81 ibv_context* open_device(ibv_device* ibv_dev) { in open_device() argument
82 ibv_context* context = ibv_open_device(ibv_dev); in open_device()
84 CHECK(context) << "Open context failed for " << ibv_get_device_name(ibv_dev); in open_device()