Searched refs:WithControlInputs (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/jit/ |
D | encapsulate_subgraphs_pass_test.cc | 882 .WithControlInputs({b, d}) in TEST() 964 .WithControlInputs({recv}) in TEST() 973 b2.opts().WithName("F1_sequencer").WithControlInputs({recv, send}), in TEST() 979 b2.opts().WithControlInputs({s, b}).FinalizeBuilder(&node_builder); in TEST() 981 Binary(a, call, b2.opts().WithName("G").WithControlInputs({call})); in TEST() 1004 .WithControlInputs({b, d}) in TEST() 1013 .WithControlInputs({e, f}) in TEST() 1152 .WithControlInputs({recv1}) in TEST() 1166 .WithControlInputs({recv2, e}) in TEST() 1180 .WithControlInputs({recv1, send1, recv2, send2}), in TEST() [all …]
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_def_builder.h | 82 Options WithControlInputs(gtl::ArraySlice<Node*> control_inputs) const;
|
D | graph_def_builder.cc | 41 GraphDefBuilder::Options GraphDefBuilder::Options::WithControlInputs( in WithControlInputs() function in tensorflow::GraphDefBuilder::Options
|