Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_placer_test.cc209 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/
Datomisp_device.cpp48 … 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/
Dtest-poll-thread.cpp175 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()
Dtest-device-manager.cpp776 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/
Duvc_device.cpp50 … XCAM_LOG_WARNING ("uvc device(%s) allocate buffer failed", XCAM_STR (get_device_name())); in allocate_buffer()
Dv4l2_device.h56 const char *get_device_name () const { in get_device_name() function
Dpoll_thread.cpp216 … XCAM_LOG_WARNING ("dequeue event failed on dev:%s", XCAM_STR(_event_dev->get_device_name())); in poll_subdev_event_loop()