Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 112 of 112 for eastwest (0.17 sec)

  1. src/reflect/all_test.go

    func TestTypeOfTypeOf(t *testing.T) {
    	// Check that all the type constructors return concrete *rtype implementations.
    	// It's difficult to test directly because the reflect package is only at arm's length.
    	// The easiest thing to do is just call a function that crashes if it doesn't get an *rtype.
    	check := func(name string, typ Type) {
    		if underlying := TypeOf(typ).String(); underlying != "*reflect.rtype" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  2. RELEASE.md

    * Introducing `tf.types.experimental.AtomicFunction` as the fastest way to perform TF computations in Python.
    
        * Can be accessed through `inference_fn` property of `ConcreteFunction`s
        * Does not support gradients.
    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