Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.cpp427 fw_scratch_shape_.dimensions = {n_batch, n_fw_cell * 3}; in Prepare()
430 fw_scratch_shape_.dimensions = {n_batch, n_fw_cell * 4}; in Prepare()
433 fw_scratch_shape_.type = bw_scratch_shape_.type = inputShape.type; in Prepare()
434 fw_scratch_shape_.offset = bw_scratch_shape_.offset = inputShape.offset; in Prepare()
435 fw_scratch_shape_.scale = bw_scratch_shape_.scale = inputShape.scale; in Prepare()
483 std::vector<float> fw_scratch_buffer(getNumberOfElements(fw_scratch_shape_)); in Eval()
607 std::vector<_Float16> fw_scratch_buffer(getNumberOfElements(fw_scratch_shape_)); in Eval()
DBidirectionalSequenceLSTM.h160 Shape fw_scratch_shape_; variable