Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 755 for told (0.05 sec)

  1. docs/en/docs/tutorial/query-params-str-validations.md

    ## Use `Annotated` in the type for the `q` parameter
    
    Remember I told you before that `Annotated` can be used to add metadata to your parameters in the [Python Types Intro](../python-types.md#type-hints-with-metadata-annotations){.internal-link target=_blank}?
    
    Now it's the time to use it with FastAPI. 🚀
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri May 31 02:38:05 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  2. src/runtime/race/testdata/mop_test.go

    I come to bury Caesar, not to praise him.
    The evil that men do lives after them;
    The good is oft interred with their bones;
    So let it be with Caesar. The noble Brutus
    Hath told you Caesar was ambitious:
    If it were so, it was a grievous fault,
    And grievously hath Caesar answer'd it.
    Here, under leave of Brutus and the rest -
    For Brutus is an honourable man;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 23 16:46:25 UTC 2023
    - 28.9K bytes
    - Viewed (0)
  3. pkg/controller/resourceclaim/controller.go

    		if reservedFor.APIGroup == "" &&
    			reservedFor.Resource == "pods" {
    			// A pod falls into one of three categories:
    			// - we have it in our cache -> don't remove it until we are told that it got removed
    			// - we don't have it in our cache anymore, but we have seen it before -> it was deleted, remove it
    			// - not in our cache, not seen -> double-check with API server before removal
    
    			keepEntry := true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 37.1K bytes
    - Viewed (0)
  4. src/internal/fuzz/worker.go

    		// Start or restart the worker if it's not running.
    		if !w.isRunning() {
    			if err := w.startAndPing(ctx); err != nil {
    				return err
    			}
    		}
    
    		select {
    		case <-ctx.Done():
    			// Worker was told to stop.
    			err := w.stop()
    			if err != nil && !w.interrupted && !isInterruptError(err) {
    				return err
    			}
    			return ctx.Err()
    
    		case <-w.termC:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  5. src/cmd/cgo/doc.go

    using internal linking mode, which is not the default when linking
    programs that use cgo (as described below). If the linker sees a file
    named dynimportfail it reports an error if it has been told to use
    internal linking mode. This approach is taken because generating
    _cgo_import.go requires doing a full C link of the package, which can
    fail for reasons that are irrelevant when using external linking mode.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 17:12:16 UTC 2024
    - 42.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/arch/x86/x86asm/decode.go

    	// processor may assign a different meaning. As a disassembler, we
    	// don't really know whether we're seeing a meaningless prefix or one
    	// whose meaning we simply haven't been told yet.
    	//
    	// Combining the two questions, what happens when conflicting
    	// extension prefixes are given? No one seems to know for sure.
    	// For example, MOVQ is 66 0F D6 /r, MOVDQ2Q is F2 0F D6 /r,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:59:52 UTC 2023
    - 45.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/experimental/tac/tests/fold-constants-to-subgraph.mlir

    // Test for partial folding: only fold i32 constants.
    // RUN: tac-opt-all-backends -tfl-fold-constants-to-subgraph='fold-all-constants=false' %s -split-input-file -verify-diagnostics | FileCheck --check-prefix=PARTIAL %s
    
    // Test for fold all constants.
    // RUN: tac-opt-all-backends -tfl-fold-constants-to-subgraph='fold-all-constants=true' %s -split-input-file -verify-diagnostics | FileCheck --check-prefix=ALL %s
    
    module {
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/constant-fold.mlir

      // CHECK: %[[RESULT:.*]] = "tf.Mul"(%arg0, %[[CONST]]) : (tensor<1x6x8x1xf32>, tensor<f32>) -> tensor<1x6x8x1xf32>
      // CHECK: return %[[RESULT]] : tensor<1x6x8x1xf32>
    }
    
    // Do not fold if the op doesn't follow the constant folding policy. It doesn't
    // fold if the  total result size is large (>1 MB) and more than 2 times the
    // size of operands.
    
    // CHECK-LABEL: DontFoldTile
    func.func @DontFoldTile() -> (tensor<64x10000xi32>) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 31 23:22:24 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/fe.tld

    Shinsuke Sugaya <******@****.***> 1590652175 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 28 07:49:35 UTC 2020
    - 10K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tests/const-fold.mlir

    Christian Sigg <******@****.***> 1714640622 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 45.8K bytes
    - Viewed (0)
Back to top