Searched refs:builder3 (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | call_test.cc | 125 XlaBuilder builder3("outermost"); in XLA_TEST_F() local 127 auto x = Parameter(&builder3, 0, r0f32_, "x"); in XLA_TEST_F() 128 x = Call(&builder3, outer, {x}); in XLA_TEST_F() 129 x = Call(&builder3, outer, {x}); in XLA_TEST_F() 130 x = Call(&builder3, outer, {x}); in XLA_TEST_F() 136 ComputeAndCompareR0<float>(&builder3, 10.0f, {start.get()}, ErrorSpec(0.0f)); in XLA_TEST_F()
|
/external/cpuinfo/test/build.prop/ |
D | zenfone-c.log | 12 ro.build.user=builder3
|
/external/skia/modules/skparagraph/samples/ |
D | SampleParagraph.cpp | 3046 auto builder3 = ParagraphBuilder::make(paraStyle, fontCollection); in onDrawContent() local 3047 builder3->addText(hello3, strlen(hello3)); in onDrawContent() 3049 auto paragraph3 = builder3->Build(); in onDrawContent()
|