Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 111 for 142 (0.13 sec)

  1. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

      %140 = "tf.Identity"(%132) {_class = ["loc:@WhitespaceTokenize/WhitespaceTokenizeWithOffsets"], device = ""} : (tensor<?xi64>) -> tensor<?xi64>
      %141 = "tf.Shape"(%140) {device = ""} : (tensor<?xi64>) -> tensor<1xi64>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  2. src/unicode/tables.go

    		{0x116ab, 0x116b7, 1},
    		{0x1171d, 0x1172b, 1},
    		{0x1182c, 0x1183a, 1},
    		{0x11930, 0x11935, 1},
    		{0x11937, 0x11938, 1},
    		{0x1193b, 0x1193e, 1},
    		{0x11940, 0x11942, 2},
    		{0x11943, 0x119d1, 142},
    		{0x119d2, 0x119d7, 1},
    		{0x119da, 0x119e0, 1},
    		{0x119e4, 0x11a01, 29},
    		{0x11a02, 0x11a0a, 1},
    		{0x11a33, 0x11a39, 1},
    		{0x11a3b, 0x11a3e, 1},
    		{0x11a47, 0x11a51, 10},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        //      1D tf.Pack of a batch dimension (can be static or dynamic)
        //      and other dimensions (can only be static), for example:
        //      "tf.Pack"(%142, %cst_301, %cst_301, %cst_300) {axis = 0 : i64, ...}
        std::vector<int64_t> input_shape;
        DenseIntElementsAttr input_shape_attr;
        if (matchPattern(op.getInputSizes(), m_Constant(&input_shape_attr)) &&
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/core/v1/generated.proto

      // OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).
      optional string osImage = 5;
    
      // ContainerRuntime Version reported by the node through runtime remote API (e.g. containerd://1.4.2).
      optional string containerRuntimeVersion = 6;
    
      // Kubelet Version reported by the node.
      optional string kubeletVersion = 7;
    
      // KubeProxy Version reported by the node.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"osImage":                 "OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).",
    	"containerRuntimeVersion": "ContainerRuntime Version reported by the node through runtime remote API (e.g. containerd://1.4.2).",
    	"kubeletVersion":          "Kubelet Version reported by the node.",
    	"kubeProxyVersion":        "Deprecated: KubeProxy Version reported by the node.",
    	"operatingSystem":         "The Operating System reported by the node",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_GETGID ideal-int
    pkg syscall (darwin-arm64), const SYS_GETGROUPS = 79
    pkg syscall (darwin-arm64), const SYS_GETGROUPS ideal-int
    pkg syscall (darwin-arm64), const SYS_GETHOSTUUID = 142
    pkg syscall (darwin-arm64), const SYS_GETHOSTUUID ideal-int
    pkg syscall (darwin-arm64), const SYS_GETITIMER = 86
    pkg syscall (darwin-arm64), const SYS_GETITIMER ideal-int
    pkg syscall (darwin-arm64), const SYS_GETLCID = 395
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  7. doc/go1.17_spec.html

    <pre>
    var a [10]int
    s1 := a[3:7]   // underlying array of s1 is array a; &amp;s1[2] == &amp;a[5]
    s2 := s1[1:4]  // underlying array of s2 is underlying array of s1 which is array a; &amp;s2[1] == &amp;a[5]
    s2[1] = 42     // s2[1] == s1[2] == a[5] == 42; they all refer to the same underlying array element
    </pre>
    
    
    <h4>Full slice expressions</h4>
    
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.7.md

    ## Changelog since v1.7.4
    
    ### Other notable changes
    
    * Bumped Heapster version to 1.4.2 - more details https://github.com/kubernetes/heapster/releases/tag/v1.4.2. ([#51620](https://github.com/kubernetes/kubernetes/pull/51620), [@piosz](https://github.com/piosz))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/generated.proto

      // OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).
      optional string osImage = 5;
    
      // ContainerRuntime Version reported by the node through runtime remote API (e.g. containerd://1.4.2).
      optional string containerRuntimeVersion = 6;
    
      // Kubelet Version reported by the node.
      optional string kubeletVersion = 7;
    
      // Deprecated: KubeProxy Version reported by the node.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  10. doc/go_spec.html

    <pre>
    var a [10]int
    s1 := a[3:7]   // underlying array of s1 is array a; &amp;s1[2] == &amp;a[5]
    s2 := s1[1:4]  // underlying array of s2 is underlying array of s1 which is array a; &amp;s2[1] == &amp;a[5]
    s2[1] = 42     // s2[1] == s1[2] == a[5] == 42; they all refer to the same underlying array element
    
    var s []int
    s3 := s[:0]    // s3 == nil
    </pre>
    
    
    <h4>Full slice expressions</h4>
    
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
Back to top