mxnet
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Attributes | List of all members
CustomOpInfo Struct Reference

#include <c_api.h>

Collaboration diagram for CustomOpInfo:
Collaboration graph

Public Attributes

bool(* forward )(int, void **, int *, const int *, const bool, void *)
 
bool(* backward )(int, void **, int *, const int *, const bool, void *)
 
bool(* del )(void *)
 
void * p_forward
 
void * p_backward
 
void * p_del
 

Member Data Documentation

bool(* CustomOpInfo::backward)(int, void **, int *, const int *, const bool, void *)
bool(* CustomOpInfo::del)(void *)
bool(* CustomOpInfo::forward)(int, void **, int *, const int *, const bool, void *)
void* CustomOpInfo::p_backward
void* CustomOpInfo::p_del
void* CustomOpInfo::p_forward

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