Searched refs:interpolation_str (Results 1 – 1 of 1) sorted by relevance
122 string interpolation_str; in ImageProjectiveTransformV2() local123 OP_REQUIRES_OK(ctx, ctx->GetAttr("interpolation", &interpolation_str)); in ImageProjectiveTransformV2()124 if (interpolation_str == "NEAREST") { in ImageProjectiveTransformV2()126 } else if (interpolation_str == "BILINEAR") { in ImageProjectiveTransformV2()129 LOG(ERROR) << "Invalid interpolation " << interpolation_str in ImageProjectiveTransformV2()