/third_party/mindspore/tests/ut/cpp/dataset/ |
D | c_api_dataset_tfrecord_test.cc | 36 std::string schema_path = datasets_root_path_ + "/test_tf_file_3_images2/datasetSchema.json"; in TEST_F() local 37 std::shared_ptr<Dataset> ds = TFRecord({file_path}, schema_path, {"image"}, 0); in TEST_F() 92 std::string schema_path = datasets_root_path_ + "/test_tf_file_3_images2/datasetSchema.json"; in TEST_F() local 93 std::shared_ptr<Dataset> ds = TFRecord({file_path}, schema_path, {"image"}, 0); in TEST_F() 233 std::string schema_path = datasets_root_path_ + "/testTFTestAllTypes/datasetSchema.json"; in TEST_F() local 234 …std::shared_ptr<Dataset> ds = TFRecord({file_path2, file_path1}, schema_path, {}, 9, ShuffleMode::… in TEST_F() 489 std::string schema_path = datasets_root_path_ + "/testTFTestAllTypes/datasetSchema.json"; in TEST_F() local 492 std::shared_ptr<Dataset> ds = TFRecord({file_path1}, schema_path, {"image"}, 10); in TEST_F()
|
D | c_api_cache_test.cc | 543 std::string schema_path = datasets_root_path_ + "/test_tf_file_3_images2/datasetSchema.json"; in TEST_F() local 545 TFRecord({file_path}, schema_path, {"image"}, 0, ShuffleMode::kFalse, 1, 0, false, some_cache); in TEST_F() 586 std::string schema_path = datasets_root_path_ + "/test_tf_file_3_images2/datasetSchema.json"; in TEST_F() local 596 TFRecord({file_path}, schema_path, {"image"}, 0, ShuffleMode::kFalse, 3, 0, false, some_cache); in TEST_F() 637 std::string schema_path = datasets_root_path_ + "/test_tf_file_3_images2/datasetSchema.json"; in TEST_F() local 643 TFRecord({file_path}, schema_path, {"image"}, 2, ShuffleMode::kFalse, 1, 0, false, some_cache); in TEST_F()
|
/third_party/flatbuffers/include/flatbuffers/ |
D | registry.h | 32 void Register(const char *file_identifier, const char *schema_path) { in Register() argument 34 schema.path_ = schema_path; in Register()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/ |
D | random_node.h | 49 …RandomNode(const int32_t &total_rows, std::string schema_path, const std::vector<std::string> &col… in RandomNode() argument 53 schema_path_(schema_path), in RandomNode()
|
/third_party/icu/icu4c/source/python/icutools/databuilder/ |
D | __main__.py | 175 schema_path = os.path.join(os.path.dirname(__file__), "filtration_schema.json") 176 with open(schema_path) as schema_f:
|
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/ |
D | __main__.py | 175 schema_path = os.path.join(os.path.dirname(__file__), "filtration_schema.json") 176 with open(schema_path) as schema_f:
|
/third_party/glib/gio/ |
D | gsettings-tool.c | 153 const gchar *schema_path; in gsettings_list_schemas_with_paths() local 158 schema_path = g_settings_schema_get_path (schema); in gsettings_list_schemas_with_paths() 160 schemas[i] = g_strconcat (schema_name, " ", schema_path, NULL); in gsettings_list_schemas_with_paths()
|
D | gsettings.c | 665 const gchar *schema_path; in g_settings_constructed() local 667 schema_path = g_settings_schema_get_path (settings->priv->schema); in g_settings_constructed() 669 if (settings->priv->path && schema_path && strcmp (settings->priv->path, schema_path) != 0) in g_settings_constructed() 671 g_settings_schema_get_id (settings->priv->schema), settings->priv->path, schema_path); in g_settings_constructed() 675 if (schema_path == NULL) in g_settings_constructed() 679 settings->priv->path = g_strdup (schema_path); in g_settings_constructed()
|
/third_party/mesa3d/src/freedreno/rnn/ |
D | rnn.c | 873 char *schema_path; in validate_doc() local 896 schema_path = find_file(schema_name); in validate_doc() 897 if (!schema_path) { in validate_doc() 902 xmlSchemaParserCtxtPtr parser = xmlSchemaNewParserCtxt(schema_path); in validate_doc() 911 free(schema_path); in validate_doc()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/ |
D | datasets.h | 2303 RandomDataDataset(const int32_t &total_rows, const std::vector<char> &schema_path, 2547 std::string schema_path = schema; variable 2548 if (!schema_path.empty()) { 2550 int rc = stat(schema_path.c_str(), &sb); 2555 …s = std::make_shared<TFRecordDataset>(VectorStringToChar(dataset_files), StringToChar(schema_path),
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/ |
D | datasets.cc | 1303 …ndomDataDataset::RandomDataDataset(const int32_t &total_rows, const std::vector<char> &schema_path, in RandomDataDataset() argument 1307 …std::make_shared<RandomNode>(total_rows, CharToString(schema_path), VectorCharToString(columns_lis… in RandomDataDataset()
|