Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WithControlInputs (0.12 sec)

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

        Node* s = Sequencer(
            b2.opts().WithName("F1_sequencer").WithControlInputs({recv, send}),
            "F1");
    
        NodeBuilder node_builder("F1", "F1", lib_def.get());
        node_builder.Input(a).Input(b);
        Node* call =
            b2.opts().WithControlInputs({s, b}).FinalizeBuilder(&node_builder);
    
        Binary(a, call, b2.opts().WithName("G").WithControlInputs({call}));
        TF_EXPECT_OK(b2.ToGraphDef(&graphdef_expected));
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
Back to top