Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for def_file (0.08 sec)

  1. tensorflow/BUILD

    # of tf_custom_op_library_additional_deps.so
    filegroup(
        name = "tensorflow_def_file",
        srcs = [":tf_custom_op_library_additional_deps.dll"],
        output_group = "def_file",
    )
    
    # Filter the DEF file to reduce the number of symbols to 64K or less.
    # Note that we also write the name of the pyd file into DEF file so that
    # the dynamic libraries of custom ops can find it at runtime.
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Thu Aug 28 19:11:51 UTC 2025
    - 53.4K bytes
    - Viewed (0)
  2. cmd/admin-handlers.go

    	}
    
    	// save MinIO start script to inspect command
    	var scrb bytes.Buffer
    	fmt.Fprintf(&scrb, `#!/usr/bin/env bash
    
    function main() {
    	for file in $(ls -1); do
    		dest_file=$(echo "$file" | cut -d ":" -f1)
    		mv "$file" "$dest_file"
    	done
    
    	# Read content of inspect-input.txt
    	MINIO_OPTS=$(grep "Server command line args" <./inspect-input.txt | sed "s/Server command line args: //g" | sed -r "s#%s:\/\/#\.\/#g")
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 99.6K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg syscall (linux-386), const AF_CAN ideal-int
    pkg syscall (linux-386), const AF_DECnet ideal-int
    pkg syscall (linux-386), const AF_ECONET ideal-int
    pkg syscall (linux-386), const AF_FILE ideal-int
    pkg syscall (linux-386), const AF_IEEE802154 ideal-int
    pkg syscall (linux-386), const AF_IPX ideal-int
    pkg syscall (linux-386), const AF_IRDA ideal-int
    pkg syscall (linux-386), const AF_ISDN ideal-int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (linux-386), const AF_CAIF = 37
    pkg syscall (linux-386), const AF_CAN = 29
    pkg syscall (linux-386), const AF_DECnet = 12
    pkg syscall (linux-386), const AF_ECONET = 19
    pkg syscall (linux-386), const AF_FILE = 1
    pkg syscall (linux-386), const AF_IEEE802154 = 36
    pkg syscall (linux-386), const AF_INET6 = 10
    pkg syscall (linux-386), const AF_IPX = 4
    pkg syscall (linux-386), const AF_IRDA = 23
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  5. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const AF_CAN ideal-int
    pkg syscall (linux-arm-cgo), const AF_DECnet ideal-int
    pkg syscall (linux-arm-cgo), const AF_ECONET ideal-int
    pkg syscall (linux-arm-cgo), const AF_FILE ideal-int
    pkg syscall (linux-arm-cgo), const AF_IEEE802154 ideal-int
    pkg syscall (linux-arm-cgo), const AF_IPX ideal-int
    pkg syscall (linux-arm-cgo), const AF_IRDA ideal-int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top