D | minddata_node.cc | 29 MindDataNode::MindDataNode(const std::vector<std::string> &dataset_files, const std::vector<std::st… in MindDataNode() function in mindspore::dataset::MindDataNode 44 MindDataNode::MindDataNode(const std::string &dataset_file, const std::vector<std::string> &columns… in MindDataNode() function in mindspore::dataset::MindDataNode 59 std::shared_ptr<DatasetNode> MindDataNode::Copy() { in Copy() 60 std::shared_ptr<MindDataNode> node; in Copy() 63 …node = std::make_shared<MindDataNode>(dataset_file_, columns_list_, sampler, padded_sample_, num_p… in Copy() 66 …node = std::make_shared<MindDataNode>(dataset_files_, columns_list_, sampler, padded_sample_, num_… in Copy() 73 void MindDataNode::Print(std::ostream &out) const { out << (Name() + "(file:" + dataset_file_ + ",.… in Print() 75 Status MindDataNode::ValidateParams() { in ValidateParams() 135 Status MindDataNode::BuildMindDatasetSamplerChain(const std::shared_ptr<SamplerObj> &sampler, in BuildMindDatasetSamplerChain() 170 void MindDataNode::SetSampleBytes(std::map<std::string, std::string> *sample_bytes) { sample_bytes_… in SetSampleBytes() [all …]
|