Searched refs:parent3 (Results 1 – 4 of 4) sorted by relevance
71 Parent parent3 = new Parent(); in testObjectIdWithRepeatedChild() local72 parent3.child = child1; in testObjectIdWithRepeatedChild()73 parents.addParent(parent3); in testObjectIdWithRepeatedChild()
364 define void @parent3(i8* %a, i8* %b, i8* %c) {365 ; FNATTR-LABEL: @parent3(i8* nonnull %a, i8* %b, i8* %c)
834 define void @parent3(i8* %a, i8* %b, i8* %c) {835 ; CHECK-LABEL: define {{[^@]+}}@parent3
555 Output parent3 = ops::BiasAdd(s.WithOpName("parent3"), child3, c_vec); in TEST_F() local