书栈网 · BookStack 本次搜索耗时 0.036 秒,为您找到 522 个相关结果.
  • 混合精度

    混合精度 概述 计算流程 自动混合精度 手动混合精度 混合精度 概述 混合精度训练方法通过混合使用单精度和半精度数据格式来加速深度神经网络训练过程,同时保持了单精度训练所能达到的网络精度。混合精度训练能够加速计算过程,同时减少内存使用和存取,并在特定的硬件上可以训练更大的模型或batch size。 计算流程 MindSpore混合...
  • helm upgrade

    helm upgrade Synopsis Options Options inherited from parent commands SEE ALSO Auto generated by spf13/cobra on 5-Feb-2019 helm upgrade upgrade a release Synopsis This com...
  • 绑定到外部库

    绑定到外部库 模块(Modules) 使用模块 绑定到外部库 模块(Modules) 自定义C++模块 中的Summator例子对于小型自定义的模块来说是非常好,但是如果想使用一个更大的外部库呢?来看一个使用 Festival 的例子,这是一个用C++编写的语音合成库(文本到语音). 要绑定到外部库,请设置类似于Summator示例的模...
  • 绑定到外部库

    绑定到外部库 模块 使用模块 绑定到外部库 模块 自定义 C++ 模块 中的Summator例子对于小型自定义的模块来说是非常好, 但是如果想使用一个更大的外部库呢?来看一个使用 Festival 的例子, 这是一个用C++编写的语音合成库(文本到语音). 要绑定到外部库, 请设置类似于Summator示例的模块目录: godot / m...
  • 绑定到外部库

    绑定到外部库 模块 使用模块 绑定到外部库 模块 自定义 C++ 模块 中的Summator例子对于小型自定义的模块来说是非常好, 但是如果想使用一个更大的外部库呢?来看一个使用 Festival 的例子, 这是一个用C++编写的语音合成库(文本到语音). 要绑定到外部库, 请设置类似于Summator示例的模块目录: godot / m...
  • weakref —- 弱引用

    weakref —- 弱引用弱引用对象 示例 终结器对象 比较终结器与 __del__() 方法 weakref —- 弱引用 源码: Lib/weakref.py weakref 模块允许Python程序员创建对象的 weak references 。 在下文中,术语 referent 表示由弱引用引用的对象。 ...
  • weakref —- 弱引用

    weakref —- 弱引用 弱引用对象 示例 终结器对象 比较终结器与 __del__() 方法 weakref —- 弱引用 源码: Lib/weakref.py weakref 模块允许Python程序员创建对象的 weak references 。 在下文中,术语 referent 表示由弱引用引用的对象。 对对象的...
  • weakref — 弱引用

    weakref —- 弱引用弱引用对象 示例 终结器对象 比较终结器与 __del__() 方法 weakref —- 弱引用 源码: Lib/weakref.py weakref 模块允许Python程序员创建对象的 weak references 。 在下文中,术语 referent 表示由弱引用引用的对象。 对...
  • Custom modules in C++

    Custom modules in C++ Modules What for? Creating a new module Using the module Compiling a module externally Improving the build system for development Writing custom documen...
  • Custom modules in C++

    Custom modules in C++ Modules What for? Creating a new module Using the module Compiling a module externally Improving the build system for development Writing custom documen...