Searched defs:OpKernel (Results 1 – 8 of 8) sorted by relevance
27 struct OpKernel { struct32 // The comparison function for OpKernel. argument
25 class OpKernel; variable
29 class OpKernel; variable
35 class OpKernel; variable
257 const std::shared_ptr<const NodeProperties>&, OpKernel**) { in CreateKernel() argument
97 OpKernel::OpKernel(OpKernelConstruction* context) : OpKernel(context, false) {} in OpKernel() function in tensorflow::OpKernel99 OpKernel::OpKernel(OpKernelConstruction* context, bool is_deferred) in OpKernel() function in tensorflow::OpKernel122 OpKernel::OpKernel(OpKernelConstruction* context, NodeDef&& custom_def, in OpKernel() function in tensorflow::OpKernel
56 class OpKernel; variable
388 friend class OpKernel; variable