Home
last modified time | relevance | path

Searched refs:GetColumnValueByName (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dgraph_feature_parser.cc41 …RETURN_IF_NOT_OK(shard_column_->GetColumnValueByName(key, col_blob, {}, &data, &data_ptr, &n_bytes… in LoadFeatureTensor()
61 …RETURN_IF_NOT_OK(shard_column_->GetColumnValueByName(key, col_blob, {}, &data, &data_ptr, &n_bytes… in LoadFeatureToSharedMemory()
86 …RETURN_IF_NOT_OK(shard_column_->GetColumnValueByName(key, col_blob, {}, &data, &data_ptr, &n_bytes… in LoadFeatureIndex()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_column.h68 …Status GetColumnValueByName(const std::string &column_name, const std::vector<uint8_t> &columns_bl…
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dmindrecord_op.cc261 …RETURN_IF_NOT_OK(shard_column->GetColumnValueByName(column_name, columns_blob, columns_json, &data… in LoadTensorRow()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_column.cc94 Status ShardColumn::GetColumnValueByName(const std::string &column_name, const std::vector<uint8_t>… in GetColumnValueByName() function in mindspore::mindrecord::ShardColumn