Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dsample_distorted_bounding_box_op.cc268 const uint64 height_raw = internal::SubtleMustCopy(image_size.flat<T>()(0)); in DoCompute() local
271 FastBoundsCheck(height_raw, std::numeric_limits<int32>::max()), in DoCompute()
276 const int32 height = static_cast<int32>(height_raw); in DoCompute()