Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 207 for refill (0.09 sec)

  1. src/internal/coverage/pods/pods.go

    // distinct coverage meta-data file. We then create a single pod for
    // each meta-data file M_k, then find all of the counter data files
    // that refer to that meta-data file (recall that the counter data
    // file name incorporates the meta-data hash), and add the counter
    // data file to the appropriate pod.
    //
    // This process is complicated by the fact that we need to keep track
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	EPROTOTYPE      = syscall.Errno(0x5b)
    	EREMCHG         = syscall.Errno(0x4e)
    	EREMOTE         = syscall.Errno(0x42)
    	EREMOTEIO       = syscall.Errno(0x79)
    	ERESTART        = syscall.Errno(0x55)
    	ERFKILL         = syscall.Errno(0x84)
    	ESHUTDOWN       = syscall.Errno(0x6c)
    	ESOCKTNOSUPPORT = syscall.Errno(0x5e)
    	ESRMNT          = syscall.Errno(0x45)
    	ESTALE          = syscall.Errno(0x74)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go

    	EPROTOTYPE      = syscall.Errno(0x5b)
    	EREMCHG         = syscall.Errno(0x4e)
    	EREMOTE         = syscall.Errno(0x42)
    	EREMOTEIO       = syscall.Errno(0x79)
    	ERESTART        = syscall.Errno(0x55)
    	ERFKILL         = syscall.Errno(0x84)
    	ESHUTDOWN       = syscall.Errno(0x6c)
    	ESOCKTNOSUPPORT = syscall.Errno(0x5e)
    	ESRMNT          = syscall.Errno(0x45)
    	ESTALE          = syscall.Errno(0x74)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go

    	EREMCHG         = syscall.Errno(0x52)
    	EREMDEV         = syscall.Errno(0x8e)
    	EREMOTE         = syscall.Errno(0x42)
    	EREMOTEIO       = syscall.Errno(0x8c)
    	ERESTART        = syscall.Errno(0x5b)
    	ERFKILL         = syscall.Errno(0xa7)
    	ESHUTDOWN       = syscall.Errno(0x8f)
    	ESOCKTNOSUPPORT = syscall.Errno(0x79)
    	ESRMNT          = syscall.Errno(0x45)
    	ESTALE          = syscall.Errno(0x97)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go

    	EREMCHG         = syscall.Errno(0x52)
    	EREMDEV         = syscall.Errno(0x8e)
    	EREMOTE         = syscall.Errno(0x42)
    	EREMOTEIO       = syscall.Errno(0x8c)
    	ERESTART        = syscall.Errno(0x5b)
    	ERFKILL         = syscall.Errno(0xa7)
    	ESHUTDOWN       = syscall.Errno(0x8f)
    	ESOCKTNOSUPPORT = syscall.Errno(0x79)
    	ESRMNT          = syscall.Errno(0x45)
    	ESTALE          = syscall.Errno(0x97)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  6. CONTRIBUTING.md

    Use `pylint` to check your Python changes. To install `pylint` and check a file
    with `pylint` against TensorFlow's custom style definition:
    
    ```bash
    pip install pylint
    pylint --rcfile=tensorflow/tools/ci_build/pylintrc myfile.py
    ```
    
    Note `pylint --rcfile=tensorflow/tools/ci_build/pylintrc` should run from the
    top level tensorflow directory.
    
    #### Coding style for other languages
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 11:45:51 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  7. docs/ru/docs/tutorial/first-steps.md

    Вы увидите альтернативную автоматически сгенерированную документацию (предоставленную <a href="https://github.com/Rebilly/ReDoc" class="external-link" target="_blank">ReDoc</a>):
    
    ![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)
    
    ### OpenAPI
    
    **FastAPI** генерирует "схему" всего API, используя стандарт **OpenAPI**.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go

    	EPROTOTYPE      = syscall.Errno(0x5b)
    	EREMCHG         = syscall.Errno(0x4e)
    	EREMOTE         = syscall.Errno(0x42)
    	EREMOTEIO       = syscall.Errno(0x79)
    	ERESTART        = syscall.Errno(0x55)
    	ERFKILL         = syscall.Errno(0x84)
    	ESHUTDOWN       = syscall.Errno(0x6c)
    	ESOCKTNOSUPPORT = syscall.Errno(0x5e)
    	ESRMNT          = syscall.Errno(0x45)
    	ESTALE          = syscall.Errno(0x74)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.8K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/api/v1/compile_mlir_util.h

    // Helper struct representing argument tensor or resource handle shapes.
    struct TensorOrResourceShape {
      TensorShape shape;
      bool is_resource = false;
    };
    
    // Refine MLIR types based on new shape information.
    ABSL_DEPRECATED("Not meant to be used directly and should be a util.")
    Status RefineShapes(llvm::ArrayRef<TensorOrResourceShape> arg_shapes,
                        mlir::ModuleOp module);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 17:24:39 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  10. docs/pl/docs/tutorial/first-steps.md

    Teraz przejdź do <a href="http://127.0.0.1:8000/redoc" class="external-link" target="_blank">http://127.0.0.1:8000/redoc</a>.
    
    Zobaczysz alternatywną automatycznie wygenerowaną dokumentację API (dostarczoną przez <a href="https://github.com/Rebilly/ReDoc" class="external-link" target="_blank">ReDoc</a>):
    
    ![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)
    
    ### OpenAPI
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 9.8K bytes
    - Viewed (0)
Back to top