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