Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 49 for sameId (0.42 sec)

  1. doc/go_spec.html

    <pre>
    [...]Point{{1.5, -3.5}, {0, 0}}     // same as [...]Point{Point{1.5, -3.5}, Point{0, 0}}
    [][]int{{1, 2, 3}, {4, 5}}          // same as [][]int{[]int{1, 2, 3}, []int{4, 5}}
    [][]Point{{{0, 1}, {1, 2}}}         // same as [][]Point{[]Point{Point{0, 1}, Point{1, 2}}}
    map[string]Point{"orig": {0, 0}}    // same as map[string]Point{"orig": Point{0, 0}}
    map[Point]string{{0, 0}: "orig"}    // same as map[Point]string{Point{0, 0}: "orig"}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK:      "mhlo.gather"({{.*}}) <{
      // CHECK-SAME:   dimension_numbers =
      // CHECK-SAME:     offset_dims = [1, 2]
      // CHECK-SAME:     collapsed_slice_dims = [0]
      // CHECK-SAME:     start_index_map = [0]
      // CHECK-SAME:     index_vector_dim = 1
      // CHECK-SAME:   indices_are_sorted = false
      // CHECK-SAME:   slice_sizes = dense<[1, 4, 128]>
      // CHECK-SAME: (tensor<2x4x128xf32>, tensor<2x1xi32>) -> tensor<2x4x128xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

      func.return %3 : tensor<4x8xf32>
    }
    
    // CHECK-LABEL:   func @select(
    // CHECK-SAME:                 %[[VAL_0:.*]]: tensor<2xi1>,
    // CHECK-SAME:                 %[[VAL_1:.*]]: tensor<2xi32>,
    // CHECK-SAME:                 %[[VAL_2:.*]]: tensor<2xi32>) -> tensor<2xi32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    functionality of the dataSource field and as such if both fields are non-empty, they must have the same value. For backwards compatibility, when namespace isn't specified in dataSourceRef, both fields (dataSource and dataSourceRef) will be set to the same value automatically if one of them is empty and the other is non-empty. When namespace is specified in dataSourceRef, dataSource isn't set to the same value and must be empty. There are three important differences between dataSource and dataSourceRef:...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    	// if both fields are non-empty, they must have the same value. For backwards
    	// compatibility, when namespace isn't specified in dataSourceRef,
    	// both fields (dataSource and dataSourceRef) will be set to the same
    	// value automatically if one of them is empty and the other is non-empty.
    	// When namespace is specified in dataSourceRef,
    	// dataSource isn't set to the same value and must be empty.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/core/v1/generated.proto

      // if both fields are non-empty, they must have the same value. For backwards
      // compatibility, when namespace isn't specified in dataSourceRef,
      // both fields (dataSource and dataSourceRef) will be set to the same
      // value automatically if one of them is empty and the other is non-empty.
      // When namespace is specified in dataSourceRef,
      // dataSource isn't set to the same value and must be empty.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/generated.proto

      // if both fields are non-empty, they must have the same value. For backwards
      // compatibility, when namespace isn't specified in dataSourceRef,
      // both fields (dataSource and dataSourceRef) will be set to the same
      // value automatically if one of them is empty and the other is non-empty.
      // When namespace is specified in dataSourceRef,
      // dataSource isn't set to the same value and must be empty.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  8. prow/config/calico.yaml

                      of the host named by the \"Node\" field; entering and leaving that
                      namespace via any interface, including those from/to non-host-networked
                      local workloads. \n If InterfaceName is not \"*\", this HostEndpoint
                      only governs traffic that enters or leaves the host through the
                      specific interface named by InterfaceName, or - when InterfaceName
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  9. ChangeLog.md

    - [`KT-61718`](https://youtrack.jetbrains.com/issue/KT-61718) Forbid unsound code with self upper bounds and captured types
    - [`KT-54607`](https://youtrack.jetbrains.com/issue/KT-54607) Can't use same function if having multiple instances of same subtype in same `when`-statement
    - [`KT-27252`](https://youtrack.jetbrains.com/issue/KT-27252) Smart cast in when on a sealed class depends on the order of "is" checks
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      // CHECK: %[[q:.*]] = "tfl.quantize"
      // CHECK-SAME: <{qtype = tensor<40x!quant.uniform<i8:f32, 0.024986599940879671:92>>}> : (tensor<40xf32>) -> tensor<40x!quant.uniform<i8:f32, 0.024986599940879671:92>>
      // CHECK: %[[dq:.*]] = "tfl.dequantize"
      // CHECK-SAME: (tensor<40x!quant.uniform<i8:f32, 0.024986599940879671:92>>) -> tensor<40xf32>
      // CHECK: %[[fc:.*]] = "tfl.fully_connected"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
Back to top