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

  /external/tensorflow/tensorflow/core/kernels/
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

Completed in 564 milliseconds