书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 9374 个相关结果.
  • index_select

    index_select index_select paddle.index_select ( x, index, axis=0, name=None ) [源代码] 该OP沿着指定轴 axis 对输入 x 进行索引,取 index 中指定的相应项,创建并返回到一个新的Tensor。这里 index 是一个 1-D Tensor。除 ...
  • log

    log log paddle. log ( x, name=None ) [源代码] Log激活函数(计算自然对数) 参数: x (Tensor) – 该OP的输入为Tensor。数据类型为float32,float64。 name (str,可选) – 该参数供开发人员打印调试信息时使用,具体用法请参见 Name ,默认值为...
  • PaddleLite使用百度XPU预测部署

    PaddleLite使用百度XPU预测部署 支持现状 已支持的芯片 已支持的设备 已支持的Paddle模型 已支持(或部分支持)的Paddle算子(Kernel接入方式) 参考示例演示 测试设备(K100昆仑AI加速卡) 准备设备环境 准备本地编译环境 运行图像分类示例程序 更新模型 更新支持百度XPU的Paddle Lite库 其它...
  • Tip 气泡提示

    引入 代码演示 上方 左侧 事件 下方 右侧 API Tips Props Tip@show() Tip@hide() Tip 气泡提示 引入 import { Tip } from 'mand-mobile' Vue . component ( Tip . name , Tip ) ...
  • Kotlin 多平台移动端入门

    Kotlin 多平台移动端入门 Next step See also Join the community Kotlin 多平台移动端入门 Kotlin Multiplatform is in Beta . It is almost stable, but migration steps may be required in the futur...
  • Feature tags

    Feature tags Introduction Default features Custom features Overriding project settings Default overrides Customizing the build Feature tags Introduction Godot has a speci...
  • Ant Design Mobile of React

    Ant Design Mobile of React 特性 安装 使用 版本 体积 浏览器支持 链接 谁在使用 欢迎参与 Ant Design Mobile of React antd-mobile 是 Ant Design 的移动规范的 React 实现,服务于蚂蚁及口碑无线业务。 + Ant Design 在中后台领域的...
  • name_scope

    name_scope name_scope paddle.static. name_scope ( prefix=None ) [源代码] 该函数为静态图下的operators生成不同的命名空间。该函数只用于静态图下的调试和可视化,不建议用在其它方面。 参数: prefix (str,可选) - 名称前缀。默认值为None。 示例代码 ...