Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for def2 (0.06 sec)

  1. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	FDIVD F2, F0                            // d8f2
    	FDIVD F3, F0                            // d8f3
    	FDIVD F0, F2                            // dcfa or dcf2
    	FDIVD F0, F3                            // dcfb or dcf3
    	FDIVD (BX), F0                          // d833 or dc33
    	FDIVD (R11), F0                         // 41d833 or 41dc33
    	//TODO: FDIVRP F0, F2                   // defa
    	//TODO: FDIVRP F0, F3                   // defb
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    container.}], [TF_DatasetIteratorAlloc]>:$handle
      );
    }
    
    def TF_AnonymousMemoryCacheOp : TF_Op<"AnonymousMemoryCache", [TF_UniqueResourceAllocation]> {
      let summary = "";
    
      let arguments = (ins);
    
      let results = (outs
        Res<TF_ResourceTensor, "", [TF_DatasetMemoryCacheAlloc]>:$handle,
        TF_VariantTensor:$deleter
      );
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. RELEASE.md

    *   `tf.saved_model.SaveOptions`
    
        * `SaveOptions` now takes a new argument called
          `experimental_debug_stripper`. When enabled, this strips the debug nodes
          from both the node defs and the function defs of the graph. Note that
          this currently only strips the `Assert` nodes from the graph and
          converts them into `NoOp`s instead.
    
    *   `tf.data`
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1EF0          ; mapped                 ; 1EF1          # 1.1  LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW
    1EF1          ; valid                                  # 1.1  LATIN SMALL LETTER U WITH HORN AND DOT BELOW
    1EF2          ; mapped                 ; 1EF3          # 1.1  LATIN CAPITAL LETTER Y WITH GRAVE
    1EF3          ; valid                                  # 1.1  LATIN SMALL LETTER Y WITH GRAVE
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top