Home
last modified time | relevance | path

Searched refs:use_truncation_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dcast_op.cc41 OP_REQUIRES_OK(ctx, ctx->GetAttr("Truncate", &use_truncation_)); in CastOp()
59 if (use_truncation_) { in Compile()
98 bool use_truncation_; member in tensorflow::__anon2c29143f0111::CastOp
/external/tensorflow/tensorflow/core/kernels/
Dcast_op.cc59 OP_REQUIRES_OK(ctx, ctx->GetAttr("Truncate", &use_truncation_)); in CastOpBase()
105 work_(ctx, in, out, use_truncation_); in Compute()
110 work_(ctx, inp, out, use_truncation_); in Compute()
Dcast_op.h104 bool use_truncation_; variable