书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 19782 个相关结果.
  • Box, stack and heap

    Box, stack and heap Box, stack and heap All values in Rust are stack allocated by default. Values can be boxed(allocated in the heap) by creating a Box<T> . A box is a smart po...
  • group_box

    817 2019-04-25 《AWTK 开发文档》
    group_box_t 概述 函数 group_box_cast 函数 group_box_create 函数 group_box_t 概述 分组控件。 单选按钮在同一个父控件中是互斥的,所以通常将相关的单选按钮放在一个group_box中。 它本身不提供布局功能,仅提供具有语义的标签,让xml更具有可读性。 子控件的布局可...
  • cell-box

    CellBox 安装 属性 插槽 相关 issue 贡献者 发布日志 CellBox CellBox demo 原始链接 demo 源码 编辑文档 组件源码 二维码 Install 安装 局部注册 全局注册 import { CellBox } from 'vux' ...
  • Box Mask Node

    40 2024-08-11 《Blender 4.2 Manual》
    Box Mask Node Inputs Properties Outputs Box Mask Node The Box Mask node creates an image suitable for use as a simple matte. Inputs Mask An optional mask to use as the b...
  • Bounding Box Node

    46 2024-08-11 《Blender 4.2 Manual》
    Bounding Box Node Inputs Properties Outputs Example Bounding Box Node The Bounding Box node creates a box mesh with the minimum volume that encapsulates the geometry of th...
  • tornado.template — Flexible output generation

    931 2018-06-28 《Tornado中文文档》
    tornado.template — Flexible output generation¶ Syntax Reference¶ Class reference¶ tornado.template — Flexible output generation¶ A simple template system that compiles templa...
  • prior_box

    prior_box 参数 返回 返回类型 代码示例 prior_box paddle.fluid.layers.prior_box (input,image,min_sizes=None,max_sizes=None,aspect_ratios=[1.0],variance=[0.1,0.1,0.2,0.2],flip=False,clip=...
  • box_coder

    box_coder 参数 返回 返回类型 代码示例 box_coder paddle.fluid.layers.box_coder (prior_box, prior_box_var, target_box, code_type=’encode_center_size’, box_normalized=True, name=None, axi...
  • yolo_box

    yolo_box yolo_box paddle.fluid.layers.yolo_box ( x, img_size, anchors, class_num, conf_thresh, downsample_ratio, clip_bbox\=True, name\=None ) [源代码] 该运算符基于YOLOv3网络的输出结果,生成YO...