Searched refs:kAllowStateful (Results 1 – 2 of 2) sorted by relevance
37 /* static */ constexpr const char* const DatasetToGraphOp::kAllowStateful; member in tensorflow::data::DatasetToGraphOp62 if (ctx->HasAttr(kAllowStateful)) { in DatasetToGraphOp()64 OP_REQUIRES_OK(ctx, ctx->GetAttr(kAllowStateful, &allow_stateful)); in DatasetToGraphOp()
31 static constexpr const char* const kAllowStateful = "allow_stateful";