Home
last modified time | relevance | path

Searched defs:image_path (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/tests/st/probability/dpn/
Dtest_gpu_svi_vae.py28 image_path = os.path.join('/home/workspace/mindspore_dataset/mnist', "train") variable
Dtest_gpu_svi_cvae.py28 image_path = os.path.join('/home/workspace/mindspore_dataset/mnist', "train") variable
Dtest_gpu_vae_gan.py30 image_path = os.path.join('/home/workspace/mindspore_dataset/mnist', "train") variable
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/
Dsbu_node.cc53 Path image_path = root_dir / Path("sbu_images"); in ValidateParams() local
/third_party/mindspore/mindspore/lite/tools/converter/preprocess/
Dimage_preprocess.cc25 int ReadImage(const std::string &image_path, cv::Mat *image) { in ReadImage()
/third_party/mindspore/mindspore/lite/tools/converter/config_parser/
Dpreprocess_parser.cc179 for (const auto &image_path : calibrate_data_path) { in CollectCalibInputs() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dsbu_op.cc216 Path image_path = image_folder_ / Path(image_name); in ParsePair() local
Dceleba_op.cc252 Path image_path = path / image_label.first; in LoadTensorRow() local
/third_party/mindspore/mindspore/ccsrc/utils/
Dsummary.proto151 optional string image_path = 2; // The Metadata and image path must have one fill in field
/third_party/mindspore/tests/st/cpp/model/
Dtest_zero_copy.cc46 constexpr auto image_path = "/home/workspace/mindspore_dataset/imagenet/imagenet_original/val/n0144… variable
/third_party/mindspore/tests/ut/cpp/dataset/common/
Dbboxop_common.cc71 Path image_path = image_dir_itr->Next(); in GetInputImagesAndAnnotations() local