Searched refs:bboxes_data (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/image/ |
D | sample_distorted_bounding_box_op.cc | 407 TTypes<float, 3>::Tensor bboxes_data = bboxes->tensor<float, 3>(); in DoCompute() local 415 bboxes_data(0, 0, 0) = in DoCompute() 417 bboxes_data(0, 0, 1) = in DoCompute() 419 bboxes_data(0, 0, 2) = in DoCompute() 421 bboxes_data(0, 0, 3) = in DoCompute()
|