Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 19 of 19 for sup3 (0.1 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/syscall_linux.go

    //sys	DeleteModule(name string, flags int) (err error)
    //sys	Dup(oldfd int) (fd int, err error)
    
    func Dup2(oldfd, newfd int) error {
    	return Dup3(oldfd, newfd, 0)
    }
    
    //sys	Dup3(oldfd int, newfd int, flags int) (err error)
    //sysnb	EpollCreate1(flag int) (fd int, err error)
    //sysnb	EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/lower_tf.mlir

      // CHECK: %[[SUM0:.*]] = "tf.AddV2"(%arg0, %arg1)
      // CHECK: %[[SUM1:.*]] = "tf.AddV2"(%arg2, %arg3)
      // CHECK: %[[SUM2:.*]] = "tf.AddV2"(%[[SUM0]], %[[SUM1]])
      // CHECK: %[[SUM3:.*]] = "tf.AddV2"(%[[SUM2]], %arg4)
      // return %[[SUM3]]
      %0 = "tf.AddN"(%arg0, %arg1, %arg2, %arg3, %arg4) : (tensor<*xf32>, tensor<*xf32>, tensor<*xf32>, tensor<*xf32>, tensor<*xf32>) -> tensor<*xf32>
      func.return %0 : tensor<*xf32>
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 05 18:35:42 UTC 2024
    - 92K bytes
    - Viewed (0)
  3. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.oma.xcap-directory+xml",
    				"application/vnd.omads-email+xml",
    				"application/vnd.omads-file+xml",
    				"application/vnd.omads-folder+xml",
    				"application/vnd.omaloc-supl-init",
    				"application/vnd.openofficeorg.extension",
    				"application/vnd.openxmlformats-officedocument.presentationml.presentation",
    				"application/vnd.openxmlformats-officedocument.presentationml.slide",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/css/javadoc.css

        font-size:1em;
        padding-top:4px;
    }
    .summary-table dt code {
        font-family:var(--code-font-family);
        font-size:1em;
        vertical-align:top;
        padding-top:4px;
    }
    sup {
        font-size:8px;
    }
    button {
        font-family: var(--body-font-family);
        font-size: 1em;
    }
    /*
     * Styles for HTML generated by javadoc.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_linux.go

    	r0, _, e1 := Syscall(SYS_DUP, uintptr(oldfd), 0, 0)
    	fd = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func Dup3(oldfd int, newfd int, flags int) (err error) {
    	_, _, e1 := Syscall(SYS_DUP3, uintptr(oldfd), uintptr(newfd), uintptr(flags))
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  6. src/main/webapp/js/bootstrap.min.js

    role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},De=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,Ie=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;function we(t,r,e){if...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 58.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go

    	runtime.ExitSyscall()
    	if int64(r0) == -1 {
    		err = errnoErr2(e1, e2)
    	}
    	return
    }
    
    //go:nosplit
    func get_Dup3Addr() *(func(oldfd int, newfd int, flags int) (err error))
    
    var Dup3 = enter_Dup3
    
    func enter_Dup3(oldfd int, newfd int, flags int) (err error) {
    	funcref := get_Dup3Addr()
    	if funcptrtest(GetZosLibVec()+SYS_DUP3<<4, "") == 0 {
    		*funcref = impl_Dup3
    	} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 88.2K bytes
    - Viewed (0)
  8. src/main/webapp/js/admin/bootstrap.min.js

    role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},De=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,Ie=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;function we(t,r,e){if...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 58.6K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    //sys   Creat(path string, mode uint32) (fd int, err error) = SYS___CREAT_A
    //sys	Dup(oldfd int) (fd int, err error)
    //sys	Dup2(oldfd int, newfd int) (err error)
    //sys	Dup3(oldfd int, newfd int, flags int) (err error) = SYS_DUP3
    //sys	Dirfd(dirp uintptr) (fd int, err error) = SYS_DIRFD
    //sys	EpollCreate(size int) (fd int, err error) = SYS_EPOLL_CREATE
    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