Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for generate_chunked_model (0.19 sec)

  1. tensorflow/cc/saved_model/testdata/generate_chunked_models.py

      signatures = root.get_c.get_concrete_function()
      save.save(root, non_chunked_dir, signatures=signatures,
                options=save_options.SaveOptions(experimental_image_format=False))
    
    
    def generate_chunked_model(non_chunked_dir: str, chunked_dir: str):
      saved_model = loader_impl.parse_saved_model(non_chunked_dir)
      prefix = file_io.join(compat.as_str(chunked_dir), "saved_model")
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  2. tensorflow/cc/saved_model/BUILD

            "@absl_py//absl:app",
        ],
    )
    
    # copybara:uncomment_begin(google-only)
    #
    # py_strict_binary(
    #     name = "testdata/generate_chunked_models",
    #     srcs = ["testdata/generate_chunked_models.py"],
    #     python_version = "PY3",
    #     srcs_version = "PY3",
    #     deps = [
    #         "//tensorflow/python/compat:v2_compat",
    #         "//tensorflow/python/eager:def_function",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 05:43:44 UTC 2024
    - 18.5K bytes
    - Viewed (0)
Back to top