Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/lite/quantization/stablehlo/quantization.cc

          signatures.begin(), signatures.end());
    
      // Init op is only used during initialization and it's not a target for
      // quantization.
      signature_def_map.erase(kSavedModelInitOpSignatureKey);
      return signature_def_map;
    }
    
    // Retrieves the function name -> function alias mapping from the
    // `SavedModelBundle`.
    // TODO: b/314124142 - Remove the need for this function.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Apr 14 10:49:12 UTC 2024
    - 7.3K bytes
    - Viewed (0)
Back to top