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.cpp254 fw_scratch_shape_.dimensions = {n_batch, n_fw_cell * 3}; in Prepare()
257 fw_scratch_shape_.dimensions = {n_batch, n_fw_cell * 4}; in Prepare()
260 fw_scratch_shape_.type = bw_scratch_shape_.type = inputShape.type; in Prepare()
261 fw_scratch_shape_.offset = bw_scratch_shape_.offset = inputShape.offset; in Prepare()
262 fw_scratch_shape_.scale = bw_scratch_shape_.scale = inputShape.scale; in Prepare()
280 std::vector<float> fw_scratch_buffer(getNumberOfElements(fw_scratch_shape_)); in Eval()
366 std::vector<_Float16> fw_scratch_buffer(getNumberOfElements(fw_scratch_shape_)); in Eval()
DBidirectionalSequenceLSTM.h153 Shape fw_scratch_shape_; variable