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 …]
595 b1.opts().WithName("c").WithControlInput(c).WithAttr( in TEST()647 Unary(a, b1.opts().WithName("C").WithControlInput(control).WithAttr( in TEST()650 b1.opts().WithName("D").WithControlInput(control).WithAttr( in TEST()877 b1.opts().WithName("c").WithControlInput(c).WithAttr( in TEST()886 b1.opts().WithName("F").WithControlInput(e).WithAttr( in TEST()888 Binary(a, f, b1.opts().WithName("G").WithControlInput(e)); in TEST()969 b2.opts().WithControlInput(e).WithAttr( in TEST()1008 b1.opts().WithName("F").WithControlInput(e).WithAttr( in TEST()1157 b2.opts().WithControlInput(e).WithAttr( in TEST()1216 b1.opts().WithName("F").WithControlInput(e).WithAttr( in TEST()[all …]
86 SourceOp("TestInput", b.opts().WithName("input").WithControlInput(w1)); in TEST()89 b.opts().WithName("t2").WithControlInput(t1)); in TEST()137 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