Home
last modified time | relevance | path

Searched refs:NLP_FILE_VOCAB (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/tests/ut/python/dataset/
Dtest_minddataset_padded.py37 NLP_FILE_VOCAB = "../data/mindrecord/testAclImdbData/vocab.txt" variable
84 data = [x for x in get_nlp_data(NLP_FILE_POS, NLP_FILE_VOCAB, 10)]
426 data = [x for x in get_nlp_data(NLP_FILE_POS, NLP_FILE_VOCAB, 10)]
466 data = [x for x in get_nlp_data(NLP_FILE_POS, NLP_FILE_VOCAB, 10)]
Dtest_minddataset.py41 NLP_FILE_VOCAB = "../data/mindrecord/testAclImdbData/vocab.txt" variable
89 data = [x for x in get_nlp_data(NLP_FILE_POS, NLP_FILE_VOCAB, 10)]