Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/datasets/
DLSTMLayerDataset.h58 _cells_bias_it{ std::move(cells_bias_it) },
74 description << "Biases=" << *_cells_bias_it << ":"; in description()
82 …d::make_tuple(*_src_it, *_input_weights_it, *_recurrent_weights_it, *_cells_bias_it, *_output_cell…
90 ++_cells_bias_it;
105 std::vector<TensorShape>::const_iterator _cells_bias_it; member