Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 36 of 36 for compiling (0.29 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

    https://research.google.com/pubs/archive/43905.pdf
    Hasim Sak, Andrew Senior, and Francoise Beaufays. 'Long short-term memory
    recurrent neural network architectures for large scale acoustic modeling.'
    INTERSPEECH, 2014.
    The coupling of input and forget gate (CIFG) is based on:
    http://arxiv.org/pdf/1503.04069.pdf
    Greff et al. 'LSTM: A Search Space Odyssey'
    The layer normalization is based on:
    https://arxiv.org/pdf/1607.06450.pdf
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  2. pkg/printers/internalversion/printers_test.go

    		}
    	}
    }
    
    func TestTranslateTimestampUntil(t *testing.T) {
    	// Since this method compares the time with time.Now() internally,
    	// small buffers of 0.1 seconds are added on comparing times to consider method call overhead.
    	// Otherwise, the output strings become shorter than expected.
    	const buf = 1e8
    	tl := stringTestList{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  3. src/unicode/tables.go

    	Mark   = _M  // Mark/M is the set of Unicode mark characters, category M.
    	M      = _M
    	Mc     = _Mc // Mc is the set of Unicode characters in category Mc (Mark, spacing combining).
    	Me     = _Me // Me is the set of Unicode characters in category Me (Mark, enclosing).
    	Mn     = _Mn // Mn is the set of Unicode characters in category Mn (Mark, nonspacing).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  4. src/runtime/proc.go

    		return false
    	}
    	gp := mp.curg
    	if gp == nil || gp == mp.g0 {
    		return false
    	}
    
    	gp.preempt = true
    
    	// Every call in a goroutine checks for stack overflow by
    	// comparing the current stack pointer to gp->stackguard0.
    	// Setting gp->stackguard0 to StackPreempt folds
    	// preemption into the normal stack overflow check.
    	gp.stackguard0 = stackPreempt
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  5. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    storj.farm
    
    // Studenten Net Twente : http://www.snt.utwente.nl/
    // Submitted by Silke Hofstra <******@****.***>
    utwente.io
    
    // Student-Run Computing Facility : https://www.srcf.net/
    // Submitted by Edwin Balani <******@****.***>
    soc.srcf.net
    user.srcf.net
    
    // Sub 6 Limited: http://www.sub6.com
    // Submitted by Dan Miller <******@****.***>
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  6. src/encoding/json/testdata/code.json.gz

    101010101010102,"touches":1,"min_t":1239065089,"max_t":1239065089,"mean_t":1239065089},{"name":"GraphemeBreakPropert.txt","kids":[],"cl_weight":0.010101010101010102,"touches":1,"min_t":1239065089,"max_t":1239065089,"mean_t":1239065089},{"name":"combining-properties.h","kids":[],"cl_weight":0.010101010101010102,"touches":1,"min_t":1239065089,"max_t":1239065089,"mean_t":1239065089},{"name":"scripts-parse.py","kids":[],"cl_weight":0.010101010101010102,"touches":1,"min_t":1239065089,"max_t":12390650...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top