Searched defs:BatchKernel (Results 1 – 2 of 2) sorted by relevance
539 class BatchKernel : public AsyncOpKernel { class541 explicit BatchKernel(OpKernelConstruction* c) : AsyncOpKernel(c) { in BatchKernel() function in tensorflow::BatchKernel
185 void CmContext::BatchKernel(CmKernel *kernel, CmThreadSpace *threadSpace, bool bFence) in BatchKernel() function in CmContext