Home
last modified time | relevance | path

Searched refs:next_func_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dgenerator_dataset_op.cc40 next_func_(std::move(next_func)), in Dataset()
90 dataset()->next_func_->Instantiate(ctx, &instantiated_next_func_)); in Initialize()
149 const std::unique_ptr<CapturedFunction> next_func_; member in tensorflow::data::GeneratorDatasetOp::Dataset
158 OP_REQUIRES_OK(ctx, ctx->GetAttr("next_func", &next_func_)); in GeneratorDatasetOp()
172 next_func_, ctx, "next_func_other_args", &next_func)); in MakeDataset()
Dgenerator_dataset_op.h36 NameAttrList next_func_; variable