Deep Neural Network Library (DNNL)  1.1.3
Performance library for Deep Learning
Public Member Functions | List of all members
dnnl::binary::desc Struct Reference

Descriptor for binary. More...

#include <dnnl.hpp>

Collaboration diagram for dnnl::binary::desc:
Collaboration graph
[legend]

Public Member Functions

 desc (algorithm aalgorithm, const memory::desc &src0, const memory::desc &src1, const memory::desc &dst)
 Initializes a binary descriptor using algorithm, memory descriptors src0_desc, src1_desc and dst_desc. More...
 

Detailed Description

Descriptor for binary.

Constructor & Destructor Documentation

◆ desc()

dnnl::binary::desc::desc ( algorithm  aalgorithm,
const memory::desc src0,
const memory::desc src1,
const memory::desc dst 
)
inline

Initializes a binary descriptor using algorithm, memory descriptors src0_desc, src1_desc and dst_desc.


The documentation for this struct was generated from the following file: