Home
last modified time | relevance | path

Searched defs:gate_bias_shape (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/kernels/
Dgru_cell.cc35 const RuntimeShape& gate_bias_shape, const float* gate_bias, in GruCell()
Dunidirectional_sequence_gru.cc49 const RuntimeShape gate_bias_shape = GetTensorShape(gate_bias); in GruImpl() local