| 73 | } |
| 74 | |
| 75 | Maybe<Symbol<ParallelDesc>> Scope::GetParallelDesc(const OperatorConf& op_conf) const { |
| 76 | return placement_scope_->GetParallelDesc(op_conf.device_tag(), op_conf); |
| 77 | } |
| 78 | |
| 79 | const AttrValue& Scope::GetAttrValue(const std::string& attr_name) const { |
| 80 | const auto& iter = scope_proto_.attr_name2attr_value().find(attr_name); |
no outgoing calls
no test coverage detected