Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for uri_template (0.1 sec)

  1. tensorflow/api_template.__init__.py

    only a placeholder to enable test cases to run. The TensorFlow build replaces
    this file with a file generated from [`api_template.__init__.py`](https://www.github.com/tensorflow/tensorflow/blob/master/tensorflow/api_template.__init__.py)
    """
    # pylint: disable=g-bad-import-order,protected-access,g-import-not-at-top
    
    import distutils as _distutils
    import importlib
    import inspect as _inspect
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 06:27:59 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  2. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/BuildScanPluginSmokeTest.groovy

            );
    
            String gitRef
            String urlTemplate
            String propPrefix
    
            CI(String gitRef, String urlTemplate, String propPrefix) {
                this.gitRef = gitRef
                this.urlTemplate = urlTemplate
                this.propPrefix = propPrefix
            }
    
            String getUrl() {
                return String.format(urlTemplate, gitRef)
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 05:18:22 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  3. ci/devinfra/docker_windows/Dockerfile

        prompt-toolkit protobuf psutil pyasn1 pyasn1-modules pycparser Pygments \
        pyparsing pyreadline python-dateutil pytz pywin32 requests rsa setuptools \
        simplegeneric six Tempita traitlets uritemplate urllib3 virtualenv wcwidth \
        wheel win-unicode-console;
    
    # Hardcoding Android license since I did not find any solution on accepting it
    # through the docker build command. If the licensing agreement changes, this 
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 18 17:24:20 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  4. tensorflow/BUILD

        output_files = TENSORFLOW_API_INIT_FILES_V2,
        output_package = "tensorflow._api.v2",
        packages_to_ignore = ["tensorflow.python.framework.test_ops"],
        root_file_name = "v2.py",
        root_init_template = "api_template.__init__.py",
        visibility = ["//visibility:public"],
    )
    
    py_library(
        name = "tensorflow_py",
        srcs_version = "PY3",
        visibility = ["//visibility:public"],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
Back to top