Searched refs:use_truncation_ (Results 1 – 3 of 3) sorted by relevance
36 OP_REQUIRES_OK(ctx, ctx->GetAttr("Truncate", &use_truncation_)); in CastOp()54 if (use_truncation_) { in Compile()93 bool use_truncation_; member in tensorflow::__anon6709dca80111::CastOp
62 OP_REQUIRES_OK(ctx, ctx->GetAttr("Truncate", &use_truncation_)); in CastOpBase()111 work_(ctx, in, out, use_truncation_); in Compute()
104 bool use_truncation_; variable