书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 20341 个相关结果.
  • Scope access to components

    How-To: 限定组件作用范围在一或多个应用 命名空间 在服务调用时使用名称空间 使用 pub/sub 的命名空间 对具有作用域的组件的应用程序访问 Example<iframe width="560" height="315" src="https://www.youtube.com/embed/8W-iBDNvCUM?start=1763" f...
  • Scope topic access

    Scope Pub/Sub topic access Introduction Example 1: Scope topic access Example 2: Limit allowed topics Example 3: Combine allowedTopics and scopes Demo Related links Scope...
  • Scope access to components

    How-To: Scope components to one or more applications Namespaces Using namespaces with service invocation Using namespaces with pub/sub Application access to components with scop...
  • Scope access to components

    How-To: Scope components to one or more applications Namespaces Using namespaces with service invocation Using namespaces with pub/sub Application access to components with scop...
  • Scope access to components

    How-To: Scope components to one or more applications Namespaces Using namespaces with service invocation Using namespaces with pub/sub Application access to components with scop...
  • Scope access to components

    How-To: 限定组件作用范围在一或多个应用 命名空间 在服务调用时使用名称空间 使用 pub/sub 的命名空间 对具有作用域的组件的应用程序访问 Example 相关链接 How-To: 限定组件作用范围在一或多个应用 限制特定 Dapr 实例的组件访问 Dapr 组件的名称空间(注意与 Kubernetes 名称空间概念区分),...
  • scope_guard

    scope_guard scope_guard 注意:该API仅支持【静态图】模式 paddle.fluid.executor. scope_guard (scope)[源代码] 该接口通过 python 的 with 语句切换作用域(scope)。 作用域记录了变量名和变量 ( Variable ) 之间的映射关系,类似于编程语言...
  • name_scope

    name_scope name_scope 注意:该API仅支持【静态图】模式 paddle.fluid. name_scope (prefix=None)[源代码] 该函数为operators生成不同的命名空间。该函数只用于调试和可视化,不建议用在其它方面。 参数: prefix (str,可选) - 名称前缀。默认值为Non...
  • global_scope

    global_scope global_scope paddle.fluid. global_scope ()[源代码] 获取全局/默认作用域实例。很多API使用默认 global_scope ,例如 Executor.run 等。 返回:全局/默认作用域实例 返回类型:Scope 示例代码 import paddle . ...