Home
last modified time | relevance | path

Searched refs:TF_OpKernelConstruction (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/c/
Dkernels.h39 typedef struct TF_OpKernelConstruction TF_OpKernelConstruction; typedef
72 void* (*create_func)(TF_OpKernelConstruction*),
116 TF_OpKernelConstruction* ctx, TF_Status* status);
137 TF_OpKernelConstruction* ctx, const char* attr_name, TF_DataType* val,
Dkernels.cc31 void* (*create_function)(TF_OpKernelConstruction*);
38 void* (*create_func)(TF_OpKernelConstruction*), in TF_NewKernelBuilder() argument
64 void* (*create_func)(TF_OpKernelConstruction*), in COpKernel() argument
70 (*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, \
Dc_test.c30 void* create(TF_OpKernelConstruction* ctx) { in create()
Dkernels_test.cc35 static void* MyCreateFunc(TF_OpKernelConstruction* ctx) { in MyCreateFunc()
/external/tensorflow/tensorflow/c/kernels/
Dbitcast_op.cc50 static void* BitcastOp_Create(TF_OpKernelConstruction* ctx) { in BitcastOp_Create()