Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for regabi (0.32 sec)

  1. src/runtime/map.go

    			// Check the current hash table for the data.
    			// This code handles the case where the key
    			// has been deleted, updated, or deleted and reinserted.
    			// NOTE: we need to regrab the key as it has potentially been
    			// updated to an equal() but not identical key (e.g. +0.0 vs -0.0).
    			rk, re := mapaccessK(t, h, k)
    			if rk == nil {
    				continue // key has been deleted
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/opGen.go

    var registers386 = [...]Register{
    	{0, x86.REG_AX, 0, "AX"},
    	{1, x86.REG_CX, 1, "CX"},
    	{2, x86.REG_DX, 2, "DX"},
    	{3, x86.REG_BX, 3, "BX"},
    	{4, x86.REGSP, -1, "SP"},
    	{5, x86.REG_BP, 4, "BP"},
    	{6, x86.REG_SI, 5, "SI"},
    	{7, x86.REG_DI, 6, "DI"},
    	{8, x86.REG_X0, -1, "X0"},
    	{9, x86.REG_X1, -1, "X1"},
    	{10, x86.REG_X2, -1, "X2"},
    	{11, x86.REG_X3, -1, "X3"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
  3. CREDITS

    purpose with or without fee is hereby granted, provided that the above
    copyright notice and this permission notice appear in all copies.
    
    THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
    WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
    MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
    ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
    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. RELEASE.md

        layers. Specifically, the previous variable names "weights" and "biases"
        have been changed to "kernel" and "bias", respectively. This may cause
        backward incompatibility with regard to your old checkpoints containing such
        RNN cells, in which case you can use the tool
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top