Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for __inference_signature_wrapper_13 (0.69 sec)

  1. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

              s: "\202\001\0008\0012\002J\000\n\007\n\003CPU\020\001\n\007\n\003GPU\020\000"
            }
          }
          attr {
            key: "f"
            value {
              func {
                name: "__inference_signature_wrapper_13"
              }
            }
          }
        }
        node {
          name: "NoOp"
          op: "NoOp"
        }
        node {
          name: "Const_1"
          op: "Const"
          device: "/device:CPU:0"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

        if (func.getName().starts_with("__inference__traced_save_") ||
            func.getName().starts_with("__inference__traced_restore_") ||
            func.getName().starts_with("__inference_signature_wrapper_")) {
          func.erase();
        }
      }
    
      // Diagnose SavedFunction's with multiple input signatures.
      TF_RETURN_IF_ERROR(
          DiagnoseMultipleConcreteFunctions(object_graph, object_names));
    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