Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcrop_and_resize_op.cc54 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 …]
Dcrop_and_resize_op.h61 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/
Dxwindow-private.h219 box_index, member
Dxwindow.c3190 pixel->box_index=0; in XGetPixelInfo()
Ddisplay.c2699 windows->pixel_info->box_index=(unsigned short) i; in XAnnotateEditImage()