Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc1149 Scope cpu_root = root.WithDevice("/device:CPU:0"); in TEST() local
1150 auto e_config = ops::Const(cpu_root, e.SerializeAsString()); in TEST()
1151 auto computation = ops::Const(cpu_root, c.SerializeAsString()); in TEST()
1153 auto p0_value = ops::Const(cpu_root, p0.SerializeAsString()); in TEST()
1155 auto p1_value = ops::Const(cpu_root, p1.SerializeAsString()); in TEST()
1157 auto p2_value = ops::Const(cpu_root, p2.SerializeAsString()); in TEST()
1206 Scope cpu_root = root.WithDevice("/device:CPU:0"); in TEST() local
1207 auto e_config = ops::Const(cpu_root, e.SerializeAsString()); in TEST()
1208 auto computation = ops::Const(cpu_root, c.SerializeAsString()); in TEST()
1210 auto p0_value = ops::Const(cpu_root, p0.SerializeAsString()); in TEST()
[all …]