Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/
Dlstm_fp16.c162 … const float16_t *weight_project, const float16_t *project_bias, float16_t *buffer[C7NUM], in UpdateOutputFp16()
230 … float16_t *cell_state, float16_t *buffer[C7NUM], const LstmParameter *lstm_param) { in LstmStepUnitFp16()
309 … float16_t *cell_state, float16_t *buffer[C7NUM], const LstmParameter *lstm_param, in LstmUnidirectionalFp16()
332 … float16_t *project_bias, float16_t *hidden_state, float16_t *cell_state, float16_t *buffer[C7NUM], in LstmFp16()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/
Dfse_decode_kernel.cc41 const size_t C7NUM = 7; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/
Dop_base.h37 #define C7NUM 7 macro