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

Method WithKernelLabel

tensorflow/cc/framework/scope.cc:475–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473}
474
475Scope Scope::WithKernelLabel(const string& kernel_label) const {
476 return Scope(new Impl(*this, Impl::Tags::KernelLabel(), kernel_label));
477}
478
479CompositeOpScopes Scope::GetCompositeOpScopes(
480 const string& composite_op_name) const {

Callers 1

TESTFunction · 0.80

Calls 2

ScopeClass · 0.70
KernelLabelEnum · 0.70

Tested by 1

TESTFunction · 0.64