onnx_interp
v0.1.11
Pages
Modules
Search documentation of onnx_interp
Settings
View Source
OnnxInterp.URL
(onnx_interp v0.1.11)
Summary
Functions
download(url, func)
Download and process data from url.
download(url, path \\ "./", name \\ nil)
Download and save the file from url.
get!(url)
Functions
Link to this function
download(url, func)
View Source
Download and process data from url.
Parameters
url - download site url
func - function to process downloaded data
Link to this function
download(url, path \\ "./", name \\ nil)
View Source
Download and save the file from url.
Parameters
url - download site url
path - distination path of downloaded file
name - name for the downloaded file
Link to this function
get!(url)
View Source