Searched defs:gate_weight_shape (Results 1 – 2 of 2) sorted by relevance
34 const RuntimeShape& gate_weight_shape, const float* gate_weight, in GruCell()
47 const RuntimeShape gate_weight_shape = GetTensorShape(gate_weight); in GruImpl() local