Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 27 of 27 for vlogf (0.1 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

        // dimensions. Such info is still useful for the downstream. We don't need
        // to abort here.
        // TODO(b/316639984): improve RefineDynamicShapes return values to include
        // these info.
        VLOG(1) << "Failed during XlaCallModule shape refinement: " << status;
      }
      mlir::ResultRange op_results = op.getResults();
      // The main_outputs may include tokens that are not among the op_results;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/data.go

    func (ctxt *Link) AddTramp(s *loader.SymbolBuilder) {
    	s.SetType(sym.STEXT)
    	s.SetReachable(true)
    	s.SetOnList(true)
    	ctxt.tramps = append(ctxt.tramps, s.Sym())
    	if *FlagDebugTramp > 0 && ctxt.Debugvlog > 0 {
    		ctxt.Logf("trampoline %s inserted\n", s.Name())
    	}
    }
    
    // compressSyms compresses syms and returns the contents of the
    // compressed section. If the section would get larger, it returns nil.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  3. pkg/controller/podautoscaler/horizontal_test.go

    				gk := schema.FromAPIVersionAndKind(target.Object.DescribedObject.APIVersion, target.Object.DescribedObject.Kind).GroupKind()
    				mapping, err := mapper.RESTMapping(gk)
    				if err != nil {
    					t.Logf("unable to get mapping for %s: %v", gk.String(), err)
    					continue
    				}
    				groupResource := mapping.Resource.GroupResource()
    
    				if getForAction.GetResource().Resource == groupResource.String() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  4. src/reflect/all_test.go

    						tocopy, i, a[i], i, b[i], i, c[i])
    				} else {
    					t.Errorf("(iii) tocopy=%d b[%d]=%d, c[%d]=%d",
    						tocopy, i, b[i], i, c[i])
    				}
    			} else {
    				t.Logf("tocopy=%d elem %d is okay\n", tocopy, i)
    			}
    		}
    	}
    }
    
    func TestCopyString(t *testing.T) {
    	t.Run("Slice", func(t *testing.T) {
    		s := bytes.Repeat([]byte{'_'}, 8)
    		val := ValueOf(s)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  5. src/cmd/go/alldocs.go

    //	    If d is 0, the timeout is disabled.
    //	    The default is 10 minutes (10m).
    //
    //	-v
    //	    Verbose output: log all tests as they are run. Also print all
    //	    text from Log and Logf calls even if the test succeeds.
    //
    //	-vet list
    //	    Configure the invocation of "go vet" during "go test"
    //	    to use the comma-separated list of vet checks.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/arm64/asm7.go

    /*
     * load a literal value into dr
     */
    func (c *ctxt7) omovlit(as obj.As, p *obj.Prog, a *obj.Addr, dr int) uint32 {
    	var o1 int32
    	if p.Pool == nil { /* not in literal pool */
    		c.aclass(a)
    		c.ctxt.Logf("omovlit add %d (%#x)\n", c.instoffset, uint64(c.instoffset))
    
    		/* TODO: could be clever, and use general constant builder */
    		o1 = int32(c.opirr(p, AADD))
    
    		v := int32(c.instoffset)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  7. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    saobernardo.br
    saogonca.br
    seg.br
    sjc.br
    slg.br
    slz.br
    sorocaba.br
    srv.br
    taxi.br
    tc.br
    tec.br
    teo.br
    the.br
    tmp.br
    trd.br
    tur.br
    tv.br
    udi.br
    vet.br
    vix.br
    vlog.br
    wiki.br
    zlg.br
    
    // bs : http://www.nic.bs/rules.html
    bs
    com.bs
    net.bs
    org.bs
    edu.bs
    gov.bs
    
    // bt : https://en.wikipedia.org/wiki/.bt
    bt
    com.bt
    edu.bt
    gov.bt
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top