Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Devminor (0.31 sec)

  1. src/archive/tar/writer.go

    	fmtNum(v7.modTime(), modTime.Unix())
    
    	ustar := tw.blk.toUSTAR()
    	fmtStr(ustar.userName(), hdr.Uname)
    	fmtStr(ustar.groupName(), hdr.Gname)
    	fmtNum(ustar.devMajor(), hdr.Devmajor)
    	fmtNum(ustar.devMinor(), hdr.Devminor)
    
    	return &tw.blk
    }
    
    // writeRawFile writes a minimal file with the given name and flag type.
    // It uses format to encode the header format and will write data as the body.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/stream_executor/stream_executor.cc

          SE_PLATFORM_REGISTRATION_PARAMS_STRUCT_SIZE};
      SP_Platform platform{SP_PLATFORM_STRUCT_SIZE};
      SP_PlatformFns platform_fns{SP_PLATFORM_FNS_STRUCT_SIZE};
      params.major_version = SE_MAJOR;
      params.minor_version = SE_MINOR;
      params.patch_version = SE_PATCH;
      params.platform = &platform;
      params.platform_fns = &platform_fns;
    
      OwnedTFStatus c_status(TF_NewStatus());
      init_fn(&params, c_status.get());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 14 07:39:19 UTC 2024
    - 27.1K bytes
    - Viewed (0)
Back to top