Home
last modified time | relevance | path

Searched refs:fw_scratch_shape_ (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp426 fw_scratch_shape_.dimensions = {n_batch, n_fw_cell * 3}; in Prepare()
429 fw_scratch_shape_.dimensions = {n_batch, n_fw_cell * 4}; in Prepare()
432 fw_scratch_shape_.type = bw_scratch_shape_.type = inputShape.type; in Prepare()
433 fw_scratch_shape_.offset = bw_scratch_shape_.offset = inputShape.offset; in Prepare()
434 fw_scratch_shape_.scale = bw_scratch_shape_.scale = inputShape.scale; in Prepare()
482 std::vector<float> fw_scratch_buffer(getNumberOfElements(fw_scratch_shape_)); in Eval()
606 std::vector<_Float16> fw_scratch_buffer(getNumberOfElements(fw_scratch_shape_)); in Eval()
/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h157 Shape fw_scratch_shape_; variable