Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OpaqueLoc (0.11 sec)

  1. tensorflow/compiler/mlir/lite/metrics/types_util.cc

        using tflite::metrics::ConverterErrorData;
        auto mutable_location = error_data->mutable_location();
    
        llvm::TypeSwitch<LocationAttr>(impl)
            .Case<OpaqueLoc>([&](OpaqueLoc loc) {
              LocationExtractor(loc.getFallbackLocation()).Extract(error_data);
            })
            .Case<UnknownLoc>([&](UnknownLoc loc) {
              mutable_location->set_type(ConverterErrorData::UNKNOWNLOC);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top