Searched refs:WithControlInput (Results 1 – 5 of 5) sorted by relevance
183 .WithControlInput(b) in TEST_F()184 .WithControlInput(c) in TEST_F()185 .WithControlInput(d)); in TEST_F()194 .WithControlInput(c) in TEST_F()195 .WithControlInput(d) in TEST_F()196 .WithControlInput(b)); in TEST_F()206 e_.opts().WithName("E").WithControlInput(b).WithControlInput(c)); in TEST_F()213 a_.opts().WithName("E").WithControlInput(b).WithControlInput(d)); in TEST_F()222 Combine(a, a, e_.opts().WithName("D").WithControlInput(b)); in TEST_F()228 a_.opts().WithName("D").WithControlInput(b).WithControlInput(c)); in TEST_F()[all …]
602 b1.opts().WithName("c").WithControlInput(c).WithAttr( in TEST()654 Unary(a, b1.opts().WithName("C").WithControlInput(control).WithAttr( in TEST()657 b1.opts().WithName("D").WithControlInput(control).WithAttr( in TEST()884 b1.opts().WithName("c").WithControlInput(c).WithAttr( in TEST()893 b1.opts().WithName("F").WithControlInput(e).WithAttr( in TEST()895 Binary(a, f, b1.opts().WithName("G").WithControlInput(e)); in TEST()970 b2.opts().WithControlInput(e).WithAttr( in TEST()1009 b1.opts().WithName("F").WithControlInput(e).WithAttr( in TEST()1146 b2.opts().WithControlInput(e).WithAttr( in TEST()1205 b1.opts().WithName("F").WithControlInput(e).WithAttr( in TEST()[all …]
83 SourceOp("TestInput", b.opts().WithName("input").WithControlInput(w1)); in TEST()86 b.opts().WithName("t2").WithControlInput(t1)); in TEST()134 SourceOp("TestInput", b.opts().WithName("input").WithControlInput(w1)); in TEST()
81 Options WithControlInput(Node* control_input) const;
37 GraphDefBuilder::Options GraphDefBuilder::Options::WithControlInput( in WithControlInput() function in tensorflow::GraphDefBuilder::Options