Home
last modified time | relevance | path

Searched refs:AddNullInput (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Doptional_tensor_test.cc42 input_to_input_weights_ = AddNullInput(); in LSTMOpModel()
52 recurrent_to_input_weights_ = AddNullInput(); in LSTMOpModel()
63 cell_to_input_weights_ = AddNullInput(); in LSTMOpModel()
70 cell_to_input_weights_ = AddNullInput(); in LSTMOpModel()
71 cell_to_forget_weights_ = AddNullInput(); in LSTMOpModel()
72 cell_to_output_weights_ = AddNullInput(); in LSTMOpModel()
76 input_gate_bias_ = AddNullInput(); in LSTMOpModel()
89 projection_bias_ = AddNullInput(); in LSTMOpModel()
92 projection_weights_ = AddNullInput(); in LSTMOpModel()
93 projection_bias_ = AddNullInput(); in LSTMOpModel()
Dbidirectional_sequence_lstm_test.cc53 fw_input_to_input_weights_ = AddNullInput(); in BidirectionalLSTMOpModel()
63 fw_recurrent_to_input_weights_ = AddNullInput(); in BidirectionalLSTMOpModel()
74 fw_cell_to_input_weights_ = AddNullInput(); in BidirectionalLSTMOpModel()
81 fw_cell_to_input_weights_ = AddNullInput(); in BidirectionalLSTMOpModel()
82 fw_cell_to_forget_weights_ = AddNullInput(); in BidirectionalLSTMOpModel()
83 fw_cell_to_output_weights_ = AddNullInput(); in BidirectionalLSTMOpModel()
87 fw_input_gate_bias_ = AddNullInput(); in BidirectionalLSTMOpModel()
100 fw_projection_bias_ = AddNullInput(); in BidirectionalLSTMOpModel()
103 fw_projection_weights_ = AddNullInput(); in BidirectionalLSTMOpModel()
104 fw_projection_bias_ = AddNullInput(); in BidirectionalLSTMOpModel()
[all …]
Dlstm_test.cc51 input_to_input_weights_ = AddNullInput(); in LSTMOpModel()
60 recurrent_to_input_weights_ = AddNullInput(); in LSTMOpModel()
70 cell_to_input_weights_ = AddNullInput(); in LSTMOpModel()
77 cell_to_input_weights_ = AddNullInput(); in LSTMOpModel()
78 cell_to_forget_weights_ = AddNullInput(); in LSTMOpModel()
79 cell_to_output_weights_ = AddNullInput(); in LSTMOpModel()
83 input_gate_bias_ = AddNullInput(); in LSTMOpModel()
94 projection_weights_ = AddNullInput(); in LSTMOpModel()
100 projection_bias_ = AddNullInput(); in LSTMOpModel()
111 input_layer_norm_coefficients_ = AddNullInput(); in LSTMOpModel()
[all …]
Dunidirectional_sequence_lstm_test.cc49 input_to_input_weights_ = AddNullInput(); in UnidirectionalLSTMOpModel()
59 recurrent_to_input_weights_ = AddNullInput(); in UnidirectionalLSTMOpModel()
70 cell_to_input_weights_ = AddNullInput(); in UnidirectionalLSTMOpModel()
77 cell_to_input_weights_ = AddNullInput(); in UnidirectionalLSTMOpModel()
78 cell_to_forget_weights_ = AddNullInput(); in UnidirectionalLSTMOpModel()
79 cell_to_output_weights_ = AddNullInput(); in UnidirectionalLSTMOpModel()
83 input_gate_bias_ = AddNullInput(); in UnidirectionalLSTMOpModel()
96 projection_bias_ = AddNullInput(); in UnidirectionalLSTMOpModel()
99 projection_weights_ = AddNullInput(); in UnidirectionalLSTMOpModel()
100 projection_bias_ = AddNullInput(); in UnidirectionalLSTMOpModel()
[all …]
Dbidirectional_sequence_rnn_test.cc703 aux_input_ = AddNullInput(); in BidirectionalRNNOpModel()
713 aux_fw_weights_ = AddNullInput(); in BidirectionalRNNOpModel()
714 aux_bw_weights_ = AddNullInput(); in BidirectionalRNNOpModel()
Dsvdf_test.cc144 bias_ = AddNullInput(); in BaseSVDFOpModel()
Dpad_test.cc125 constant_values_ = AddNullInput(); in PadOpConstModel()
181 this->constant_values_ = this->AddNullInput(); in PadOpDynamicModel()
Dtest_util.cc123 int SingleOpModel::AddNullInput() { in AddNullInput() function in tflite::SingleOpModel
Dfully_connected_test.cc161 bias_ = AddNullInput();
Dtest_util.h377 int AddNullInput();
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dlstm_full_test.cc68 AddNullInput(); in LSTMOpModel()
77 AddNullInput(); in LSTMOpModel()
90 AddNullInput(); in LSTMOpModel()
97 AddNullInput(); in LSTMOpModel()
98 AddNullInput(); in LSTMOpModel()
99 AddNullInput(); in LSTMOpModel()
103 AddNullInput(); in LSTMOpModel()
114 AddNullInput(); in LSTMOpModel()
120 AddNullInput(); in LSTMOpModel()
131 AddNullInput(); in LSTMOpModel()
[all …]
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc3105 input_to_input_weights_ = AddNullInput(); in LSTMOpModel()
3115 recurrent_to_input_weights_ = AddNullInput(); in LSTMOpModel()
3126 cell_to_input_weights_ = AddNullInput(); in LSTMOpModel()
3133 cell_to_input_weights_ = AddNullInput(); in LSTMOpModel()
3134 cell_to_forget_weights_ = AddNullInput(); in LSTMOpModel()
3135 cell_to_output_weights_ = AddNullInput(); in LSTMOpModel()
3139 input_gate_bias_ = AddNullInput(); in LSTMOpModel()
3152 projection_bias_ = AddNullInput(); in LSTMOpModel()
3155 projection_weights_ = AddNullInput(); in LSTMOpModel()
3156 projection_bias_ = AddNullInput(); in LSTMOpModel()
[all …]
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
Dmatmul_test.cc42 bias_ = AddNullInput(); in FullyConnectedOpModel()