/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Densify.cpp | 92 const std::vector<int32_t>& dimFormat, const int32_t* traversalOrder, in populate() argument 114 if (dimFormat[level] == DENSE) { // DENSE dimension format in populate() 119 dimFormat, traversalOrder, blockSize, blockMap, dimMetadata, origRank); in populate() 126 populate(srcData, indices, level + 1, i, destData, destDims, dimFormat, traversalOrder, in populate() 167 std::vector<int32_t> dimFormat( in densify() local 169 std::vector<int32_t> dimensions(dimFormat.size()); in densify() 170 std::vector<std::vector<int32_t>> dimMetadata(2 * dimFormat.size()); in densify() 171 for (size_t i = 0; i < dimFormat.size(); i++) { in densify() 172 dimFormat[i] = dimFormatPtr[i]; in densify() 174 if (dimFormat[i] == 0) { in densify() [all …]
|
/packages/modules/NeuralNetworks/runtime/test/specs/experimental/ |
D | densify_bool8_2.mod.py | 6 dimFormat = Parameter("dimFormat", "TENSOR_INT32", "{3}", [1, 1, 1]) variable 15 model = model.Operation("DENSIFY", sparseData, traversalOrder, blockMap, dimFormat,
|
D | densify_bool8_1.mod.py | 6 dimFormat = Parameter("dimFormat", "TENSOR_INT32", "{4}", [0, 0, 0, 0]) variable 18 dimFormat, dimensions, d0ArrSegments, d0ArrIndices, d1ArrSegments,
|
D | densify_1.mod.py | 6 dimFormat = Parameter("dimFormat", "TENSOR_INT32", "{2}", [0, 0]) variable 14 dimFormat, dimensions, d0ArrSegments, d0ArrIndices, d1ArrSegments,
|
D | densify_5.mod.py | 6 dimFormat = Parameter("dimFormat", "TENSOR_INT32", "{3}", [1, 1, 1]) variable 15 model = model.Operation("DENSIFY", sparseData, traversalOrder, blockMap, dimFormat,
|
D | densify_4.mod.py | 6 dimFormat = Parameter("dimFormat", "TENSOR_INT32", "{3}", [1, 0, 1]) variable 15 model = model.Operation("DENSIFY", sparseData, traversalOrder, blockMap, dimFormat,
|
D | densify_6.mod.py | 6 dimFormat = Parameter("dimFormat", "TENSOR_INT32", "{4}", [0, 1, 0, 0]) variable 18 dimFormat, dimensions, d0ArrSegments, d0ArrIndices, d1ArrSegments,
|
D | densify_3.mod.py | 6 dimFormat = Parameter("dimFormat", "TENSOR_INT32", "{4}", [0, 1, 0, 0]) variable 18 dimFormat, dimensions, d0ArrSegments, d0ArrIndices, d1ArrSegments,
|
D | densify_2.mod.py | 6 dimFormat = Parameter("dimFormat", "TENSOR_INT32", "{4}", [0, 0, 0, 0]) variable 18 dimFormat, dimensions, d0ArrSegments, d0ArrIndices, d1ArrSegments,
|
D | densify_8.mod.py | 6 dimFormat = Parameter("dimFormat", "TENSOR_INT32", "{4}", [0, 0, 1, 1]) variable 18 dimFormat, dimensions, d0ArrSegments, d0ArrIndices, d1ArrSegments,
|
D | densify_7.mod.py | 6 dimFormat = Parameter("dimFormat", "TENSOR_INT32", "{4}", [0, 0, 0, 0]) variable 18 dimFormat, dimensions, d0ArrSegments, d0ArrIndices, d1ArrSegments,
|