Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 78 for entryAt (0.71 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/quantize_composite_functions.mlir

        return %2 : tensor<1x3xf32>
      }
    // Checks that the quantized XlaCallModule has been replaced by a CallOp, which
    // calls the quantized entry function.
    
    // CHECK: func.func private @quantize_dot_general_fn(%[[ARG_0:.+]]: tensor<1x2xf32>) -> tensor<1x3xf32> attributes {tf._original_func_name = "main_0"}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 05:56:10 UTC 2024
    - 91.6K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/types2/api_test.go

    	}{
    		{`package p2; import . "fmt"; var _ = Println`, ""},           // no Implicits entry
    		{`package p0; import local "fmt"; var _ = local.Println`, ""}, // no Implicits entry
    		{`package p1; import "fmt"; var _ = fmt.Println`, "importSpec: package fmt"},
    
    		{`package p3; func f(x interface{}) { switch x.(type) { case int: } }`, ""}, // no Implicits entry
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 93.3K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/regalloc.go

    	type dentry struct {
    		out [4]register    // desired output registers
    		in  [3][4]register // desired input registers (for inputs 0,1, and 2)
    	}
    	var dinfo []dentry
    
    	if f.Entry != f.Blocks[0] {
    		f.Fatalf("entry block must be first")
    	}
    
    	for _, b := range s.visitOrder {
    		if s.f.pass.debug > regDebug {
    			fmt.Printf("Begin processing block %v\n", b)
    		}
    		s.curBlock = b
    		s.startRegsMask = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__authorization.k8s.io__v1_openapi.json

                  }
                ],
                "description": "Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over."
              }
            },
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:26 UTC 2023
    - 66.1K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/listener.go

    	// all listener, implying add all other ports as usual. When we are
    	// iterating through the services for a catchAll egress listener,
    	// the caller would have set the locked bit for each listener Entry
    	// in the map.
    	//
    	// Check if this HTTP listener conflicts with an existing TCP
    	// listener. We could have listener conflicts occur on unix domain
    	// sockets, or on IP binds. Specifically, its common to see
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  6. src/go/types/api_test.go

    	}{
    		{`package p2; import . "fmt"; var _ = Println`, ""},           // no Implicits entry
    		{`package p0; import local "fmt"; var _ = local.Println`, ""}, // no Implicits entry
    		{`package p1; import "fmt"; var _ = fmt.Println`, "importSpec: package fmt"},
    
    		{`package p3; func f(x interface{}) { switch x.(type) { case int: } }`, ""}, // no Implicits entry
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 94.2K bytes
    - Viewed (0)
  7. src/crypto/x509/x509.go

    	return checkSignature(c.SignatureAlgorithm, c.RawTBSCertificateRequest, c.Signature, c.PublicKey, true)
    }
    
    // RevocationListEntry represents an entry in the revokedCertificates
    // sequence of a CRL.
    type RevocationListEntry struct {
    	// Raw contains the raw bytes of the revokedCertificates entry. It is set when
    	// parsing a CRL; it is ignored when generating a CRL.
    	Raw []byte
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:20:15 UTC 2024
    - 82K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// Must be empty before the object is deleted from the registry. Each entry
    	// is an identifier for the responsible component that will remove the entry
    	// from the list. If the deletionTimestamp of the object is non-nil, entries
    	// in this list can only be removed.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (1)
  9. src/runtime/asm_amd64.s

    	MOVQ	(g_sched+gobuf_sp)(SI), SP
    	MOVQ	0(SP), AX
    	MOVQ	AX, (g_sched+gobuf_sp)(SI)
    
    	// If the m on entry was nil, we called needm above to borrow an m,
    	// 1. for the duration of the call on non-pthread platforms,
    	// 2. or the duration of the C thread alive on pthread platforms.
    	// If the m on entry wasn't nil,
    	// 1. the thread might be a Go thread,
    	// 2. or it wasn't the first call from a C thread on pthread platforms,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    	var cnt int64
    	for {
    		var entryLE direntLE
    		var entrypLE *direntLE
    		e := Readdir_r(d, &entryLE, &entrypLE)
    		if e != nil {
    			return n, e
    		}
    		if entrypLE == nil {
    			break
    		}
    		if skip > 0 {
    			skip--
    			cnt++
    			continue
    		}
    
    		// Dirent on zos has a different structure
    		entry, e := direntLeToDirentUnix(&entryLE, d, path)
    		if e != nil {
    			return n, e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
Back to top