Searched refs:IteratorHandleOp (Results 1 – 3 of 3) sorted by relevance
140 class IteratorHandleOp : public OpKernel {142 explicit IteratorHandleOp(OpKernelConstruction* ctx);147 ~IteratorHandleOp() override;
445 IteratorHandleOp::IteratorHandleOp(OpKernelConstruction* ctx) in IteratorHandleOp() function in tensorflow::data::IteratorHandleOp455 IteratorHandleOp::~IteratorHandleOp() { in ~IteratorHandleOp()469 void IteratorHandleOp::Compute(OpKernelContext* context) in Compute()521 Status IteratorHandleOp::VerifyResource(IteratorResource* resource) { in VerifyResource()529 FunctionLibraryRuntime* IteratorHandleOp::CreatePrivateFLR( in CreatePrivateFLR()1172 REGISTER_KERNEL_BUILDER(Name("Iterator").Device(DEVICE_CPU), IteratorHandleOp);1174 IteratorHandleOp);1176 IteratorHandleOp);
189 data::IteratorHandleOp); \