Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph_test.cc452 HloInstruction* a_call; in TEST_F() local
458 a_call = builder.AddInstruction( in TEST_F()
461 kScalarShape, cond_computation, b_computation, a_call)); in TEST_F()
481 EXPECT_EQ(call_graph->NearestAncestorsInSameComputation(a_call, a_call), in TEST_F()
482 std::make_pair(a_call, a_call)); in TEST_F()
493 EXPECT_EQ(call_graph->NearestAncestorsInSameComputation(b_map, a_call), in TEST_F()
494 std::make_pair(a_while, a_call)); in TEST_F()
495 EXPECT_EQ(call_graph->NearestAncestorsInSameComputation(a_while, a_call), in TEST_F()
496 std::make_pair(a_while, a_call)); in TEST_F()
Dbuffer_assignment_test.cc1626 auto a_call = a_builder.AddInstruction( in TEST_F() local
1640 EXPECT_EQ(GetAllocation(*assignment, a_call, /*index=*/{}), in TEST_F()
1646 EXPECT_EQ(GetAllocation(*assignment, a_call, /*index=*/{0}), in TEST_F()
/external/clang/test/CodeGenCXX/
Dcfi-cast.cpp130 int a_call(A *a) { in a_call() function
/external/llvm-project/clang/test/CodeGenCXX/
Dcfi-cast.cpp130 int a_call(A *a) { in a_call() function