Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime_test.cc855 Tensor resource_handle1 = in TEST_F() local
879 handles.push_back(TensorValue(&resource_handle1)); in TEST_F()
893 arg.flat<ResourceHandle>()(1) = resource_handle1.scalar<ResourceHandle>()(); in TEST_F()
/external/tensorflow/tensorflow/core/framework/
Dfunction_test.cc1583 ResourceHandle resource_handle1; in TEST() local
1584 resource_handle1.set_device("/device:CPU:1"); in TEST()
1586 arg0.flat<ResourceHandle>()(1) = resource_handle1; in TEST()