Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 51 for prolog (0.62 sec)

  1. src/runtime/traceback.go

    	"unsafe"
    )
    
    // The code in this file implements stack trace walking for all architectures.
    // The most important fact about a given architecture is whether it uses a link register.
    // On systems with link registers, the prologue for a non-leaf function stores the
    // incoming value of LR at the bottom of the newly allocated stack frame.
    // On systems without link registers (x86), the architecture pushes a return PC during
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  2. src/cmd/cgo/internal/test/test.go

    // Copyright 2010 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Test cases for cgo.
    // Both the import "C" prologue and the main file are sorted by issue number.
    // This file contains C definitions (not just declarations)
    // and so it must NOT contain any //export directives on Go functions.
    // See testx.go for exports.
    
    package cgotest
    
    /*
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  3. src/net/http/serve_test.go

    }
    func testTLSHandshakeTimeout(t *testing.T, mode testMode) {
    	errLog := new(strings.Builder)
    	cst := newClientServerTest(t, mode, HandlerFunc(func(w ResponseWriter, r *Request) {}),
    		func(ts *httptest.Server) {
    			ts.Config.ReadTimeout = 250 * time.Millisecond
    			ts.Config.ErrorLog = log.New(errLog, "", 0)
    		},
    	)
    	ts := cst.ts
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.31.md

    - github.com/googleapis/enterprise-certificate-proxy: [v0.2.3](https://github.com/googleapis/enterprise-certificate-proxy/tree/v0.2.3)
    - google.golang.org/genproto/googleapis/bytestream: e85fd2c
    - google.golang.org/grpc/cmd/protoc-gen-go-grpc: v1.1.0
    - gopkg.in/gcfg.v1: v1.2.3
    - gopkg.in/warnings.v0: v0.1.2
    - rsc.io/quote/v3: v3.1.0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.29.md

    - github.com/envoyproxy/go-control-plane: [v0.10.3 → v0.11.1](https://github.com/envoyproxy/go-control-plane/compare/v0.10.3...v0.11.1)
    - github.com/envoyproxy/protoc-gen-validate: [v0.9.1 → v1.0.2](https://github.com/envoyproxy/protoc-gen-validate/compare/v0.9.1...v1.0.2)
    - github.com/evanphx/json-patch: [v5.6.0+incompatible → v4.12.0+incompatible](https://github.com/evanphx/json-patch/compare/v5.6.0...v4.12.0)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  6. go.sum

    github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
    github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
    github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f h1:Y/CXytFA4m6baUTXGLOoWe4PQhGxaX0KpnayAqC48p4=
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:53:53 UTC 2024
    - 85.8K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssagen/ssa.go

    	lineRunStart *obj.Prog
    
    	// wasm: The number of values on the WebAssembly stack. This is only used as a safeguard.
    	OnWasmStackSkipped int
    }
    
    func (s *State) FuncInfo() *obj.FuncInfo {
    	return s.pp.CurFunc.LSym.Func()
    }
    
    // Prog appends a new Prog.
    func (s *State) Prog(as obj.As) *obj.Prog {
    	p := s.pp.Prog(as)
    	if objw.LosesStmtMark(as) {
    		return p
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.27.md

    - github.com/envoyproxy/go-control-plane: [49ff273 → 9239064](https://github.com/envoyproxy/go-control-plane/compare/49ff273...9239064)
    - github.com/envoyproxy/protoc-gen-validate: [v0.1.0 → v0.10.1](https://github.com/envoyproxy/protoc-gen-validate/compare/v0.1.0...v0.10.1)
    - github.com/golang/glog: [v1.0.0 → v1.1.0](https://github.com/golang/glog/compare/v1.0.0...v1.1.0)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    //   %init = arith.constant dense<...> : tensor<T>
    //   %prod = "mhlo.reduce"(%inp, %init) ["mhlo.multiply"]
    //               {dimensions = ...}
    class ConvertProdOp
        : public GenericConvertReductionOp<ConvertProdOp, TF::ProdOp, MulOp> {
     public:
      using GenericConvertReductionOp::GenericConvertReductionOp;
    
      static Value GetInitialValue(Type reduce_element_type, Location loc,
                                   PatternRewriter *rewriter) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  10. RELEASE.md

        BoostedTreesRegressor.
    *   Add 3rd generation pipeline config for Cloud TPUs which improves performance
        and usability.
    *   `tf.contrib.bayesflow` is moving out to it's own repo.
    *   Added `tf.contrib.{proto,rpc}` to allow generic proto parsing and RPC
        communication<sup>[1](#rpc-issue)</sup>.
    
    ## Bug Fixes and Other Changes
    
    *   `tf.data`:
        *   Add `tf.contrib.data.prefetch_to_device`, which enables prefetching
    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