Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/utils/
DCommonDataType.h59 struct OpAttr { struct
61 OpAttrType type; argument
62 …int num; // LIST_BOOL/INT/FLOAT/STRING/LIST_LIST_INT need
63 uint8_t numBool; // BOOL need
64 int64_t numInt; // INT need
65 float numFloat; // FLOAT need
66 std::string numString; // STRING need
67 std::vector<uint8_t> valuesBool; // LIST_BOOL need
68 std::vector<int64_t> valuesInt; // LIST_INT need
69 std::vector<float> valuesFloat; // LIST_FLOAT need
[all …]