Home
last modified time | relevance | path

Searched refs:kCustomSSDPostprocessing (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
H A Dnms_utils.cc30 constexpr char kCustomSSDPostprocessing[] = "TFLite_Detection_PostProcess"; variable
90 StringAttr::get(func_.getContext(), kCustomSSDPostprocessing)); in RewriteFunc()
100 func_.getArguments(), kCustomSSDPostprocessing, in RewriteFunc()
185 << "Invalid number of arguments to " << kCustomSSDPostprocessing in VerifySignature()
190 << "Invalid number of results from " << kCustomSSDPostprocessing in VerifySignature()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dprepare_composite_functions_tf.cc58 constexpr char kCustomSSDPostprocessing[] = "TFLite_Detection_PostProcess"; variable
347 } else if (api_name == kCustomSSDPostprocessing) { in ConvertTFImplementsWithAttributes()