Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 32 for perblock (0.31 sec)

  1. tensorflow/compiler/mlir/tfr/utils/utils.cc

                       const NamedAttrList& attrs) {
      if (begin->getBlock() == end->getBlock()) {
        AddAttributesInSameBlock(begin, end, attrs);
      } else {
        Region::iterator begin_block = Region::iterator(begin->getBlock());
        Region::iterator end_block = Region::iterator(end->getBlock());
        AddAttributesInSameBlock(begin, begin_block->end(), attrs);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 06 03:08:33 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/python/mlir_wrapper/builders.cc

          .def("getContext", &mlir::OpBuilder::getContext,
               py::return_value_policy::reference);
    
      py::class_<mlir::OpBuilder::InsertPoint>(m, "OpBuilder_InsertionPoint")
          .def("getBlock", &mlir::OpBuilder::InsertPoint::getBlock);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 08:44:55 UTC 2022
    - 2.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/lostcancel/lostcancel.go

    	// Find the var's defining block in the CFG,
    	// plus the rest of the statements of that block.
    	var defblock *cfg.Block
    	var rest []ast.Node
    outer:
    	for _, b := range g.Blocks {
    		for i, n := range b.Nodes {
    			if n == stmt {
    				defblock = b
    				rest = b.Nodes[i+1:]
    				break outer
    			}
    		}
    	}
    	if defblock == nil {
    		panic("internal error: can't find defining block for cancel var")
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/utils/cluster_util.cc

               .DirectControlPredecessors(
                   to_merge,
                   [&c](Operation* pred) {
                     Operation* const last_c_op = c.ops.back();
                     return last_c_op->getBlock() == pred->getBlock() &&
                            last_c_op->isBeforeInBlock(pred);
                   })
               .empty();
      if (has_control_predecessors_after_cluster) {
        return false;
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jul 28 00:32:55 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  5. src/cmd/link/internal/arm/obj.go

    		Archreloc:        archreloc,
    		Archrelocvariant: archrelocvariant,
    		Extreloc:         extreloc,
    		Trampoline:       trampoline,
    		Gentext:          gentext,
    		Machoreloc1:      machoreloc1,
    		PEreloc1:         pereloc1,
    
    		ELF: ld.ELFArch{
    			Linuxdynld:     "/lib/ld-linux.so.3", // 2 for OABI, 3 for EABI
    			LinuxdynldMusl: "/lib/ld-musl-arm.so.1",
    			Freebsddynld:   "/usr/libexec/ld-elf.so.1",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 13 19:32:19 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  6. src/cmd/link/internal/x86/obj.go

    		Adddynrel:        adddynrel,
    		Archinit:         archinit,
    		Archreloc:        archreloc,
    		Archrelocvariant: archrelocvariant,
    		Gentext:          gentext,
    		Machoreloc1:      machoreloc1,
    		PEreloc1:         pereloc1,
    
    		ELF: ld.ELFArch{
    			Linuxdynld:     "/lib/ld-linux.so.2",
    			LinuxdynldMusl: "/lib/ld-musl-i386.so.1",
    			Freebsddynld:   "/usr/libexec/ld-elf.so.1",
    			Openbsddynld:   "/usr/libexec/ld.so",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 13 19:32:19 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/critical.go

    					// the new blocks to be re-examined.
    					d = f.NewBlock(BlockPlain)
    					d.Pos = p.Pos
    					blocks[argID] = d
    					if f.pass.debug > 0 {
    						f.Warnl(p.Pos, "split critical edge")
    					}
    				} else {
    					reusedBlock = true
    				}
    			} else {
    				// no existing block, so allocate a new block
    				// to place on the edge
    				d = f.NewBlock(BlockPlain)
    				d.Pos = p.Pos
    				if f.pass.debug > 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 16 21:40:11 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  8. src/cmd/link/internal/amd64/obj.go

    		Archinit:         archinit,
    		Archreloc:        archreloc,
    		Archrelocvariant: archrelocvariant,
    		Gentext:          gentext,
    		Machoreloc1:      machoreloc1,
    		MachorelocSize:   8,
    		PEreloc1:         pereloc1,
    		TLSIEtoLE:        tlsIEtoLE,
    
    		ELF: ld.ELFArch{
    			Linuxdynld:     "/lib64/ld-linux-x86-64.so.2",
    			LinuxdynldMusl: "/lib/ld-musl-x86_64.so.1",
    			Freebsddynld:   "/libexec/ld-elf.so.1",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 13 19:32:19 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  9. src/cmd/link/internal/arm64/obj.go

    		Archrelocvariant: archrelocvariant,
    		Extreloc:         extreloc,
    		Gentext:          gentext,
    		GenSymsLate:      gensymlate,
    		Machoreloc1:      machoreloc1,
    		MachorelocSize:   8,
    		PEreloc1:         pereloc1,
    		Trampoline:       trampoline,
    
    		ELF: ld.ELFArch{
    			Androiddynld:   "/system/bin/linker64",
    			Linuxdynld:     "/lib/ld-linux-aarch64.so.1",
    			LinuxdynldMusl: "/lib/ld-musl-aarch64.so.1",
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 13 19:32:19 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/github.com/google/pprof/internal/driver/html/source.html

                {{/* instructions for this source line */ -}}
                <span class=asm>{{"" -}}
                {{range .Instructions -}}
                  {{/* separate when we hit a new basic block */ -}}
                  {{if .NewBlock -}}{{printf " %8s %28s\n" "" "⋮"}}{{end -}}
    
                  {{/* inlined calls leading to this instruction */ -}}
                  {{range .InlinedCalls -}}
                    {{printf " %8s %10s %10s %8s  " "" "" "" "" -}}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top