Home
last modified time | relevance | path

Searched defs:OpKernel (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/
Dlist_flex_ops.h27 struct OpKernel { struct
32 // The comparison function for OpKernel. argument
/external/tensorflow/tensorflow/compiler/jit/
Dxla_kernel_creator.h25 class OpKernel; variable
/external/tensorflow/tensorflow/core/common_runtime/
Dlocal_executor_params.h29 class OpKernel; variable
Dgraph_view.h35 class OpKernel; variable
Dfunction.cc257 const std::shared_ptr<const NodeProperties>&, OpKernel**) { in CreateKernel() argument
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc97 OpKernel::OpKernel(OpKernelConstruction* context) : OpKernel(context, false) {} in OpKernel() function in tensorflow::OpKernel
99 OpKernel::OpKernel(OpKernelConstruction* context, bool is_deferred) in OpKernel() function in tensorflow::OpKernel
122 OpKernel::OpKernel(OpKernelConstruction* context, NodeDef&& custom_def, in OpKernel() function in tensorflow::OpKernel
Dfunction.h56 class OpKernel; variable
Dop_kernel.h388 friend class OpKernel; variable