Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 2,182 for const2 (0.15 sec)

  1. src/internal/goarch/zgoarch_ppc.go

    //go:build ppc
    
    package goarch
    
    const GOARCH = `ppc`
    
    const Is386 = 0
    const IsAmd64 = 0
    const IsAmd64p32 = 0
    const IsArm = 0
    const IsArmbe = 0
    const IsArm64 = 0
    const IsArm64be = 0
    const IsLoong64 = 0
    const IsMips = 0
    const IsMipsle = 0
    const IsMips64 = 0
    const IsMips64le = 0
    const IsMips64p32 = 0
    const IsMips64p32le = 0
    const IsPpc = 1
    const IsPpc64 = 0
    const IsPpc64le = 0
    const IsRiscv = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 574 bytes
    - Viewed (0)
  2. src/internal/goarch/zgoarch_ppc64le.go

    //go:build ppc64le
    
    package goarch
    
    const GOARCH = `ppc64le`
    
    const Is386 = 0
    const IsAmd64 = 0
    const IsAmd64p32 = 0
    const IsArm = 0
    const IsArmbe = 0
    const IsArm64 = 0
    const IsArm64be = 0
    const IsLoong64 = 0
    const IsMips = 0
    const IsMipsle = 0
    const IsMips64 = 0
    const IsMips64le = 0
    const IsMips64p32 = 0
    const IsMips64p32le = 0
    const IsPpc = 0
    const IsPpc64 = 0
    const IsPpc64le = 1
    const IsRiscv = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 582 bytes
    - Viewed (0)
  3. src/internal/goarch/zgoarch_riscv.go

    //go:build riscv
    
    package goarch
    
    const GOARCH = `riscv`
    
    const Is386 = 0
    const IsAmd64 = 0
    const IsAmd64p32 = 0
    const IsArm = 0
    const IsArmbe = 0
    const IsArm64 = 0
    const IsArm64be = 0
    const IsLoong64 = 0
    const IsMips = 0
    const IsMipsle = 0
    const IsMips64 = 0
    const IsMips64le = 0
    const IsMips64p32 = 0
    const IsMips64p32le = 0
    const IsPpc = 0
    const IsPpc64 = 0
    const IsPpc64le = 0
    const IsRiscv = 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 578 bytes
    - Viewed (0)
  4. src/internal/goarch/zgoarch_riscv64.go

    //go:build riscv64
    
    package goarch
    
    const GOARCH = `riscv64`
    
    const Is386 = 0
    const IsAmd64 = 0
    const IsAmd64p32 = 0
    const IsArm = 0
    const IsArmbe = 0
    const IsArm64 = 0
    const IsArm64be = 0
    const IsLoong64 = 0
    const IsMips = 0
    const IsMipsle = 0
    const IsMips64 = 0
    const IsMips64le = 0
    const IsMips64p32 = 0
    const IsMips64p32le = 0
    const IsPpc = 0
    const IsPpc64 = 0
    const IsPpc64le = 0
    const IsRiscv = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 582 bytes
    - Viewed (0)
  5. tensorflow/c/experimental/ops/math_ops.h

               AbstractTensorHandle* const reduction_indices,
               AbstractTensorHandle** output, bool keep_dims = false,
               const char* name = nullptr, const char* raw_device_name = nullptr);
    
    // Returns x - y element-wise.
    Status Sub(AbstractContext* ctx, AbstractTensorHandle* const x,
               AbstractTensorHandle* const y, AbstractTensorHandle** z,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 10 19:11:36 UTC 2022
    - 4.4K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. tensorflow/c/experimental/stream_executor/stream_executor_test_util.cc

    void DestroyTimer(const SP_Device* const device, SP_Timer timer) {}
    void StartTimer(const SP_Device* const device, SP_Stream stream, SP_Timer timer,
                    TF_Status* const status) {}
    void StopTimer(const SP_Device* const device, SP_Stream stream, SP_Timer timer,
                   TF_Status* const status) {}
    void MemcpyDToH(const SP_Device* const device, SP_Stream stream, void* host_dst,
                    const SP_DeviceMemoryBase* const device_src, uint64_t size,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 21 20:09:00 UTC 2023
    - 8.7K bytes
    - Viewed (0)
Back to top