Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/kernels/
Dgru_cell.cc34 const RuntimeShape& gate_weight_shape, const float* gate_weight, in GruCell() argument
63 FullyConnected(fc_params, concat_shape, concat, gate_weight_shape, in GruCell()
Dgru_cell.h29 const RuntimeShape& gate_weight_shape, const float* gate_weight,
Dunidirectional_sequence_gru.cc47 const RuntimeShape gate_weight_shape = GetTensorShape(gate_weight); in GruImpl() local
68 gate_weight_shape, gate_weight_data, gate_bias_shape, gate_bias_data, in GruImpl()