Home
last modified time | relevance | path

Searched defs:data_path (Results 1 – 25 of 30) sorted by relevance

12

/third_party/mindspore/tests/st/probability/bnn_layers/
Ddataset.py26 def create_dataset(data_path, batch_size=32, repeat_size=1, argument
/third_party/mindspore/tests/st/probability/transforms/
Ddataset.py26 def create_dataset(data_path, batch_size=32, repeat_size=1, argument
/third_party/mindspore/tests/st/quantization/lenet_quant/
Ddataset.py26 def create_dataset(data_path, batch_size=32, repeat_size=1, argument
Dtest_lenet_quant.py37 data_path = "/home/workspace/mindspore_dataset/mnist" variable
/third_party/mindspore/tests/st/probability/zhusuan/vae/
Dutils.py27 def create_dataset(data_path, batch_size=32, repeat_size=1, argument
/third_party/mindspore/tests/ut/python/dataset/
Dtest_decode.py82 def __init__(self, data_path, data_type="numpy"): argument
/third_party/mindspore/tests/st/probability/dpn/
Dtest_gpu_svi_vae.py62 def create_dataset(data_path, batch_size=32, repeat_size=1, argument
Dtest_gpu_svi_cvae.py72 def create_dataset(data_path, batch_size=32, repeat_size=1, argument
Dtest_gpu_vae_gan.py129 def create_dataset(data_path, batch_size=32, repeat_size=1, argument
/third_party/mindspore/tests/st/ops/ascend/
Dtest_tdt_data_ms.py28 data_path = sys.argv[1] variable
/third_party/libinput/tools/
Dlibinput-quirks.c96 const char *data_path = NULL, in main() local
/third_party/mindspore/tests/st/probability/toolbox/
Dtest_uncertainty.py79 def create_dataset(data_path, batch_size=32, repeat_size=1, argument
/third_party/mindspore/tests/st/ps/full_ps/
Dtest_full_ps_lenet.py88 def create_dataset(data_path, batch_size=32, repeat_size=1, argument
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Drunner.cc49 const char* data_path = kIcuDataPath; in InitializeICU() local
Dcomponent.cc100 std::string data_path; in Application() local
/third_party/mindspore/tests/st/profiler/
Dtest_profiler.py89 def create_dataset(data_path, batch_size=32, repeat_size=1, num_parallel_workers=1): argument
/third_party/mindspore/tests/st/networks/
Dtest_gpu_lenet.py153 def create_dataset(data_path, batch_size=32, repeat_size=1, argument
Dtest_gradient_accumulation.py169 def create_dataset(data_path, batch_size=32, repeat_size=1, argument
/third_party/mindspore/mindspore/lite/tools/converter/preprocess/
Dimage_preprocess.cc170 auto data_path = data_pre_process_param.calibrate_path_vector.at(input_name).at(image_index); in PreProcess() local
/third_party/mindspore/mindspore/lite/tools/converter/config_parser/
Dpreprocess_parser.cc116 auto data_path = RealPath(tmp.at(1).c_str()); in ParseCalibratePath() local
/third_party/mindspore/tests/st/ps/part_ps/
Dtest_ps_embedding_heterogeneous_conv2d_adam.py81 def create_dataset(data_path, batch_size=32, repeat_size=1, argument
/third_party/mindspore/tests/st/model_zoo_tests/DeepFM/
Dprocess_data.py212 data_path = base_path + "" variable
/third_party/mindspore/tests/st/fl/albert/src/
Ddataset.py78 def load_dataset(data_path, max_seq_length, tokenizer, batch_size, label_list=None, do_shuffle=True, argument
/third_party/mindspore/tests/st/model_zoo_tests/DeepFM/src/
Ddataset.py51 def __init__(self, data_path, train_mode=True, argument
/third_party/mindspore/tests/st/fl/cross_silo_femnist/
Dtest_cross_silo_femnist.py235 def create_dataset_from_folder(data_path, img_size, batch_size=32, repeat_size=1, num_parallel_work… argument

12