Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 42 for 222 (0.17 sec)

  1. tensorflow/c/c_api_test.cc

        expected_grad_outputs[0] = {matmul1, 0};
        expected_grad_outputs[1] = {matmul2, 0};
      }
    
      TF_Tensor* FloatTensor2x2(const float* values) {
        const int64_t dims[2] = {2, 2};
        TF_Tensor* t = TF_AllocateTensor(TF_FLOAT, dims, 2, sizeof(float) * 4);
        memcpy(TF_TensorData(t), values, sizeof(float) * 4);
        return t;
      }
    
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 16:27:48 UTC 2024
    - 97K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.20.md

    - github.com/storageos/go-api: [343b3ef → v2.2.0+incompatible](https://github.com/storageos/go-api/compare/343b3ef...v2.2.0)
    - github.com/urfave/cli: [v1.22.1 → v1.22.2](https://github.com/urfave/cli/compare/v1.22.1...v1.22.2)
    - go.etcd.io/etcd: 54ba958 → dd1b699
    - golang.org/x/crypto: bac4c82 → 75b2880
    - golang.org/x/mod: v0.1.0 → v0.3.0
    - golang.org/x/net: d3edc99 → ab34263
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const DLT_AIRONET_HEADER = 120
    pkg syscall (netbsd-arm64-cgo), const DLT_AIRONET_HEADER ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_AOS = 222
    pkg syscall (netbsd-arm64-cgo), const DLT_AOS ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
    pkg syscall (netbsd-arm64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (darwin-386), const SYS_GETAUID = 353
    pkg syscall (darwin-386), const SYS_GETDIRENTRIES = 196
    pkg syscall (darwin-386), const SYS_GETDIRENTRIES64 = 344
    pkg syscall (darwin-386), const SYS_GETDIRENTRIESATTR = 222
    pkg syscall (darwin-386), const SYS_GETDTABLESIZE = 89
    pkg syscall (darwin-386), const SYS_GETEGID = 43
    pkg syscall (darwin-386), const SYS_GETEUID = 25
    pkg syscall (darwin-386), const SYS_GETFH = 161
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  5. doc/go1.17_spec.html

    Array types are always one-dimensional but may be composed to form
    multi-dimensional types.
    </p>
    
    <pre>
    [32]byte
    [2*N] struct { x, y int32 }
    [1000]*float64
    [3][5]int
    [2][2][2]float64  // same as [2]([2]([2]float64))
    </pre>
    
    <h3 id="Slice_types">Slice types</h3>
    
    <p>
    A slice is a descriptor for a contiguous segment of an <i>underlying array</i> and
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 10 18:25:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  6. api/go1.14.txt

    pkg syscall (freebsd-arm64), const DLT_A653_ICM ideal-int
    pkg syscall (freebsd-arm64), const DLT_AIRONET_HEADER = 120
    pkg syscall (freebsd-arm64), const DLT_AIRONET_HEADER ideal-int
    pkg syscall (freebsd-arm64), const DLT_AOS = 222
    pkg syscall (freebsd-arm64), const DLT_AOS ideal-int
    pkg syscall (freebsd-arm64), const DLT_APPLE_IP_OVER_IEEE1394 = 138
    pkg syscall (freebsd-arm64), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  7. doc/go_spec.html

    Array types are always one-dimensional but may be composed to form
    multi-dimensional types.
    </p>
    
    <pre>
    [32]byte
    [2*N] struct { x, y int32 }
    [1000]*float64
    [3][5]int
    [2][2][2]float64  // same as [2]([2]([2]float64))
    </pre>
    
    <p>
    An array type <code>T</code> may not have an element of type <code>T</code>,
    or of a type containing <code>T</code> as a component, directly or indirectly,
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
  8. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_GETDIRENTRIES64 = 344
    pkg syscall (darwin-arm64), const SYS_GETDIRENTRIES64 ideal-int
    pkg syscall (darwin-arm64), const SYS_GETDIRENTRIESATTR = 222
    pkg syscall (darwin-arm64), const SYS_GETDIRENTRIESATTR ideal-int
    pkg syscall (darwin-arm64), const SYS_GETDTABLESIZE = 89
    pkg syscall (darwin-arm64), const SYS_GETDTABLESIZE ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  9. docs/en/docs/release-notes.md

    * Use Python logger named "`fastapi`" instead of root logger. PR [#222](https://github.com/tiangolo/fastapi/pull/222) by [@euri10](https://github.com/euri10).
    
    * Upgrade Pydantic to version 0.25. PR [#225](https://github.com/tiangolo/fastapi/pull/225) by [@euri10](https://github.com/euri10).
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.21.md

    **Affected Versions**:
      - kubelet v1.22.0 - v1.22.1
      - kubelet v1.21.0 - v1.21.4
      - kubelet v1.20.0 - v1.20.10
      - kubelet <= v1.19.14
    
    **Fixed Versions**:
      - kubelet v1.22.2
      - kubelet v1.21.5
      - kubelet v1.20.11
      - kubelet v1.19.15
    
    This vulnerability was reported by Fabricio Voznika and Mark Wolters of Google.
    
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
Back to top