Searched refs:get_device_name (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | virtual_placer_test.cc | 209 auto get_device_name = [&placer](const string& device) -> string { in TEST() local 219 get_device_name("/replica:0/cpu:0")); in TEST() 221 get_device_name("/replica:2/cpu:0")); in TEST() 223 get_device_name("/replica:7/cpu:0")); in TEST() 225 get_device_name("/replica:3/gpu:0")); in TEST() 227 get_device_name("/replica:5/gpu:3")); in TEST() 229 get_device_name("/replica:4/gpu:7")); in TEST() 240 get_device_name("/job:worker/replica:0/cpu:0")); in TEST() 242 get_device_name("/job:worker/replica:7/gpu:3")); in TEST() 244 get_device_name("/job:ps/replica:0/cpu:0")); in TEST() [all …]
|
/external/libxcam/modules/isp/ |
D | atomisp_device.cpp | 48 … XCAM_LOG_WARNING ("atomisp device(%s) get framerate failed ", XCAM_STR (get_device_name())); in pre_set_format() 53 … XCAM_LOG_WARNING ("atomisp device(%s) set framerate failed", XCAM_STR (get_device_name())); in pre_set_format() 72 … XCAM_LOG_ERROR ("atomisp device(%s) try subdev format failed", XCAM_STR (get_device_name())); in pre_set_format() 82 … XCAM_LOG_ERROR ("atomisp device(%s) get subdev format failed", XCAM_STR (get_device_name())); in pre_set_format() 90 … XCAM_LOG_ERROR ("atomisp device(%s) set subdev format failed", XCAM_STR (get_device_name())); in pre_set_format() 111 … XCAM_LOG_WARNING ("atomisp device(%s) allocate buffer failed", XCAM_STR (get_device_name())); in allocate_buffer()
|
/external/libxcam/tests/ |
D | test-poll-thread.cpp | 175 CHECK (ret, "device(%s) open failed", device->get_device_name()); in main() 178 CHECK (ret, "device(%s) set format failed", device->get_device_name()); in main() 182 CHECK (ret, "event device(%s) open failed", event_device->get_device_name()); in main() 188 event_device->get_device_name(), event); in main() 194 event_device->get_device_name(), event); in main()
|
D | test-device-manager.cpp | 776 CHECK (ret, "device(%s) open failed", device->get_device_name()); in main() 778 CHECK (ret, "device(%s) set format failed", device->get_device_name()); in main() 785 CHECK (ret, "event device(%s) open failed", event_device->get_device_name()); in main() 791 event_device->get_device_name(), event); in main() 797 event_device->get_device_name(), event); in main()
|
/external/libxcam/xcore/ |
D | uvc_device.cpp | 50 … XCAM_LOG_WARNING ("uvc device(%s) allocate buffer failed", XCAM_STR (get_device_name())); in allocate_buffer()
|
D | v4l2_device.h | 56 const char *get_device_name () const { in get_device_name() function
|
D | poll_thread.cpp | 216 … XCAM_LOG_WARNING ("dequeue event failed on dev:%s", XCAM_STR(_event_dev->get_device_name())); in poll_subdev_event_loop()
|