Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/kernels/
Dgru_cell.cc38 const RuntimeShape& candidate_bias_shape, in GruCell() argument
81 candidate_weight, candidate_bias_shape, candidate_bias, in GruCell()
Dgru_cell.h33 const RuntimeShape& candidate_bias_shape,
Dunidirectional_sequence_gru.cc53 const RuntimeShape candidate_bias_shape = GetTensorShape(candidate_bias); in GruImpl() local
69 candidate_weight_shape, candidate_weight_data, candidate_bias_shape, in GruImpl()