Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for resetMap (0.23 seconds)

  1. scripts/people.py

        def __exit__(self, exc_type, exc_val, exc_tb) -> None:
            pass
    
        def update_request_info(self, cost: int, remaining: int, reset_at: str) -> None:
            self.last_query_cost = cost
            self.remaining_points = remaining
            self.reset_at = datetime.fromisoformat(reset_at.replace("Z", "+00:00"))
    
    
    rate_limiter = RateLimiter()
    
    
    discussions_query = """
    query Q($after: String, $category_id: ID) {
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Mar 23 13:51:24 GMT 2026
    - 15K bytes
    - Click Count (0)
  2. tensorflow/c/eager/c_api_experimental.h

    // TODO(b/166642410): It would be nice, for custom devices and for other users,
    // to have a non-string representation of devices (TF_Device) extracted from
    // tensors/ops/etc. and usable in APIs like OpSetDevice/ResetOp/etc.
    
    #define TFE_CUSTOM_DEVICE_VERSION 4
    
    // Struct to be filled in. Functions are required except where indicated.
    typedef struct TFE_CustomDevice {
      int version = TFE_CUSTOM_DEVICE_VERSION;
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Feb 21 22:37:46 GMT 2024
    - 39.5K bytes
    - Click Count (1)
Back to Top