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

    bilinear 参数 返回 代码示例 bilinear paddle.nn.functional. bilinear ( x1, x2, weight, bias=None, name=None ) [源代码] 该层对两个输入执行双线性张量积。 详细的计算和返回值维度请参见 Bilinear 参数 x1 (int): 第一个...
  • unique

    unique unique paddle. unique ( x, return_index=False, return_inverse=False, return_counts=False, axis=None, dtype=’int64’, name=None ) [源代码] 返回Tensor按升序排序后的独有元素。 参数: x (T...
  • 7.1 数据接口

    7.1 数据接口 7.1.1 数据格式 7.1.2 DMatrix 7.1 数据接口 7.1.1 数据格式 xgboost 的数据存储在DMatrix 对象中 xgboost 支持直接从下列格式的文件中加载数据: libsvm 文本格式的文件。其格式为: [ label ] [ index1 ]:[ value...
  • Loop

    Loop Scan Exercise Loop Scan A general form of recurrence, which can be used for looping. Reduction and map (loop over the leading dimensions) are special cases of scan . ...
  • Using PL/Python

    Using PL/Python in HAWQ About HAWQ PL/Python HAWQ PL/Python Limitations Enabling and Removing PL/Python Support Developing Functions with PL/Python Creating the Sample Data Py...
  • argmax

    argmax 参数 返回 返回类型 代码示例 argmax paddle.fluid.layers.argmax (x, axis=0)[源代码] argmax 该OP沿 axis 计算输入 x 的最大元素的索引。 参数 x (Variable) - 输入的多维 Tensor ,支持的数据类型:float32、flo...
  • to_variable

    to_variable to_variable 注意:该API仅支持【动态图】模式 paddle.fluid.dygraph. to_variable (value, name=None, zero_copy=None)[源代码] 该函数实现从numpy.ndarray对象或者Variable对象创建一个 Variable 类型的对象...
  • Data Input

    Data Input Use Numpy as Data Input Example Code Explanation Using DataLoader and Related Operators Examples Code Explanation More Formats Support by DataLoader Data Input...