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

    PyLayerContext 参数 PyLayerContext class paddle.autograd. PyLayerContext [源代码] PyLayerContext 对象能够辅助 PyLayer 实现某些功能。 示例代码 import paddle from paddle . autograd import...
  • 基本用法

    基本用法 基于源代码转写的ProgramTranslator 基于trace的TracedLayer 比较ProgramTranslator和TracedLayer 基本用法 PaddlePaddle主要的动转静方式是基于源代码级别转换的ProgramTranslator。其基本原理是通过分析Python代码来将动态图代码转写为静态图代码,并在...
  • 使用Paddle-TensorRT库预测

    使用Paddle-TensorRT库预测 内容 编译Paddle-TRT预测库 Paddle-TRT接口使用 Paddle-TRT样例编译测试 Paddle-TRT INT8使用 Paddle-TRT子图运行原理 使用Paddle-TensorRT库预测 NVIDIA TensorRT 是一个高性能的深度学习预测库,可为深度学习推理应用程...
  • crf_decoding

    crf_decoding crf_decoding paddle.static.nn.crf_decoding ( input, param_attr, label=None, length=None ) [源代码] api_attr 声明式编程模式(静态图) 该层读取由 linear_chain_crf 学习的 emission fea...
  • crf_decoding

    crf_decoding crf_decoding paddle.static.nn. crf_decoding ( input, param_attr, label=None, length=None ) [源代码] api_attr 声明式编程模式(静态图) 该层读取由 linear_chain_crf 学习的 emission fea...
  • Synchronizing with Android

    Synchronizing with Android Files and notifications Contacts and Calendar With the Nextcloud mobile app Without the Nextcloud mobile app Synchronizing with Android Files a...
  • 在 create-react-app 中使用

    在 create-react-app 中使用 安装和初始化 引入 antd-mobile 按需加载 完整的示例 在 create-react-app 中使用 create-react-app 是业界最优秀的 React 相关应用开发工具之一,本文档尝试以此工具来使用 antd-mobile 组件。 安装和初始化 $ npm insta...
  • allclose

    allclose allclose paddle. allclose ( x, y, rtol=1e-05, atol=1e-08, equal_nan=False, name=None ) [源代码] 逐个检查x和y的所有元素是否均满足如下条件: 该API的行为类似于 numpy.allclosenumpy.allclose ,即当两个待...
  • LambdaDecay

    LambdaDecay LambdaDecay class paddle.optimizer.lr. LambdaDecay ( learning_rate, lr_lambda, last_epoch=- 1, verbose=False ) [源代码] 该接口提供 lambda 函数设置学习率的策略。 lr_lambda 为一个 lamb...
  • prod

    prod prod paddle. prod ( x, axis=None, keepdim=False, dtype=None, name=None ) [源代码] 对指定维度上的Tensor元素进行求乘积运算,并输出相应的计算结果。 参数: x (Tensor) - 输入的 Tensor ,数据类型为:float32、float64、...