HomeSort by relevance Sort by last modified time
    Searched refs:exclusive_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
scan_ops.cc 47 OP_REQUIRES_OK(ctx, ctx->GetAttr("exclusive", &exclusive_));
87 if (exclusive_) {
109 if (exclusive_) {
125 bool exclusive_; member in class:tensorflow::__anon38770::ScanOp
  /external/tensorflow/tensorflow/core/kernels/
scan_ops.cc 43 OP_REQUIRES_OK(ctx, ctx->GetAttr("exclusive", &exclusive_));
84 reducer, reverse_, exclusive_);
89 bool exclusive_; member in class:tensorflow::ScanOp

Completed in 81 milliseconds