Searched refs:IteratorHandleOp (Results 1 – 3 of 3) sorted by relevance
31 class IteratorHandleOp : public OpKernel {33 explicit IteratorHandleOp(OpKernelConstruction* ctx);38 ~IteratorHandleOp() override;
393 IteratorHandleOp::IteratorHandleOp(OpKernelConstruction* ctx) in IteratorHandleOp() function in tensorflow::data::IteratorHandleOp403 IteratorHandleOp::~IteratorHandleOp() { in ~IteratorHandleOp()417 void IteratorHandleOp::Compute(OpKernelContext* context) LOCKS_EXCLUDED(mu_) { in Compute()468 Status IteratorHandleOp::VerifyResource(IteratorResource* resource) { in VerifyResource()476 FunctionLibraryRuntime* IteratorHandleOp::CreatePrivateFLR( in CreatePrivateFLR()1166 REGISTER_KERNEL_BUILDER(Name("Iterator").Device(DEVICE_CPU), IteratorHandleOp);1168 IteratorHandleOp);1170 IteratorHandleOp);
244 data::IteratorHandleOp); \