Searched refs:box_index (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | crop_and_resize_op.cc | 54 const Tensor& box_index, in ParseAndCheckBoxSizes() argument 56 if (boxes.NumElements() == 0 && box_index.NumElements() == 0) { in ParseAndCheckBoxSizes() 70 if (box_index.dims() != 1) { in ParseAndCheckBoxSizes() 72 box_index.shape().DebugString()); in ParseAndCheckBoxSizes() 74 if (box_index.dim_size(0) != *num_boxes) { in ParseAndCheckBoxSizes() 84 OpKernelContext* context, typename TTypes<int32, 1>::ConstTensor box_index, 90 OpKernelContext* context, typename TTypes<int32, 1>::ConstTensor box_index, in RunIfBoxIndexIsValid() argument 92 const int num_boxes = box_index.dimension(0); in RunIfBoxIndexIsValid() 95 context, FastBoundsCheck(box_index(b), batch_size), in RunIfBoxIndexIsValid() 129 const Tensor& box_index = context->input(2); in ComputeAsync() local [all …]
|
D | crop_and_resize_op.h | 61 typename TTypes<int32, 1>::ConstTensor box_index, int batch, in operator() 63 isvalid.device(d) = ((box_index >= 0) && (box_index < batch)).all(); in operator()
|
/external/ImageMagick/MagickCore/ |
D | xwindow-private.h | 219 box_index, member
|
D | xwindow.c | 3190 pixel->box_index=0; in XGetPixelInfo()
|
D | display.c | 2699 windows->pixel_info->box_index=(unsigned short) i; in XAnnotateEditImage()
|