Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dcompilability_check_util_test.cc384 const auto& node_two_stack = uncompilable_node_two.stack_trace; in TEST_F() local
385 ASSERT_EQ(2, node_two_stack.size()); in TEST_F()
386 const auto& node_two_stacktrace_first_node = node_two_stack.at(0); in TEST_F()
390 const auto& node_two_stacktrace_second_node = node_two_stack.at(1); in TEST_F()