| /external/tensorflow/tensorflow/lite/kernels/ |
| D | basic_rnn_test.cc | 197 void SetWeights(std::initializer_list<float> f) { in SetWeights() function in tflite::__anon3123f5fe0111::RNNOpModel 244 void SetWeights(int weights_idx, const std::vector<float>& f) { in SetWeights() function in tflite::__anon3123f5fe0111::HybridRNNOpModel 252 void SetWeights(std::initializer_list<float> f) { SetWeights(weights_, f); } in SetWeights() function in tflite::__anon3123f5fe0111::HybridRNNOpModel
|
| D | unidirectional_sequence_rnn_test.cc | 211 void SetWeights(std::initializer_list<float> f) { in SetWeights() function in tflite::__anone81b2e4e0111::UnidirectionalRNNOpModel 261 void SetWeights(int weights_idx, const std::vector<float>& f) { in SetWeights() function in tflite::__anone81b2e4e0111::HybridUnidirectionalRNNOpModel 269 void SetWeights(std::initializer_list<float> f) { SetWeights(weights_, f); } in SetWeights() function in tflite::__anone81b2e4e0111::HybridUnidirectionalRNNOpModel
|
| D | batch_matmul_test.cc | 375 void SetWeights(const std::vector<float>& data) { in SetWeights() function in tflite::__anon83a19b600111::HybridBatchMatMulOpModel 739 void SetWeights(const std::vector<float>& data) { in SetWeights() function in tflite::__anon83a19b600111::QuantizedBatchMatMulOpModel
|
| D | fully_connected_test.cc | 220 void SetWeights(const std::vector<float>& f) { PopulateTensor(weights_, f); } in SetWeights() function in tflite::__anonae46fc4d0111::FloatFullyConnectedOpModel 244 void SetWeights(const std::vector<float>& data) { in SetWeights() function in tflite::__anonae46fc4d0111::QuantizedFullyConnectedOpModel 331 void SetWeights(const std::vector<float>& data) { in SetWeights() function in tflite::__anonae46fc4d0111::HybridFullyConnectedOpModel
|
| D | svdf_test.cc | 214 void SetWeights(int weights_idx, const std::vector<float>& f) { in SetWeights() function in tflite::__anon7126f9820111::HybridSVDFOpModel
|
| D | unidirectional_sequence_lstm_test.cc | 301 void SetWeights(int weights_idx, const std::vector<float>& f) { in SetWeights() function in tflite::__anond8582fe00111::HybridUnidirectionalLSTMOpModel
|
| D | lstm_test.cc | 284 void SetWeights(int index, const std::vector<float>& data) { in SetWeights() function in tflite::__anonfa79752f0111::LSTMOpModel
|
| /external/tensorflow/tensorflow/lite/delegates/coreml/builders/ |
| D | fully_connected_op_builder.cc | 32 void FullyConnectedOpBuilder::SetWeights(TfLiteTensor* weights) { in SetWeights() function in tflite::delegates::coreml::FullyConnectedOpBuilder
|
| D | convolution_op_builder.cc | 33 void ConvolutionOpBuilder::SetWeights(TfLiteTensor* weights) { in SetWeights() function in tflite::delegates::coreml::ConvolutionOpBuilder
|
| /external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/ |
| D | matmul_test.cc | 76 void SetWeights(const std::vector<float>& data) { in SetWeights() function in tflite::FullyConnectedOpModel
|
| /external/tensorflow/tensorflow/lite/delegates/nnapi/ |
| D | nnapi_delegate_signed_quantization_test.cc | 102 void SetWeights(const std::vector<float>& data) { in SetWeights() function in tflite::__anonc4d0941d0111::HybridFullyConnectedOpModel
|
| D | nnapi_delegate_test.cc | 1222 void SetWeights(std::initializer_list<float> data) { in SetWeights() function in tflite::__anonde5f765e0111::FullyConnectedOpModel 2759 void SetWeights(std::initializer_list<float> f) { in SetWeights() function in tflite::__anonde5f765e0111::RNNOpModel
|