mxnet
Public Attributes | List of all members
NDArrayOpInfo Struct Reference

#include <c_api.h>

Collaboration diagram for NDArrayOpInfo:
Collaboration graph

Public Attributes

bool(* forward )(int, void **, int *, void *)
 
bool(* backward )(int, void **, int *, void *)
 
bool(* infer_shape )(int, int *, unsigned **, void *)
 
bool(* list_outputs )(char ***, void *)
 
bool(* list_arguments )(char ***, void *)
 
bool(* declare_backward_dependency )(const int *, const int *, const int *, int *, int **, void *)
 
void * p_forward
 
void * p_backward
 
void * p_infer_shape
 
void * p_list_outputs
 
void * p_list_arguments
 
void * p_declare_backward_dependency
 

Member Data Documentation

bool(* NDArrayOpInfo::backward) (int, void **, int *, void *)
bool(* NDArrayOpInfo::declare_backward_dependency) (const int *, const int *, const int *, int *, int **, void *)
bool(* NDArrayOpInfo::forward) (int, void **, int *, void *)
bool(* NDArrayOpInfo::infer_shape) (int, int *, unsigned **, void *)
bool(* NDArrayOpInfo::list_arguments) (char ***, void *)
bool(* NDArrayOpInfo::list_outputs) (char ***, void *)
void* NDArrayOpInfo::p_backward
void* NDArrayOpInfo::p_declare_backward_dependency
void* NDArrayOpInfo::p_forward
void* NDArrayOpInfo::p_infer_shape
void* NDArrayOpInfo::p_list_arguments
void* NDArrayOpInfo::p_list_outputs

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