Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

        .SetIsAggregate();
    
    Node* Sequencer(const GraphDefBuilder::Options& opts,
                    const string& call_node_name) {
      if (opts.HaveError()) return nullptr;
      NodeBuilder node_builder(opts.GetNameForOp("NoOp"), "NoOp",
                               opts.op_registry());
      return opts.WithAttr(kXlaHostTransferSequencerAttr, call_node_name)
          .FinalizeBuilder(&node_builder);
    }
    
    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