Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

          const SignatureDef& signature_def = key_and_signature_def.second;
    
          // It is safe to skip "__saved_model_init_op" since it is an internal
          // signature that is not user-accessible. This signature will be handled
          // in ConvertInitializer().
          if (sig_def_key == "__saved_model_init_op") {
            continue;
          }
          if (!import_all_signatures && exported_name_set.count(sig_def_key) == 0) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top