Home
last modified time | relevance | path

Searched defs:schema_path (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/tests/ut/cpp/dataset/
Dc_api_dataset_tfrecord_test.cc36 std::string schema_path = datasets_root_path_ + "/test_tf_file_3_images2/datasetSchema.json"; in TEST_F() local
92 std::string schema_path = datasets_root_path_ + "/test_tf_file_3_images2/datasetSchema.json"; in TEST_F() local
233 std::string schema_path = datasets_root_path_ + "/testTFTestAllTypes/datasetSchema.json"; in TEST_F() local
489 std::string schema_path = datasets_root_path_ + "/testTFTestAllTypes/datasetSchema.json"; in TEST_F() local
Dc_api_cache_test.cc543 std::string schema_path = datasets_root_path_ + "/test_tf_file_3_images2/datasetSchema.json"; in TEST_F() local
586 std::string schema_path = datasets_root_path_ + "/test_tf_file_3_images2/datasetSchema.json"; in TEST_F() local
637 std::string schema_path = datasets_root_path_ + "/test_tf_file_3_images2/datasetSchema.json"; in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/
Drandom_node.h49 …RandomNode(const int32_t &total_rows, std::string schema_path, const std::vector<std::string> &col… in RandomNode()
/third_party/flatbuffers/include/flatbuffers/
Dregistry.h32 void Register(const char *file_identifier, const char *schema_path) { in Register()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Ddatasets.h2547 std::string schema_path = schema; variable
/third_party/glib/gio/
Dgsettings-tool.c153 const gchar *schema_path; in gsettings_list_schemas_with_paths() local
Dgsettings.c665 const gchar *schema_path; in g_settings_constructed() local
/third_party/mesa3d/src/freedreno/rnn/
Drnn.c873 char *schema_path; in validate_doc() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Ddatasets.cc1303 …ndomDataDataset::RandomDataDataset(const int32_t &total_rows, const std::vector<char> &schema_path, in RandomDataDataset()