Home
last modified time | relevance | path

Searched defs:column_value (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/lite/minddata/wrapper/
Dalbum_op_android.cc381 …atus AlbumOp::LoadIntTensorRowByIndex(int index, bool is_array, const nlohmann::json &column_value, in LoadIntTensorRowByIndex()
419 nlohmann::json column_value = js.at(data_schema_->Column(i).Name()); in LoadTensorRowByIndex() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dalbum_op.cc365 nlohmann::json column_value = js.at(data_schema_->Column(i).Name()); in loadColumnData() local
/third_party/sqlite/include/
Dsqlite3ext.h74 sqlite3_value* (*column_value)(sqlite3_stmt*,int iCol); member