Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.cpp255 bw_scratch_shape_.dimensions = {n_batch, n_bw_cell * 3}; in Prepare()
258 bw_scratch_shape_.dimensions = {n_batch, n_bw_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()
318 std::vector<float> bw_scratch_buffer(getNumberOfElements(bw_scratch_shape_)); in Eval()
404 std::vector<_Float16> bw_scratch_buffer(getNumberOfElements(bw_scratch_shape_)); in Eval()
DBidirectionalSequenceLSTM.h154 Shape bw_scratch_shape_; variable