#include <c_api.h>
|
void(* | forward )(int, float **, int *, unsigned **, int *, void *) |
|
void(* | backward )(int, float **, int *, unsigned **, int *, void *) |
|
void(* | infer_shape )(int, int *, unsigned **, void *) |
|
void(* | list_outputs )(char ***, void *) |
|
void(* | list_arguments )(char ***, void *) |
|
void * | p_forward |
|
void * | p_backward |
|
void * | p_infer_shape |
|
void * | p_list_outputs |
|
void * | p_list_arguments |
|
void(* NativeOpInfo::backward) (int, float **, int *, unsigned **, int *, void *) |
void(* NativeOpInfo::forward) (int, float **, int *, unsigned **, int *, void *) |
void(* NativeOpInfo::infer_shape) (int, int *, unsigned **, void *) |
void(* NativeOpInfo::list_arguments) (char ***, void *) |
void(* NativeOpInfo::list_outputs) (char ***, void *) |
void* NativeOpInfo::p_backward |
void* NativeOpInfo::p_forward |
void* NativeOpInfo::p_infer_shape |
void* NativeOpInfo::p_list_arguments |
void* NativeOpInfo::p_list_outputs |
The documentation for this struct was generated from the following file: