Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dsample_distorted_bounding_box_op.cc269 const uint64 width_raw = internal::SubtleMustCopy(image_size.flat<T>()(1)); in DoCompute() local
274 FastBoundsCheck(width_raw, std::numeric_limits<int32>::max()), in DoCompute()
277 const int32 width = static_cast<int32>(width_raw); in DoCompute()