Searched refs:use_truncation_ (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | cast_op.cc | 41 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/ |
D | cast_op.cc | 59 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()
|
D | cast_op.h | 104 bool use_truncation_; variable
|