Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 335 for relu (0.06 sec)

  1. src/cmd/link/internal/s390x/asm.go

    		//.plt index
    		plt.AddUint32(target.Arch, uint32(rela.Size())) // rela size before current entry
    
    		// rela
    		rela.AddAddrPlus(target.Arch, got.Sym(), got.Size()-8)
    
    		sDynid := ldr.SymDynid(s)
    		rela.AddUint64(target.Arch, elf.R_INFO(uint32(sDynid), uint32(elf.R_390_JMP_SLOT)))
    		rela.AddUint64(target.Arch, 0)
    
    		ldr.SetPlt(s, int32(plt.Size()-32))
    
    	} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 23 05:58:20 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  2. platforms/ide/ide/src/test/groovy/org/gradle/plugins/ide/eclipse/model/WtpComponentTest.groovy

        def "load existing XML file"() {
            when:
            component.load(customComponentReader)
    
            then:
            component.deployName == 'recu'
            component.contextPath == 'recu'
            component.wbModuleEntries == CUSTOM_WB_MODULE_ENTRIES
        }
    
        def "merge existing and new configuration"() {
            def constructorDeployName = 'build'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  3. platforms/ide/ide/src/test/resources/org/gradle/plugins/ide/eclipse/model/customOrgEclipseWstCommonComponent.xml

    <project-modules id="moduleCoreId" project-version="2.0">
      <wb-module deploy-name="recu">
        <property name="context-root" value="recu"/>
        <dependent-module archiveName="myapp-1.0.0.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/myapp-1.0.0.jar">
          <dependency-type>uses</dependency-type>
        </dependent-module>
        <wb-resource deploy-path="/WEB-INF/classes" source-path="src/main/java"/>
      </wb-module>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 445 bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl/doc/c4/C4_1_Context.puml

    System_Ext(buildCache, "Gradle Build Cache", "Local, Develocity Build Cache Node, etc...")
    
    Rel(dev, gradle, "Uses", "Command Line")
    Rel(gradleKotlinDsl, kotlinTools, "Uses")
    Rel(gradleKotlinDsl, buildCache, "Uses")
    
    Rel(dev, ide, "Uses", "GUI")
    Rel_U(ide, gradle, "Uses", "Tooling API")
    Rel(ide, gradleKotlinDsl, "Uses")
    Rel(ide, kotlinTools, "Uses")
    
    Rel_Neighbor(kotlinTools, buildCache, "Uses")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 17:46:30 UTC 2023
    - 846 bytes
    - Viewed (0)
  5. src/cmd/link/internal/loadpe/seh.go

    	rels := ldr.Relocs(pdata)
    	if rels.Count()%3 != 0 {
    		return fmt.Errorf(".pdata symbol %q has invalid relocation count", ldr.SymName(pdata))
    	}
    	for i := 0; i < rels.Count(); i += 3 {
    		xrel := rels.At(i + 2)
    		handler := findHandlerInXDataAMD64(ldr, xrel.Sym(), xrel.Add())
    		if handler != 0 {
    			sb := ldr.MakeSymbolUpdater(rels.At(i).Sym())
    			r, _ := sb.AddRel(objabi.R_KEEP)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 22 16:20:28 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/simple.mlir

      // CHECK:          %{{.*}} = "tfl.pseudo_const"() <{value = dense<{{\[\[1, 2\], \[3, 4\], \[5, 6\]\]}}> : tensor<3x2xi32>}>
      // CHECK-NEXT:     [[SUB:%.*]] = tfl.sub %{{.*}}, %{{.*}} {fused_activation_function = "RELU6"} : tensor<3x2xi32>
      // CHECK-NEXT:     [[SCALAR:%.*]] = "tfl.pseudo_const"() <{value = dense<10> : tensor<i32>}> : () -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/mips/asm0.go

    		rel := obj.Addrel(c.cursym)
    		rel.Off = int32(c.pc)
    		rel.Siz = 4
    		rel.Sym = p.To.Sym
    		rel.Add = p.To.Offset
    		rel.Type = objabi.R_ADDRMIPSU
    		o2 = OP_IRR(c.opirr(p.As), 0, REGTMP, p.From.Reg)
    		rel2 := obj.Addrel(c.cursym)
    		rel2.Off = int32(c.pc + 4)
    		rel2.Siz = 4
    		rel2.Sym = p.To.Sym
    		rel2.Add = p.To.Offset
    		rel2.Type = objabi.R_ADDRMIPS
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/loong64/asm.go

    		rel := obj.Addrel(c.cursym)
    		rel.Off = int32(c.pc)
    		rel.Siz = 4
    		rel.Sym = p.To.Sym
    		rel.Add = p.To.Offset
    		rel.Type = objabi.R_LOONG64_TLS_LE_HI
    		o2 = OP_12IRR(c.opirr(AOR), uint32(0), uint32(REGTMP), uint32(REGTMP))
    		rel2 := obj.Addrel(c.cursym)
    		rel2.Off = int32(c.pc + 4)
    		rel2.Siz = 4
    		rel2.Sym = p.To.Sym
    		rel2.Add = p.To.Offset
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
  9. src/cmd/link/internal/ld/elf.go

    		if elfRelType == ".rela" {
    			rela := ldr.LookupOrCreateSym(".rela", 0)
    			elfWriteDynEntSym(ctxt, dynamic, elf.DT_RELA, rela)
    			elfwritedynentsymsize(ctxt, dynamic, elf.DT_RELASZ, rela)
    			Elfwritedynent(ctxt.Arch, dynamic, elf.DT_RELAENT, ELF64RELASIZE)
    		} else {
    			rel := ldr.LookupOrCreateSym(".rel", 0)
    			elfWriteDynEntSym(ctxt, dynamic, elf.DT_REL, rel)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/experimental/tac/tests/get-alternative-subgraph.mlir

        %0 = tfl.add %arg0, %arg1 {fused_activation_function = "RELU6", tac.device = "GPU", tac.inference_type = "FLOAT"} : tensor<1xf32>
        %1 = tfl.mul %0, %arg2 {fused_activation_function = "RELU6", tac.device = "GPU", tac.inference_type = "FLOAT"} : tensor<1xf32>
        func.return %1 : tensor<1xf32>
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 20.1K bytes
    - Viewed (0)
Back to top