Searched refs:TF_OpKernelConstruction (Results 1 – 5 of 5) sorted by relevance
39 typedef struct TF_OpKernelConstruction TF_OpKernelConstruction; typedef72 void* (*create_func)(TF_OpKernelConstruction*),116 TF_OpKernelConstruction* ctx, TF_Status* status);137 TF_OpKernelConstruction* ctx, const char* attr_name, TF_DataType* val,
31 void* (*create_function)(TF_OpKernelConstruction*);38 void* (*create_func)(TF_OpKernelConstruction*), in TF_NewKernelBuilder() argument64 void* (*create_func)(TF_OpKernelConstruction*), in COpKernel() argument70 (*create_func)(reinterpret_cast<TF_OpKernelConstruction*>(ctx)); in COpKernel()163 void TF_OpKernelConstruction_Failure(TF_OpKernelConstruction* ctx, in TF_OpKernelConstruction_Failure()177 void TF_OpKernelConstruction_GetAttr##func(TF_OpKernelConstruction* ctx, \
30 void* create(TF_OpKernelConstruction* ctx) { in create()
35 static void* MyCreateFunc(TF_OpKernelConstruction* ctx) { in MyCreateFunc()
50 static void* BitcastOp_Create(TF_OpKernelConstruction* ctx) { in BitcastOp_Create()