#include <c_api.h>
|
| 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 |
| |
◆ backward
| bool(* NDArrayOpInfo::backward) (int, void **, int *, void *) |
◆ declare_backward_dependency
| bool(* NDArrayOpInfo::declare_backward_dependency) (const int *, const int *, const int *, int *, int **, void *) |
◆ forward
| bool(* NDArrayOpInfo::forward) (int, void **, int *, void *) |
◆ infer_shape
| bool(* NDArrayOpInfo::infer_shape) (int, int *, unsigned **, void *) |
◆ list_arguments
| bool(* NDArrayOpInfo::list_arguments) (char ***, void *) |
◆ list_outputs
| bool(* NDArrayOpInfo::list_outputs) (char ***, void *) |
◆ p_backward
| void* NDArrayOpInfo::p_backward |
◆ p_declare_backward_dependency
| void* NDArrayOpInfo::p_declare_backward_dependency |
◆ p_forward
| void* NDArrayOpInfo::p_forward |
◆ p_infer_shape
| void* NDArrayOpInfo::p_infer_shape |
◆ p_list_arguments
| void* NDArrayOpInfo::p_list_arguments |
◆ p_list_outputs
| void* NDArrayOpInfo::p_list_outputs |
The documentation for this struct was generated from the following file: