Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 1,083 for toint (0.36 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/tests/compose-uniform-quantized-type.mlir

        %2 = stablehlo.constant dense<-128> : tensor<1x1x1xi8>  // Input 1 zero point (z1).
        %3 = stablehlo.constant dense<-128> : tensor<1x1x1xi32>  // Input 1 zero point (z1) (upcast & folded into i32).
        %4 = stablehlo.constant dense<4.000000e-01> : tensor<1x1x1xf32>  // Input 2 inverse scale (1 / s2).
        %5 = stablehlo.constant dense<0> : tensor<1x1x1xi8>  // Input 2 zero point (z2).
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 37K bytes
    - Viewed (0)
  2. maven-core/src/test/java/org/apache/maven/project/ProjectBuilderTest.java

            // single project build entry point
            ProjectBuildingResult result = getContainer()
                    .lookup(org.apache.maven.project.ProjectBuilder.class)
                    .build(pomFile, configuration);
            assertEquals(1, result.getProject().getArtifacts().size());
            // multi projects build entry point
            List<ProjectBuildingResult> results = getContainer()
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 09:06:12 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  3. src/internal/types/testdata/check/expr3.go

    	// recursively so
    	_ = [10][10]T{{}, [10]T{{}}, {{1, 2, 3}}}
    
    	// from the spec
    	type Point struct { x, y float32 }
    	_ = [...]Point{Point{1.5, -3.5}, Point{0, 0}}
    	_ = [...]Point{{1.5, -3.5}, {0, 0}}
    	_ = [][]int{[]int{1, 2, 3}, []int{4, 5}}
    	_ = [][]int{{1, 2, 3}, {4, 5}}
    	_ = [...]*Point{&Point{1.5, -3.5}, &Point{0, 0}}
    	_ = [...]*Point{{1.5, -3.5}, {0, 0}}
    }
    
    func slice_literals() {
    	type S0 []int
    	_ = S0{}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 16 22:41:49 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  4. pkg/kubelet/lifecycle/predicate_test.go

    				Spec: v1.NodeSpec{
    					Taints: []v1.Taint{
    						{Key: "foo", Effect: v1.TaintEffectNoSchedule},
    						{Key: "bar", Effect: v1.TaintEffectNoExecute},
    					},
    				},
    				Status: v1.NodeStatus{Capacity: makeResources(10, 20, 32, 0, 0, 0), Allocatable: makeAllocatableResources(10, 20, 32, 0, 0, 0)},
    			},
    			name: "taint/toleration match",
    		},
    		{
    			pod:      &v1.Pod{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 23:13:50 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  5. src/encoding/gob/type.go

    	// Always passed as pointers so the interface{} type
    	// goes through without losing its interfaceness.
    	tBool      = bootstrapType("bool", (*bool)(nil))
    	tInt       = bootstrapType("int", (*int)(nil))
    	tUint      = bootstrapType("uint", (*uint)(nil))
    	tFloat     = bootstrapType("float", (*float64)(nil))
    	tBytes     = bootstrapType("bytes", (*[]byte)(nil))
    	tString    = bootstrapType("string", (*string)(nil))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 02:00:26 UTC 2024
    - 27.2K bytes
    - Viewed (0)
  6. src/os/types_windows.go

    	// FILE_FLAG_OPEN_REPARSE_POINT flag when opening the file if it is a reparse
    	// point.”
    	//
    	// And per https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-createfilew,
    	// “If the file is not a reparse point, then this flag is ignored.”
    	//
    	// So we set FILE_FLAG_OPEN_REPARSE_POINT unconditionally, since we want
    	// information about the reparse point itself.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 18:44:48 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/typecheck/expr.go

    		base.Fatalf("need unsafe.Pointer for OSLICEHEADER")
    	}
    
    	n.Ptr = Expr(n.Ptr)
    	n.Len = DefaultLit(Expr(n.Len), types.Types[types.TINT])
    	n.Cap = DefaultLit(Expr(n.Cap), types.Types[types.TINT])
    
    	if ir.IsConst(n.Len, constant.Int) && ir.Int64Val(n.Len) < 0 {
    		base.Fatalf("len for OSLICEHEADER must be non-negative")
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:29:45 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  8. subprojects/core/src/test/groovy/org/gradle/internal/classpath/CallInterceptingMetaClassTest.groovy

            instance.intercepted == "nonExistent(String)-non-existent"
    
            when: "calling it outside the entry point scope"
            instance.nonExistent("test")
    
            then: "it should throw an exception as usual"
            thrown(MissingMethodException)
        }
    
        def 'intercepts only one call in a succession with a single entry point'() {
            when:
            withEntryPoint(INVOKE_METHOD, "test") {
                instance.test()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Nov 24 13:33:59 UTC 2023
    - 15K bytes
    - Viewed (0)
  9. src/math/big/ratconv.go

    	// may reduce the size of shift/multiplication factors or
    	// divisors required to create the final fraction, depending
    	// on the actual floating-point value.
    
    	// determine binary or decimal exponent contribution of radix point
    	var exp2, exp5 int64
    	if fcount < 0 {
    		// The mantissa has a radix point ddd.dddd; and
    		// -fcount is the number of digits to the right
    		// of '.'. Adjust relevant exponent accordingly.
    		d := int64(fcount)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 15 22:16:34 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  10. src/encoding/gob/doc.go

    	type Point struct {X, Y int}
    and the value
    	p := Point{22, 33}
    the bytes transmitted that encode p will be:
    	1f ff 81 03 01 01 05 50 6f 69 6e 74 01 ff 82 00
    	01 02 01 01 58 01 04 00 01 01 59 01 04 00 00 00
    	07 ff 82 01 2c 01 42 00
    They are determined as follows.
    
    Since this is the first transmission of type Point, the type descriptor
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 17.1K bytes
    - Viewed (0)
Back to top