Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for listOf (0.07 sec)

  1. cluster/gce/windows/k8s-node-setup.psm1

      #   DNS_SERVER_IP: the cluster's DNS server IP address.
      #   DNS_DOMAIN: the cluster's DNS domain, e.g. "cluster.local".
      #
      # OutBoundNAT ExceptionList: No SNAT for CIDRs in the list, the same as default GKE non-masquerade destination ranges listed at https://cloud.google.com/kubernetes-engine/docs/how-to/ip-masquerade-agent#default-non-masq-dests
    
      New-Item -Force -ItemType file ${l2bridge_conf} | Out-Null
      Set-Content ${l2bridge_conf} `
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  2. tensorflow/BUILD

            "//tensorflow/core:tensorflow",
            "//tensorflow/core/data:standalone",
            # Exports for pywrap_tensorflow_internal. Many of these are transitive
            # depedencies of the above, but must be explicitly listed for
            # cc_shared_library to work.
            "//tensorflow/c/eager:c_api_experimental",
            "//tensorflow/c/eager:c_api_internal",
            "//tensorflow/c/eager:dlpack",
            "//tensorflow/c/eager:tape",
    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