Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for defs (0.05 sec)

  1. 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)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Identical", Func, 5},
    		{"IdenticalIgnoreTags", Func, 8},
    		{"Implements", Func, 5},
    		{"ImportMode", Type, 6},
    		{"Importer", Type, 5},
    		{"ImporterFrom", Type, 6},
    		{"Info", Type, 5},
    		{"Info.Defs", Field, 5},
    		{"Info.FileVersions", Field, 22},
    		{"Info.Implicits", Field, 5},
    		{"Info.InitOrder", Field, 5},
    		{"Info.Instances", Field, 18},
    		{"Info.Scopes", Field, 5},
    		{"Info.Selections", Field, 5},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	FDIVD (BX), F0                          // d833 or dc33
    	FDIVD (R11), F0                         // 41d833 or 41dc33
    	//TODO: FDIVRP F0, F2                   // defa
    	//TODO: FDIVRP F0, F3                   // defb
    	//TODO: FDIVR F2, F0                    // d8fa
    	//TODO: FDIVR F3, F0                    // d8fb
    	//TODO: FDIVFR (BX)                     // d83b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (0)
Back to top