Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcount_ops.cc95 OP_REQUIRES_OK(context, context->GetAttr("binary_output", &binary_output_)); in DenseCount()
139 if (binary_output_) { in Compute()
162 bool binary_output_; member in tensorflow::DenseCount
171 OP_REQUIRES_OK(context, context->GetAttr("binary_output", &binary_output_)); in SparseCount()
217 if (binary_output_) { in Compute()
238 bool binary_output_; member in tensorflow::SparseCount
248 OP_REQUIRES_OK(context, context->GetAttr("binary_output", &binary_output_)); in RaggedCount()
295 if (binary_output_) { in Compute()
316 bool binary_output_; member in tensorflow::RaggedCount
Dbincount_op.cc226 OP_REQUIRES_OK(ctx, ctx->GetAttr("binary_output", &binary_output_)); in DenseBincountOp()
249 if (binary_output_) { in Compute()
268 if (binary_output_) { in Compute()
282 bool binary_output_; member in tensorflow::DenseBincountOp
323 OP_REQUIRES_OK(ctx, ctx->GetAttr("binary_output", &binary_output_)); in SparseBincountOp()
347 if (binary_output_) { in Compute()
368 if (binary_output_) { in Compute()
383 bool binary_output_; member in tensorflow::SparseBincountOp
404 OP_REQUIRES_OK(ctx, ctx->GetAttr("binary_output", &binary_output_)); in RaggedBincountOp()
438 if (binary_output_) { in Compute()
[all …]