Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime_test.cc118 Device* device2_ptr = nullptr; in ProcessFunctionLibraryRuntimeTest() local
122 ->LookupDevice("/job:a/replica:0/task:0/device:CPU:2", &device2_ptr) in ProcessFunctionLibraryRuntimeTest()
467 Device* device2_ptr = device2_.get(); in TEST_F() local
472 std::vector<Device*> remove_devices{device2_ptr}; in TEST_F()