Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 279 for idioms (0.12 sec)

  1. src/internal/goos/zgoos_windows.go

    //go:build windows
    
    package goos
    
    const GOOS = `windows`
    
    const IsAix = 0
    const IsAndroid = 0
    const IsDarwin = 0
    const IsDragonfly = 0
    const IsFreebsd = 0
    const IsHurd = 0
    const IsIllumos = 0
    const IsIos = 0
    const IsJs = 0
    const IsLinux = 0
    const IsNacl = 0
    const IsNetbsd = 0
    const IsOpenbsd = 0
    const IsPlan9 = 0
    const IsSolaris = 0
    const IsWasip1 = 0
    const IsWindows = 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 30 18:50:57 UTC 2023
    - 457 bytes
    - Viewed (0)
  2. src/internal/goos/zgoos_aix.go

    //go:build aix
    
    package goos
    
    const GOOS = `aix`
    
    const IsAix = 1
    const IsAndroid = 0
    const IsDarwin = 0
    const IsDragonfly = 0
    const IsFreebsd = 0
    const IsHurd = 0
    const IsIllumos = 0
    const IsIos = 0
    const IsJs = 0
    const IsLinux = 0
    const IsNacl = 0
    const IsNetbsd = 0
    const IsOpenbsd = 0
    const IsPlan9 = 0
    const IsSolaris = 0
    const IsWasip1 = 0
    const IsWindows = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 30 18:50:57 UTC 2023
    - 449 bytes
    - Viewed (0)
  3. src/internal/goos/zgoos_dragonfly.go

    //go:build dragonfly
    
    package goos
    
    const GOOS = `dragonfly`
    
    const IsAix = 0
    const IsAndroid = 0
    const IsDarwin = 0
    const IsDragonfly = 1
    const IsFreebsd = 0
    const IsHurd = 0
    const IsIllumos = 0
    const IsIos = 0
    const IsJs = 0
    const IsLinux = 0
    const IsNacl = 0
    const IsNetbsd = 0
    const IsOpenbsd = 0
    const IsPlan9 = 0
    const IsSolaris = 0
    const IsWasip1 = 0
    const IsWindows = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 30 18:50:57 UTC 2023
    - 461 bytes
    - Viewed (0)
  4. src/internal/goos/zgoos_openbsd.go

    //go:build openbsd
    
    package goos
    
    const GOOS = `openbsd`
    
    const IsAix = 0
    const IsAndroid = 0
    const IsDarwin = 0
    const IsDragonfly = 0
    const IsFreebsd = 0
    const IsHurd = 0
    const IsIllumos = 0
    const IsIos = 0
    const IsJs = 0
    const IsLinux = 0
    const IsNacl = 0
    const IsNetbsd = 0
    const IsOpenbsd = 1
    const IsPlan9 = 0
    const IsSolaris = 0
    const IsWasip1 = 0
    const IsWindows = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 30 18:50:57 UTC 2023
    - 457 bytes
    - Viewed (0)
  5. src/internal/goos/zgoos_solaris.go

    //go:build !illumos && solaris
    
    package goos
    
    const GOOS = `solaris`
    
    const IsAix = 0
    const IsAndroid = 0
    const IsDarwin = 0
    const IsDragonfly = 0
    const IsFreebsd = 0
    const IsHurd = 0
    const IsIllumos = 0
    const IsIos = 0
    const IsJs = 0
    const IsLinux = 0
    const IsNacl = 0
    const IsNetbsd = 0
    const IsOpenbsd = 0
    const IsPlan9 = 0
    const IsSolaris = 1
    const IsWasip1 = 0
    const IsWindows = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 30 18:50:57 UTC 2023
    - 469 bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/stablehlo/tests/pipelines/process_nchw_tensor.mlir

    // CHECK-DAG: %[[BIAS_CONST:.+]] = stablehlo.constant {{.*}} : tensor<4xf32>
    // CHECK-DAG: %[[BROADCAST_IN_DIM:.+]] = stablehlo.broadcast_in_dim %[[BIAS_CONST]], dims = [1] : (tensor<4xf32>) -> tensor<1x4x5x5xf32>
    // CHECK-DAG: %[[TRANSPOSE_0:.+]] = stablehlo.transpose %[[ARG]], dims = [0, 2, 3, 1] : (tensor<1x2x5x5xf32>) -> tensor<1x5x5x2xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 18 20:32:46 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  7. tensorflow/c/kernels/bitcast_op.cc

        }
      }
    
      if (TF_GetCode(status) == TF_OK) {
        auto* dims = new int64_t[dim_count + 1];
        int new_dim_count = dim_count;
        for (int dim = 0; dim < dim_count; ++dim) {
          dims[dim] = TF_Dim(tensor, dim);
        }
        if (k->out_size < k->in_size) {
          dims[new_dim_count++] = static_cast<int64_t>(k->in_size / k->out_size);
        } else if (k->out_size > k->in_size) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 31 03:28:11 UTC 2021
    - 5.9K bytes
    - Viewed (0)
  8. staging/publishing/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - sttts
      - nikhita
      - dims
      - justaugustus
    reviewers:
      - sttts
      - cpanato
      - dims
      - nikhita
      - jeremyrickard
      - justaugustus
      - palnabarun
      - puerco
      - saschagrunert
      - Verolop
      - xmudrii
    labels:
      - sig/release
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 21 13:37:29 UTC 2022
    - 312 bytes
    - Viewed (0)
  9. pkg/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    options:
      # make root approval non-recursive
      no_parent_owners: true
    reviewers:
      - dchen1107
      - dims
      - liggitt
      - smarterclayton
      - thockin
      - wojtek-t
    approvers:
      - dchen1107
      - dims
      - liggitt
      - smarterclayton
      - thockin
      - wojtek-t
    emeritus_approvers:
      - brendandburns
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 16:43:38 UTC 2023
    - 353 bytes
    - Viewed (0)
  10. cmd/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    options:
      # make root approval non-recursive
      no_parent_owners: true
    reviewers:
      - dchen1107
      - dims
      - liggitt
      - mikedanese
      - smarterclayton
      - thockin
      - wojtek-t
    approvers:
      - dchen1107
      - dims
      - liggitt
      - mikedanese
      - smarterclayton
      - thockin
      - wojtek-t
    emeritus_approvers:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 16:43:38 UTC 2023
    - 365 bytes
    - Viewed (0)
Back to top