Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for kCustomSSDPostprocessing (0.19 sec)

  1. tensorflow/compiler/mlir/lite/utils/nms_utils.cc

        return func_.emitWarning()
               << "Invalid number of arguments to " << kCustomSSDPostprocessing
               << ": " << func_.getNumArguments();
      }
      if (func_.getFunctionType().getNumResults() != 4) {
        return func_.emitWarning()
               << "Invalid number of results from " << kCustomSSDPostprocessing
               << ": " << func_.getFunctionType().getNumResults();
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top