Searched refs:other_handle (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_function_library_runtime_test.cc | 1068 FunctionLibraryRuntime::Handle other_handle; in TEST_F() local 1070 &other_handle)); in TEST_F() 1071 EXPECT_EQ(handle, other_handle); in TEST_F() 1074 TF_CHECK_OK(RunInstantiated(other_handle, {}, {x}, {&y})); in TEST_F() 1082 &other_handle)); in TEST_F() 1083 EXPECT_NE(handle, other_handle); in TEST_F() 1086 TF_CHECK_OK(RunInstantiated(other_handle, {}, {x}, {&y})); in TEST_F() 1094 &other_handle)); in TEST_F() 1095 EXPECT_NE(handle, other_handle); in TEST_F() 1098 TF_CHECK_OK(RunInstantiated(other_handle, {}, {x}, {&y})); in TEST_F() [all …]
|
/external/tensorflow/tensorflow/c/experimental/stream_executor/ |
D | stream_executor.cc | 493 SP_Stream other_handle = in CreateStreamDependency() local 496 other_handle, c_status.get()); in CreateStreamDependency()
|