Home
last modified time | relevance | path

Searched refs:permutation (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp1755 permutation.emplace_back(++index); in AddKeyboardShortcutDoubleKeysWithCtrlShift()
1761 permutation.emplace_back(++index); in AddKeyboardShortcutDoubleKeysWithCtrlShift()
1782 permutation.emplace_back(++index); in AddKeyboardShortcutDoubleKeysWithCtrlAlt()
1788 permutation.emplace_back(++index); in AddKeyboardShortcutDoubleKeysWithCtrlAlt()
1809 permutation.emplace_back(++index); in AddKeyboardShortcutDoubleKeysWithShiftAlt()
1815 permutation.emplace_back(++index); in AddKeyboardShortcutDoubleKeysWithShiftAlt()
1858 permutation.emplace_back(++index); in AddKeyboardShortcutTripleKeys()
1868 permutation.emplace_back(++index); in AddKeyboardShortcutTripleKeys()
1878 permutation.emplace_back(++index); in AddKeyboardShortcutTripleKeys()
1939 perm.assign(permutation.begin(), permutation.end()); in TriggerKeyboardShortcut()
[all …]
H A Devent_manager.h187 std::vector<uint8_t>& permutation);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md616permutation对input进行数据重排。<br/>输入:<br/>- input,n维张量,待重排的张量。<br/>- perm,一维张量,其长度和input的维数一致。<br/>输出:<…
H A D_neural_nework_runtime.md616permutation对input进行数据重排。<br/>输入:<br/>- input,n维张量,待重排的张量。<br/>- perm,一维张量,其长度和input的维数一致。<br/>输出:<…
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md616permutation**.<br>Input:<br>- **input**: *n*-dimensional tensor to be transposed.<br>- **permutati…
/ohos5.0/drivers/interface/nnrt/v2_1/
H A DNodeAttrTypes.idl2499 …* * <b>perm</b>, a 1D tensor that specifies the permutation. Its length is the same as the number …