Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 339 for Fname (0.08 sec)

  1. tensorflow/c/experimental/filesystem/plugins/gcs/gcs_filesystem.h

    #include "tensorflow/c/experimental/filesystem/plugins/gcs/expiring_lru_cache.h"
    #include "tensorflow/c/experimental/filesystem/plugins/gcs/ram_file_block_cache.h"
    #include "tensorflow/c/tf_status.h"
    
    void ParseGCSPath(const std::string& fname, bool object_empty_ok,
                      std::string* bucket, std::string* object, TF_Status* status);
    
    namespace tf_random_access_file {
    void Cleanup(TF_RandomAccessFile* file);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Aug 31 04:37:41 UTC 2020
    - 5.2K bytes
    - Viewed (0)
  2. test/heapsampling.go

    			if s == 0 {
    				break
    			}
    			pcs = append(pcs, s)
    		}
    		frames := runtime.CallersFrames(pcs)
    		line := 0
    		for {
    			frame, more := frames.Next()
    			name := frame.Function
    			if line == 0 {
    				line = frame.Line
    			}
    			if name == function {
    				allocStat := a[line]
    				allocStat.bytes += r.AllocBytes
    				allocStat.objects += r.AllocObjects
    				a[line] = allocStat
    			}
    			if !more {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 27 21:36:06 UTC 2022
    - 9.7K bytes
    - Viewed (0)
  3. src/syscall/zsysnum_freebsd_arm64.go

    	SYS_CONNECT                  = 98  // { int connect(int s, caddr_t name, int namelen); }
    	SYS_GETPRIORITY              = 100 // { int getpriority(int which, int who); }
    	SYS_BIND                     = 104 // { int bind(int s, caddr_t name, int namelen); }
    	SYS_SETSOCKOPT               = 105 // { int setsockopt(int s, int level, int name, caddr_t val, int valsize); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_dragonfly_amd64.go

    	SYS_GETFH         = 161 // { int getfh(char *fname, struct fhandle *fhp); }
    	SYS_GETDOMAINNAME = 162 // { int getdomainname(char *domainname, int len); }
    	SYS_SETDOMAINNAME = 163 // { int setdomainname(char *domainname, int len); }
    	SYS_UNAME         = 164 // { int uname(struct utsname *name); }
    	SYS_SYSARCH       = 165 // { int sysarch(int op, char *parms); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 22.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go

    	SYS_CONNECT                  = 98  // { int connect(int s, caddr_t name, int namelen); }
    	SYS_GETPRIORITY              = 100 // { int getpriority(int which, int who); }
    	SYS_BIND                     = 104 // { int bind(int s, caddr_t name, int namelen); }
    	SYS_SETSOCKOPT               = 105 // { int setsockopt(int s, int level, int name, caddr_t val, int valsize); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go

    	Bavail    uint32
    	Files     uint32
    	Ffree     uint32
    	Fsid      Fsid_t
    	Vfstype   int32
    	Fsize     uint32
    	Vfsnumber int32
    	Vfsoff    int32
    	Vfslen    int32
    	Vfsvers   int32
    	Fname     [32]uint8
    	Fpack     [32]uint8
    	Name_max  int32
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_freebsd_riscv64.go

    	SYS_CONNECT                  = 98  // { int connect(int s, caddr_t name, int namelen); }
    	SYS_GETPRIORITY              = 100 // { int getpriority(int which, int who); }
    	SYS_BIND                     = 104 // { int bind(int s, caddr_t name, int namelen); }
    	SYS_SETSOCKOPT               = 105 // { int setsockopt(int s, int level, int name, caddr_t val, int valsize); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  8. pkg/kubelet/kuberuntime/helpers.go

    		string(podUID)}, logPathDelimiter))
    }
    
    // parsePodUIDFromLogsDirectory parses pod logs directory name and returns the pod UID.
    // It supports both the old pod log directory /var/log/pods/UID, and the new pod log
    // directory /var/log/pods/NAMESPACE_NAME_UID.
    func parsePodUIDFromLogsDirectory(name string) types.UID {
    	parts := strings.Split(name, logPathDelimiter)
    	return types.UID(parts[len(parts)-1])
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 12K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go

    	Bavail    uint64
    	Files     uint64
    	Ffree     uint64
    	Fsid      Fsid64_t
    	Vfstype   int32
    	Fsize     uint64
    	Vfsnumber int32
    	Vfsoff    int32
    	Vfslen    int32
    	Vfsvers   int32
    	Fname     [32]uint8
    	Fpack     [32]uint8
    	Name_max  int32
    	_         [4]byte
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 5K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_openbsd_arm64.go

    	SYS_BIND           = 104 // { int sys_bind(int s, const struct sockaddr *name, \
    	SYS_SETSOCKOPT     = 105 // { int sys_setsockopt(int s, int level, int name, \
    	SYS_LISTEN         = 106 // { int sys_listen(int s, int backlog); }
    	SYS_CHFLAGSAT      = 107 // { int sys_chflagsat(int fd, const char *path, \
    	SYS_PLEDGE         = 108 // { int sys_pledge(const char *promises, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 14.7K bytes
    - Viewed (0)
Back to top