Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util_test.cc302 FunctionLibraryRuntime::Handle first_handle; in TEST() local
308 "TestFunc", AttrSlice(&attrs), &first_handle)); in TEST()
311 const FunctionBody* body = flr->GetFunctionBody(first_handle); in TEST()
319 EXPECT_EQ(first_handle, second_handle); in TEST()
328 EXPECT_NE(first_handle, third_handle); in TEST()