Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 49 for makefile (0.17 sec)

  1. configure.py

      open(_TF_BAZELRC, 'w').close()
    
    
    def cleanup_makefile():
      """Delete any leftover BUILD files from the Makefile build.
    
      These files could interfere with Bazel parsing.
      """
      makefile_download_dir = os.path.join(_TF_WORKSPACE_ROOT, 'tensorflow',
                                           'contrib', 'makefile', 'downloads')
      if os.path.isdir(makefile_download_dir):
        for root, _, filenames in os.walk(makefile_download_dir):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  2. pkg/controller/volume/persistentvolume/binder_test.go

    			initialVolumes:  withVolumeVolumeMode(&modeFile, newVolumeArray("volume14-2", "10Gi", "", "", v1.VolumeAvailable, v1.PersistentVolumeReclaimRetain, classEmpty)),
    			expectedVolumes: withVolumeVolumeMode(&modeFile, newVolumeArray("volume14-2", "10Gi", "uid14-2", "claim14-2", v1.VolumeBound, v1.PersistentVolumeReclaimRetain, classEmpty, volume.AnnBoundByController)),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:37:30 UTC 2023
    - 65.8K bytes
    - Viewed (0)
  3. src/net/http/fs_test.go

    func (f *fakeFileInfo) String() string {
    	return fs.FormatFileInfo(f)
    }
    
    type fakeFile struct {
    	io.ReadSeeker
    	fi     *fakeFileInfo
    	path   string // as opened
    	entpos int
    }
    
    func (f *fakeFile) Close() error               { return nil }
    func (f *fakeFile) Stat() (fs.FileInfo, error) { return f.fi, nil }
    func (f *fakeFile) Readdir(count int) ([]fs.FileInfo, error) {
    	if !f.fi.dir {
    		return nil, fs.ErrInvalid
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 23:39:44 UTC 2024
    - 49.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/deadness_analysis.cc

          TF_RETURN_IF_ERROR(GetNodeAttr(node->def(), "value", &proto));
    
          Tensor tensor(proto->dtype());
          TF_RET_CHECK(tensor.FromProto(*proto));
    
          *predicate = tensor.scalar<bool>()() ? MakeTrue() : MakeFalse();
          return absl::OkStatus();
        }
    
        SignatureForSymbol signature = {tensor_id, must_be_true};
        auto it = interned_symbol_instances_.find(signature);
        if (it == interned_symbol_instances_.end()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  5. src/syscall/zerrors_darwin_amd64.go

    	MADV_SEQUENTIAL                   = 0x2
    	MADV_WILLNEED                     = 0x3
    	MADV_ZERO_WIRED_PAGES             = 0x6
    	MAP_ANON                          = 0x1000
    	MAP_COPY                          = 0x2
    	MAP_FILE                          = 0x0
    	MAP_FIXED                         = 0x10
    	MAP_HASSEMAPHORE                  = 0x200
    	MAP_JIT                           = 0x800
    	MAP_NOCACHE                       = 0x400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_386.go

    	MAP_32BIT                        = 0x40
    	MAP_ANON                         = 0x20
    	MAP_ANONYMOUS                    = 0x20
    	MAP_DENYWRITE                    = 0x800
    	MAP_EXECUTABLE                   = 0x1000
    	MAP_FILE                         = 0x0
    	MAP_FIXED                        = 0x10
    	MAP_GROWSDOWN                    = 0x100
    	MAP_HUGETLB                      = 0x40000
    	MAP_LOCKED                       = 0x2000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	MADV_SEQUENTIAL               = 0x2
    	MADV_SPACEAVAIL               = 0x5
    	MADV_WILLNEED                 = 0x3
    	MAP_ANON                      = 0x10
    	MAP_ANONYMOUS                 = 0x10
    	MAP_FILE                      = 0x0
    	MAP_FIXED                     = 0x100
    	MAP_PRIVATE                   = 0x2
    	MAP_SHARED                    = 0x1
    	MAP_TYPE                      = 0xf0
    	MAP_VARIABLE                  = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	MADV_SEQUENTIAL               = 0x2
    	MADV_SPACEAVAIL               = 0x5
    	MADV_WILLNEED                 = 0x3
    	MAP_ANON                      = 0x10
    	MAP_ANONYMOUS                 = 0x10
    	MAP_FILE                      = 0x0
    	MAP_FIXED                     = 0x100
    	MAP_PRIVATE                   = 0x2
    	MAP_SHARED                    = 0x1
    	MAP_TYPE                      = 0xf0
    	MAP_VARIABLE                  = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  9. src/syscall/zerrors_openbsd_386.go

    	MADV_SEQUENTIAL                   = 0x2
    	MADV_SPACEAVAIL                   = 0x5
    	MADV_WILLNEED                     = 0x3
    	MAP_ANON                          = 0x1000
    	MAP_COPY                          = 0x4
    	MAP_FILE                          = 0x0
    	MAP_FIXED                         = 0x10
    	MAP_FLAGMASK                      = 0x1ff7
    	MAP_HASSEMAPHORE                  = 0x200
    	MAP_INHERIT                       = 0x80
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 62.5K bytes
    - Viewed (0)
  10. src/syscall/zerrors_openbsd_amd64.go

    	MADV_SEQUENTIAL                   = 0x2
    	MADV_SPACEAVAIL                   = 0x5
    	MADV_WILLNEED                     = 0x3
    	MAP_ANON                          = 0x1000
    	MAP_COPY                          = 0x4
    	MAP_FILE                          = 0x0
    	MAP_FIXED                         = 0x10
    	MAP_FLAGMASK                      = 0x1ff7
    	MAP_HASSEMAPHORE                  = 0x200
    	MAP_INHERIT                       = 0x80
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 62.5K bytes
    - Viewed (0)
Back to top