Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for rv1 (0.02 sec)

  1. tensorflow/compiler/mlir/lite/tests/quantize-variables.mlir

    // WHOLE-PASSES-DAG:  %[[rv1:.*]] = "tfl.read_variable"({{.*}}) : (tensor<*x!tf_type.resource<tensor<1x2x3x!quant.uniform<u8:f32, {{.*}}>>>>) -> tensor<1x2x3x!quant.uniform<u8:f32, {{.*}}>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/rangefunc/rewrite.go

    names if they don't have them already, and the names are assigned
    at the return site.
    
    	  func foo() (#rv1 A, #rv2 B) {
    
    		{
    			var (
    				#next int
    			)
    			f(func(x T1) bool {
    				...
    				{
    					// return a, b
    					#rv1, #rv2 = a, b
    					#next = -1
    					return false
    				}
    				...
    				return true
    			})
    			if #next == -1 { return }
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:05:44 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  3. pkg/controller/endpoint/endpoints_controller_test.go

    	store := controller.endpointsStore
    	ep1 := &v1.Endpoints{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:            "foo",
    			Namespace:       ns,
    			ResourceVersion: "rv1",
    		},
    	}
    
    	// Test Unexpected and Expected Deletes
    	store.Delete(ep1)
    	controller.onEndpointsDelete(ep1)
    
    	if controller.queue.Len() != 1 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
Back to top