Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 53 for delattr (0.24 sec)

  1. fastapi/routing.py

                    "/"
                ), "A path prefix must not end with '/', as the routes will start with '/'"
            else:
                for r in router.routes:
                    path = getattr(r, "path")  # noqa: B009
                    name = getattr(r, "name", "unknown")
                    if path is not None and not path:
                        raise FastAPIError(
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Apr 02 02:48:51 GMT 2024
    - 170.1K bytes
    - Viewed (0)
  2. tensorflow/c/c_api.h

    // subject to change. Primarily intended for internal libraries
    TF_CAPI_EXPORT extern void TF_ColocateWith(TF_OperationDescription* desc,
                                               TF_Operation* op);
    
    // Call some TF_SetAttr*() function for every attr that is not
    // inferred from an input and doesn't have a default value you wish to
    // keep.
    
    // `value` must point to a string of length `length` bytes.
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Viewed (3)
  3. tensorflow/c/eager/c_api_experimental.h

                                                                  TF_Status*);
    
    // Creates a new TensorHandle from memory residing in the physical device
    // device_name. Takes ownership of the memory, and will call deleter to release
    // it after TF no longer needs it or in case of error.
    //
    // Custom devices must use TFE_NewCustomDeviceTensorHandle instead.
    TF_CAPI_EXPORT extern TFE_TensorHandle* TFE_NewTensorHandleFromDeviceMemory(
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Feb 21 22:37:46 GMT 2024
    - 39.5K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (linux-386), type NetlinkRouteRequest struct, Data RtGenmsg
    pkg syscall (linux-386), type NetlinkRouteRequest struct, Header NlMsghdr
    pkg syscall (linux-386), type NlAttr struct
    pkg syscall (linux-386), type NlAttr struct, Len uint16
    pkg syscall (linux-386), type NlAttr struct, Type uint16
    pkg syscall (linux-386), type NlMsgerr struct
    pkg syscall (linux-386), type NlMsgerr struct, Error int32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const RTM_ADD ideal-int
    pkg syscall (freebsd-arm64), const RTM_CHANGE = 3
    pkg syscall (freebsd-arm64), const RTM_CHANGE ideal-int
    pkg syscall (freebsd-arm64), const RTM_DELADDR = 13
    pkg syscall (freebsd-arm64), const RTM_DELADDR ideal-int
    pkg syscall (freebsd-arm64), const RTM_DELETE = 2
    pkg syscall (freebsd-arm64), const RTM_DELETE ideal-int
    pkg syscall (freebsd-arm64), const RTM_DELMADDR = 16
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  6. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const RTM_CHANGE = 3 #53466
    pkg syscall (freebsd-riscv64), const RTM_CHANGE ideal-int #53466
    pkg syscall (freebsd-riscv64), const RTM_DELADDR = 13 #53466
    pkg syscall (freebsd-riscv64), const RTM_DELADDR ideal-int #53466
    pkg syscall (freebsd-riscv64), const RTM_DELETE = 2 #53466
    pkg syscall (freebsd-riscv64), const RTM_DELETE ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  7. api/go1.1.txt

    pkg syscall (darwin-386), const RTF_XRESOLVE = 512
    pkg syscall (darwin-386), const RTM_ADD = 1
    pkg syscall (darwin-386), const RTM_CHANGE = 3
    pkg syscall (darwin-386), const RTM_DELADDR = 13
    pkg syscall (darwin-386), const RTM_DELETE = 2
    pkg syscall (darwin-386), const RTM_DELMADDR = 16
    pkg syscall (darwin-386), const RTM_GET = 4
    pkg syscall (darwin-386), const RTM_GET2 = 20
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (1)
  8. api/go1.2.txt

    pkg syscall (linux-arm-cgo), type NetlinkRouteRequest struct, Header NlMsghdr
    pkg syscall (linux-arm-cgo), type NlAttr struct
    pkg syscall (linux-arm-cgo), type NlAttr struct, Len uint16
    pkg syscall (linux-arm-cgo), type NlAttr struct, Type uint16
    pkg syscall (linux-arm-cgo), type NlMsgerr struct
    pkg syscall (linux-arm-cgo), type NlMsgerr struct, Error int32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  9. CHANGELOG/CHANGELOG-1.15.md

      1. For volumes provisioned/deleted via external provisioner/deleter, `storage_operation_duration_seconds` will NOT wait for the external operation to be done before reporting latency metric (effectively close to 0). This will be fixed by using `volume_operation_total_seconds` instead
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 278.9K bytes
    - Viewed (0)
  10. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const RTM_CHGADDR = 21
    pkg syscall (netbsd-arm64-cgo), const RTM_CHGADDR ideal-int
    pkg syscall (netbsd-arm64-cgo), const RTM_DELADDR = 13
    pkg syscall (netbsd-arm64-cgo), const RTM_DELADDR ideal-int
    pkg syscall (netbsd-arm64-cgo), const RTM_DELETE = 2
    pkg syscall (netbsd-arm64-cgo), const RTM_DELETE ideal-int
    pkg syscall (netbsd-arm64-cgo), const RTM_GET = 4
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
Back to top