Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for _new_ (0.09 sec)

  1. tensorflow/c/experimental/filesystem/filesystem_interface.h

    /// allocating or deallocating the plugin specific data. That is, in the 4
    /// `cleanup` functions (one for each data structure), the `init` function for
    /// `TF_Filesystem` and the `new_*` methods of `TF_FilesystemOps` to initialize
    /// the 3 types of files. In all other cases, there is no need to modify the
    /// address of the opaque data pointer, hence the wrapper pointer is marked
    /// `const`.
    ///
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 27 17:36:54 UTC 2022
    - 53.1K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteAMD64.go

    	v_2 := v.Args[2]
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	// match: (AtomicCompareAndSwap32 ptr old new_ mem)
    	// result: (CMPXCHGLlock ptr old new_ mem)
    	for {
    		ptr := v_0
    		old := v_1
    		new_ := v_2
    		mem := v_3
    		v.reset(OpAMD64CMPXCHGLlock)
    		v.AddArg4(ptr, old, new_, mem)
    		return true
    	}
    }
    func rewriteValueAMD64_OpAtomicCompareAndSwap64(v *Value) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  3. tests/query_test.go

    		}
    
    		if len(results) != 2 {
    			t.Errorf("Incorrect users length, expects: 2, got %v", len(results))
    		}
    
    		for idx := range results {
    			results[idx].Name = results[idx].Name + "_new"
    		}
    
    		if err := tx.Save(results).Error; err != nil {
    			t.Fatalf("failed to save users, got error %v", err)
    		}
    
    		return nil
    	}); result.Error != nil || result.RowsAffected != 6 {
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed May 08 04:07:58 UTC 2024
    - 49.8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    For this purpose, you can just add `--dry-run`:
    
    ----
    gradle --write-verification-metadata sha256 help --dry-run
    ----
    
    Then instead of generating the `verification-metadata.xml` file, a _new file_ will be generated, called `verification-metadata.dryrun.xml`.
    
    NOTE: Because `--dry-run` doesn't execute tasks, this would be much faster, but it will miss any resolution happening at task execution time.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  5. src/unicode/tables.go

    	},
    }
    
    var _New_Tai_Lue = &RangeTable{
    	R16: []Range16{
    		{0x1980, 0x19ab, 1},
    		{0x19b0, 0x19c9, 1},
    		{0x19d0, 0x19da, 1},
    		{0x19de, 0x19df, 1},
    	},
    }
    
    var _Newa = &RangeTable{
    	R16: []Range16{},
    	R32: []Range32{
    		{0x11400, 0x1145b, 1},
    		{0x1145d, 0x11461, 1},
    	},
    }
    
    var _Nko = &RangeTable{
    	R16: []Range16{
    		{0x07c0, 0x07fa, 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
Back to top