HomeSort by relevance Sort by last modified time
    Searched refs:TF_DeviceListCount (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/python/client/
session_list_devices_test.py 47 size = tf_session.TF_DeviceListCount(raw_device_list)
session.py 706 size = tf_session.TF_DeviceListCount(raw_device_list)
    [all...]
  /external/tensorflow/tensorflow/c/eager/
c_api_test_util.cc 183 const int num_devices = TF_DeviceListCount(devices);
c_api_test.cc 103 const int num_devices = TF_DeviceListCount(devices);
474 const int num_devices = TF_DeviceListCount(devices);
588 const int num_devices = TF_DeviceListCount(devices);
    [all...]
  /external/tensorflow/tensorflow/go/
session.go 87 for i := 0; i < int(C.TF_DeviceListCount(list)); i++ {
  /external/tensorflow/tensorflow/c/
c_api.h     [all...]
c_api.cc     [all...]
c_api_test.cc 75 const int num_devices = TF_DeviceListCount(device_list);
    [all...]
  /external/tensorflow/tensorflow/python/eager/
context.py 320 for i in range(pywrap_tensorflow.TF_DeviceListCount(device_list)):
    [all...]

Completed in 143 milliseconds