Searched refs:bw_aux_input_to_cell_weights_ (Results 1 – 2 of 2) sorted by relevance
158 bw_aux_input_to_cell_weights_ = GetInput(operation, operands, kBwAuxInputToCellWeightsTensor); in BidirectionalSequenceLSTM()317 !IsNullInput(bw_aux_input_to_cell_weights_) && in Prepare()321 IsNullInput(bw_aux_input_to_cell_weights_) && in Prepare()372 NN_RET_CHECK_EQ(NumDimensions(bw_aux_input_to_cell_weights_), 2u); in Prepare()373 NN_RET_CHECK_EQ(SizeOfDimension(bw_aux_input_to_cell_weights_, 0), n_bw_cell); in Prepare()374 NN_RET_CHECK_EQ(SizeOfDimension(bw_aux_input_to_cell_weights_, 1), n_aux_input); in Prepare()553 GetOptionalBuffer<const float>(bw_aux_input_to_cell_weights_), in Eval()678 GetOptionalBuffer<const _Float16>(bw_aux_input_to_cell_weights_), in Eval()
169 const RunTimeOperandInfo* bw_aux_input_to_cell_weights_; variable