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

Method WithOpName

tensorflow/cc/framework/scope.h:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 /// names of the form `name/StrCat(fragments...)[_suffix]`
120 template <typename... Ty>
121 Scope WithOpName(Ty... fragments) const {
122 return WithOpNameImpl(absl::StrCat(fragments...));
123 }
124
125 /// Return a new scope. All ops created within the returned scope will have as
126 /// control dependencies the union of operations in the control_deps vector

Callers 15

TestSimpleAddMethod · 0.80
TestOpExclusionAddMethod · 0.80
TestShapePropagationMethod · 0.80
TestReplaceSendRecvsMethod · 0.80
TestRemoveUnusedNodesMethod · 0.80
TestFuseResizeAndConvMethod · 0.80
TestFusePadAndConvMethod · 0.80
TestIgnoreOpsMethod · 0.80

Calls 1

StrCatFunction · 0.50

Tested by 15

TestSimpleAddMethod · 0.64
TestOpExclusionAddMethod · 0.64
TestShapePropagationMethod · 0.64
TestReplaceSendRecvsMethod · 0.64
TestRemoveUnusedNodesMethod · 0.64
TestFuseResizeAndConvMethod · 0.64
TestFusePadAndConvMethod · 0.64
TestIgnoreOpsMethod · 0.64