HomeSort by relevance Sort by last modified time
    Searched refs:box_index (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
crop_and_resize_op.h 59 // Checks if all values in box_index are in [0, batch).
61 typename TTypes<int32, 1>::ConstTensor box_index, int batch,
63 isvalid.device(d) = ((box_index >= 0) && (box_index < batch)).all();
crop_and_resize_op.cc 54 const Tensor& box_index,
56 if (boxes.NumElements() == 0 && box_index.NumElements() == 0) {
69 // The shape of 'box_index' is [num_boxes].
70 if (box_index.dims() != 1) {
71 return errors::InvalidArgument("box_index must be 1-D",
72 box_index.shape().DebugString());
74 if (box_index.dim_size(0) != *num_boxes) {
75 return errors::InvalidArgument("box_index has incompatible shape");
80 // Conditionally calls the compute callback if all values in box_index are in
84 OpKernelContext* context, typename TTypes<int32, 1>::ConstTensor box_index,
129 const Tensor& box_index = context->input(2); variable
325 const Tensor& box_index = context->input(2); variable
494 const Tensor& box_index = context->input(3); variable
    [all...]
  /external/ImageMagick/MagickCore/
xwindow-private.h 219 box_index, member in struct:_XPixelInfo
xwindow.c     [all...]
display.c     [all...]

Completed in 209 milliseconds