Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_ops.cc77 ctx, ctx->GetAttr(kStripDeviceAssignment, &strip_device_assignment_)); in DatasetToGraphOp()
94 if (strip_device_assignment_) { in Compute()
Ddataset_ops.h46 bool strip_device_assignment_ = false; variable