Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/kernels/
Dgru_cell.cc36 const RuntimeShape& candidate_weight_shape, in GruCell() argument
80 FullyConnected(fc_params, concat_shape, concat, candidate_weight_shape, in GruCell()
Dgru_cell.h31 const RuntimeShape& candidate_weight_shape,
Dunidirectional_sequence_gru.cc51 const RuntimeShape candidate_weight_shape = GetTensorShape(candidate_weight); in GruImpl() local
69 candidate_weight_shape, candidate_weight_data, candidate_bias_shape, in GruImpl()