DataUtil Module

Contains auto-opened utilities related to the DiffSharp programming model.

Functions and values

Function or value Description

download url localFileName

Full Usage: download url localFileName

Parameters:
    url : string
    localFileName : string

Synchronously downloads the given URL to the given local file.

url : string
localFileName : string

extractTarGz fileName outputDir

Full Usage: extractTarGz fileName outputDir

Parameters:
    fileName : string
    outputDir : string

fileName : string
outputDir : string

extractTarStream stream outputDir

Full Usage: extractTarStream stream outputDir

Parameters:
    stream : Stream
    outputDir : string

stream : Stream
outputDir : string

© Copyright 2021, DiffSharp Contributors.