Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for previewing (0.33 sec)

  1. src/crypto/internal/mlkem768/mlkem768.go

    // reviewability as its primary goals. All critical operations are performed in
    // constant time.
    //
    // Variable and function names, as well as code layout, are selected to
    // facilitate reviewing the implementation against the NIST FIPS 203 ipd
    // document.
    //
    // Reviewers unfamiliar with polynomials or linear algebra might find the
    // background at https://words.filippo.io/kyber-math/ useful.
    
    import (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 28.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

            "tf._TPUCompileMlir"(...)
          })
          %0 = "tf.OpA"(...)
          %2 = "tf.OpB"(...)
    
        Note that this will only move the ops if it's possible to do so. If there's
        a data or control dependency prevening the reordering, it will leave the ops
        where they are.
      }];
      let constructor = "TF::CreateMoveTpuCompileToFrontPass()";
    }
    
    def DecomposeOptionalsPass : Pass<"tf-decompose-optionals", "ModuleOp"> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  3. CREDITS

    SUCH DAMAGES.
    
      17. Interpretation of Sections 15 and 16.
    
      If the disclaimer of warranty and limitation of liability provided
    above cannot be given local legal effect according to their terms,
    reviewing courts shall apply local law that most closely approximates
    an absolute waiver of all civil liability in connection with the
    Program, unless a warranty or assumption of liability accompanies a
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    * Update docs for [Development - Contributing: Translations](https://fastapi.tiangolo.com/contributing/#translations) including note about reviewing translation PRs. [#1215](https://github.com/tiangolo/fastapi/pull/1215).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  5. pkg/generated/openapi/zz_generated.openapi.go

    		Schema: spec.Schema{
    			SchemaProps: spec.SchemaProps{
    				Description: "Table is a tabular representation of a set of API resources. The server transforms the object into a set of preferred columns for quickly reviewing the objects.",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"kind": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top