#include <c_api.h>
|
bool(* | list_arguments )(char ***, void *) |
|
bool(* | list_outputs )(char ***, void *) |
|
bool(* | infer_shape )(int, int *, unsigned **, void *) |
|
bool(* | declare_backward_dependency )(const int *, const int *, const int *, int *, int **, void *) |
|
bool(* | create_operator )(const char *, int, unsigned **, int *, int *, CustomOpInfo *, void *) |
|
bool(* | list_auxiliary_states )(char ***, void *) |
|
bool(* | del )(void *) |
|
void * | p_list_arguments |
|
void * | p_list_outputs |
|
void * | p_infer_shape |
|
void * | p_declare_backward_dependency |
|
void * | p_create_operator |
|
void * | p_list_auxiliary_states |
|
void * | p_del |
|
bool(* CustomOpPropInfo::create_operator)(const char *, int, unsigned **, int *, int *, CustomOpInfo *, void *) |
bool(* CustomOpPropInfo::declare_backward_dependency)(const int *, const int *, const int *, int *, int **, void *) |
bool(* CustomOpPropInfo::del)(void *) |
bool(* CustomOpPropInfo::infer_shape)(int, int *, unsigned **, void *) |
bool(* CustomOpPropInfo::list_arguments)(char ***, void *) |
bool(* CustomOpPropInfo::list_auxiliary_states)(char ***, void *) |
bool(* CustomOpPropInfo::list_outputs)(char ***, void *) |
void* CustomOpPropInfo::p_create_operator |
void* CustomOpPropInfo::p_declare_backward_dependency |
void* CustomOpPropInfo::p_del |
void* CustomOpPropInfo::p_infer_shape |
void* CustomOpPropInfo::p_list_arguments |
void* CustomOpPropInfo::p_list_auxiliary_states |
void* CustomOpPropInfo::p_list_outputs |
The documentation for this struct was generated from the following file: