Home
last modified time | relevance | path

Searched refs:dataset_path (Results 51 – 57 of 57) sorted by relevance

123

/dports/science/py-kliff/kliff-0.3.0/docs/source/auto_examples/
H A Dexample_nn_SiC.ipynb29 …= download_dataset(dataset_name=\"SiC_training_set\")\ntset = Dataset(dataset_path)\nconfigs = tse…
H A Dexample_nn_Si.ipynb90 …name=\"Si_training_set\")\ndataset_path = dataset_path.joinpath(\"varying_alat\")\ntset = Dataset(
H A Dexample_kim_SW_Si.ipynb90 …"dataset_path = download_dataset(dataset_name=\"Si_training_set\")\ntset = Dataset(dataset_path)\n…
H A Dexample_kim_SW_Si.rst249 dataset_path = download_dataset(dataset_name="Si_training_set")
250 tset = Dataset(dataset_path)
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_www.c53 static const char *dataset_path = "/project/gretl/datafiles/"; variable
639 strcat(u.url, dataset_path); in retrieve_url()
/dports/science/cdo/cdo-2.0.0/src/
H A DCMOR.cc97 …char *dataset_path = (char *) Malloc((strlen(cwd) + 1 + strlen("dataset.json") + 7) * sizeof(char)… in removeDataset() local
98 sprintf(dataset_path, "%s/dataset%d.json", cwd, procID); in removeDataset()
99 remove(dataset_path); in removeDataset()
100 Free(dataset_path); in removeDataset()
2112 …char *dataset_path = (char *) Malloc((strlen(cwd) + 1 + strlen("dataset.json") + 7) * sizeof(char)… in setup_dataset() local
2116 sprintf(dataset_path, "%s/dataset%d.json", cwd, procID); in setup_dataset()
2117 dataset_json = fopen(dataset_path, "w+"); in setup_dataset()
2120 cdo_get_stream_name(0), dataset_path); in setup_dataset()
2254 cmf = cmor_dataset_json(dataset_path); in setup_dataset()
2257 Free(dataset_path); in setup_dataset()
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dhdf5impex.hxx3310 std::string dataset_path = get_absolute_path(datasetName); in read_attribute_() local
3312 …ttribute(): could not get handle for attribute '"+attributeName+"'' of object '"+dataset_path+"'."; in read_attribute_()
3313 …HDF5Handle attr_handle (H5Aopen_by_name(fileHandle_,dataset_path.c_str(),attributeName.c_str(),H5P… in read_attribute_()
3316 …ibute(): could not get dataspace for attribute '"+attributeName+"'' of object '"+dataset_path+"'."; in read_attribute_()

123