/external/tensorflow/tensorflow/lite/kernels/ |
D | basic_rnn_test.cc | 197 void SetWeights(std::initializer_list<float> f) { in SetWeights() function in tflite::__anonce8e62630111::RNNOpModel 244 void SetWeights(int weights_idx, const std::vector<float>& f) { in SetWeights() function in tflite::__anonce8e62630111::HybridRNNOpModel 252 void SetWeights(std::initializer_list<float> f) { SetWeights(weights_, f); } in SetWeights() function in tflite::__anonce8e62630111::HybridRNNOpModel
|
D | unidirectional_sequence_rnn_test.cc | 211 void SetWeights(std::initializer_list<float> f) { in SetWeights() function in tflite::__anon0552f1f30111::UnidirectionalRNNOpModel 261 void SetWeights(int weights_idx, const std::vector<float>& f) { in SetWeights() function in tflite::__anon0552f1f30111::HybridUnidirectionalRNNOpModel 269 void SetWeights(std::initializer_list<float> f) { SetWeights(weights_, f); } in SetWeights() function in tflite::__anon0552f1f30111::HybridUnidirectionalRNNOpModel
|
D | batch_matmul_test.cc | 401 void SetWeights(const std::vector<float>& data) { in SetWeights() function in tflite::__anon5c3be9a50111::HybridBatchMatMulOpModel 797 void SetWeights(const std::vector<float>& data) { in SetWeights() function in tflite::__anon5c3be9a50111::QuantizedBatchMatMulOpModel
|
D | fully_connected_test.cc | 223 void SetWeights(const std::vector<float>& f) { PopulateTensor(weights_, f); } in SetWeights() function in tflite::__anon238c60720111::FloatFullyConnectedOpModel 247 void SetWeights(const std::vector<float>& data) { in SetWeights() function in tflite::__anon238c60720111::QuantizedFullyConnectedOpModel 334 void SetWeights(const std::vector<float>& data) { in SetWeights() function in tflite::__anon238c60720111::HybridFullyConnectedOpModel
|
D | svdf_test.cc | 214 void SetWeights(int weights_idx, const std::vector<float>& f) { in SetWeights() function in tflite::__anon826dd2c70111::HybridSVDFOpModel
|
D | unidirectional_sequence_lstm_test.cc | 301 void SetWeights(int weights_idx, const std::vector<float>& f) { in SetWeights() function in tflite::__anon9c8868250111::HybridUnidirectionalLSTMOpModel
|
D | lstm_test.cc | 284 void SetWeights(int index, const std::vector<float>& data) { in SetWeights() function in tflite::__anon0bc04e740111::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::__anonbf4361220111::HybridFullyConnectedOpModel
|
D | nnapi_delegate_test.cc | 1222 void SetWeights(std::initializer_list<float> data) { in SetWeights() function in tflite::__anonf0b01ee30111::FullyConnectedOpModel 2759 void SetWeights(std::initializer_list<float> f) { in SetWeights() function in tflite::__anonf0b01ee30111::RNNOpModel
|