MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Sequencer

Function Sequencer

tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc:357–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355 .SetIsAggregate();
356
357Node* Sequencer(const GraphDefBuilder::Options& opts,
358 const string& call_node_name) {
359 if (opts.HaveError()) return nullptr;
360 NodeBuilder node_builder(opts.GetNameForOp("NoOp"), "NoOp",
361 opts.op_registry());
362 return opts.WithAttr(kXlaHostTransferSequencerAttr, call_node_name)
363 .FinalizeBuilder(&node_builder);
364}
365
366Node* Input(const GraphDefBuilder::Options& opts) {
367 return ops::SourceOp("InputTest", opts);

Callers 1

TESTFunction · 0.70

Calls 5

HaveErrorMethod · 0.80
FinalizeBuilderMethod · 0.80
WithAttrMethod · 0.80
GetNameForOpMethod · 0.45
op_registryMethod · 0.45

Tested by

no test coverage detected