HomeSort by relevance Sort by last modified time
    Searched defs:get_device_name (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/grappler/costs/
virtual_placer_test.cc 209 auto get_device_name = [&placer](const string& device) -> string { local
219 get_device_name("/replica:0/cpu:0"));
221 get_device_name("/replica:2/cpu:0"));
223 get_device_name("/replica:7/cpu:0"));
225 get_device_name("/replica:3/gpu:0"));
227 get_device_name("/replica:5/gpu:3"));
229 get_device_name("/replica:4/gpu:7"));
240 get_device_name("/job:worker/replica:0/cpu:0"));
242 get_device_name("/job:worker/replica:7/gpu:3"));
244 get_device_name("/job:ps/replica:0/cpu:0"))
    [all...]
  /external/libxcam/xcore/
v4l2_device.h 56 const char *get_device_name () const { function in class:XCam::V4l2Device
  /art/test/testrunner/
testrunner.py 273 device_name = get_device_name()
276 def get_device_name(): function
    [all...]

Completed in 107 milliseconds