Searched defs:OpKernel (Results 1 – 9 of 9) sorted by relevance
27 struct OpKernel { struct32 // The comparison function for OpKernel. argument
25 class OpKernel; variable
25 using OpKernel = ::tflite::shim::TfLiteOpKernel<tflite::shim::SimpleOp>; typedef
29 class OpKernel; variable
35 class OpKernel; variable
261 const std::shared_ptr<const NodeProperties>&, OpKernel**) { in CreateKernel() argument
130 OpKernel::OpKernel(OpKernelConstruction* context) : OpKernel(context, false) {} in OpKernel() function in tensorflow::OpKernel132 OpKernel::OpKernel(OpKernelConstruction* context, bool is_deferred) in OpKernel() function in tensorflow::OpKernel161 OpKernel::OpKernel(OpKernelConstruction* context, NodeDef&& custom_def, in OpKernel() function in tensorflow::OpKernel
57 class OpKernel; variable
355 friend class OpKernel; variable