Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 126 for 142 (0.17 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. staging/src/k8s.io/api/core/v1/types.go

    	OSImage string `json:"osImage" protobuf:"bytes,5,opt,name=osImage"`
    	// ContainerRuntime Version reported by the node through runtime remote API (e.g. containerd://1.4.2).
    	ContainerRuntimeVersion string `json:"containerRuntimeVersion" protobuf:"bytes,6,opt,name=containerRuntimeVersion"`
    	// Kubelet Version reported by the node.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/text/unicode/norm/tables9.0.0.go

    	0x528: 0x2b,
    	// Block 0x15, offset 0x540
    	0x550: 0x0b, 0x551: 0x0c, 0x556: 0x0d,
    	0x55b: 0x0e, 0x55d: 0x0f, 0x55e: 0x10, 0x55f: 0x11,
    	0x56f: 0x12,
    }
    
    // nfcSparseOffset: 142 entries, 284 bytes
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 372.5K bytes
    - Viewed (0)
  7. src/vendor/golang.org/x/text/unicode/norm/tables9.0.0.go

    	0x528: 0x2b,
    	// Block 0x15, offset 0x540
    	0x550: 0x0b, 0x551: 0x0c, 0x556: 0x0d,
    	0x55b: 0x0e, 0x55d: 0x0f, 0x55e: 0x10, 0x55f: 0x11,
    	0x56f: 0x12,
    }
    
    // nfcSparseOffset: 142 entries, 284 bytes
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 372.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/schema/schema_generated.h

      BuiltinOperator_HASHTABLE_IMPORT = 138,
      BuiltinOperator_HASHTABLE_SIZE = 139,
      BuiltinOperator_REDUCE_ALL = 140,
      BuiltinOperator_CONV_3D_TRANSPOSE = 141,
      BuiltinOperator_VAR_HANDLE = 142,
      BuiltinOperator_READ_VARIABLE = 143,
      BuiltinOperator_ASSIGN_VARIABLE = 144,
      BuiltinOperator_BROADCAST_ARGS = 145,
      BuiltinOperator_RANDOM_STANDARD_NORMAL = 146,
      BuiltinOperator_BUCKETIZE = 147,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/tests/keras_imagenet_main.pbtxt

                size: 1024
              }
              dim {
                size: 256
              }
            }
          }
        }
      }
      attr {
        key: "index"
        value {
          i: 142
        }
      }
    }
    node {
      name: "bn4c_branch2c_cond_input_1"
      op: "_Arg"
      device: "/job:localhost/replica:0/task:0/device:GPU:0"
      attr {
        key: "T"
        value {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 02:52:54 UTC 2019
    - 1.3M bytes
    - Viewed (0)
  10. src/internal/trace/traceviewer/static/trace_viewer_full.html

    0]=(o+u)*f,t[11]=-1,t[12]=0,t[13]=0,t[14]=o*u*2*f,t[15]=0,t},e.perspective=function(t,n,r,a,e){var u=1/Math.tan(n/2),o=1/(a-e);return t[0]=u/r,t[1]=0,t[2]=0,t[3]=0,t[4]=0,t[5]=u,t[6]=0,t[7]=0,t[8]=0,t[9]=0,t[10]=(e+a)*o,t[11]=-1,t[12]=0,t[13]=0,t[14]=2*e*a*o,t[15]=0,t},e.perspectiveFromFieldOfView=function(t,n,r,a){var e=Math.tan(n.upDegrees*Math.PI/180),u=Math.tan(n.downDegrees*Math.PI/180),o=Math.tan(n.leftDegrees*Math.PI/180),i=Math.tan(n.rightDegrees*Math.PI/180),c=2/(o+i),f=2/(e+u);return t...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
Back to top