Searched refs:width_raw (Results 1 – 1 of 1) sorted by relevance
269 const uint64 width_raw = internal::SubtleMustCopy(image_size.flat<T>()(1)); in DoCompute() local274 FastBoundsCheck(width_raw, std::numeric_limits<int32>::max()), in DoCompute()277 const int32 width = static_cast<int32>(width_raw); in DoCompute()