Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for kCustomSSDPostprocessing (0.23 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)
  2. tensorflow/compiler/mlir/lite/transforms/prepare_composite_functions_tf.cc

    #include "tensorflow/compiler/mlir/lite/transforms/passes.h.inc"
    
    constexpr char kTFAPIImplements[] = "tf.api_implements";
    constexpr char kTFTextAPIPrefix[] = "tftext:";
    constexpr char kCustomSSDPostprocessing[] = "TFLite_Detection_PostProcess";
    constexpr char kTfNMSPadded[] = "non_max_suppression_padded_v2";
    constexpr char kCustomMaxUnpooling[] = "addons:MaxUnpooling2D";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 17.6K bytes
    - Viewed (0)
Back to top