Home
last modified time | relevance | path

Searched refs:IteratorHandleOp (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Diterator_ops.h140 class IteratorHandleOp : public OpKernel {
142 explicit IteratorHandleOp(OpKernelConstruction* ctx);
147 ~IteratorHandleOp() override;
Diterator_ops.cc445 IteratorHandleOp::IteratorHandleOp(OpKernelConstruction* ctx) in IteratorHandleOp() function in tensorflow::data::IteratorHandleOp
455 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);
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_ops.h189 data::IteratorHandleOp); \