Searched refs:GetKernelMap (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | batch_matmul_test.cc | 75 const std::map<string, TfLiteRegistration*>& GetKernelMap() override { in GetKernelMap() function in tflite::__anon83a19b600111::BatchMatMulOpTest 405 const std::map<string, TfLiteRegistration*>& GetKernelMap() override { in GetKernelMap() function in tflite::__anon83a19b600111::HybridAsymmetricBatchMatMulOpTest 570 const std::map<string, TfLiteRegistration*>& GetKernelMap() override { in GetKernelMap() function in tflite::__anon83a19b600111::HybridSymmetricBatchMatMulOpTest 770 const std::map<string, TfLiteRegistration*>& GetKernelMap() override { in GetKernelMap() function in tflite::__anon83a19b600111::QuantizedBatchMatMulOpTest
|
D | depthwise_conv_hybrid_test.cc | 167 const std::map<string, TfLiteRegistration*>& GetKernelMap() override { in GetKernelMap() function in tflite::__anon1ff178320111::PerChannelHybridDepthwiseConvolutionOptimizedOpTest 174 const std::map<string, TfLiteRegistration*>& GetKernelMap() override { in GetKernelMap() function in tflite::__anon1ff178320111::PerChannelHybridDepthwiseConvolutionOpTest
|
D | fully_connected_test.cc | 366 const std::map<string, TfLiteRegistration*>& GetKernelMap() override { in GetKernelMap() function in tflite::__anonae46fc4d0111::FloatFullyConnectedOpTest 378 const std::map<string, TfLiteRegistration*>& GetKernelMap() override { in GetKernelMap() function in tflite::__anonae46fc4d0111::QuantizedFullyConnectedOpTest 393 const std::map<string, TfLiteRegistration*>& GetKernelMap() override { in GetKernelMap() function in tflite::__anonae46fc4d0111::HybridFullyConnectedOpTest 1239 const std::map<string, TfLiteRegistration*>& GetKernelMap() override { in GetKernelMap() function in tflite::__anonae46fc4d0111::SparseFullyConnectedOpTest
|
D | depthwise_conv_test.cc | 157 const std::map<string, TfLiteRegistration*>& GetKernelMap() override { in GetKernelMap() function in tflite::__anond27ad6f10111::DepthwiseConvolutionOpTest 636 const std::map<string, TfLiteRegistration*>& GetKernelMap() override { in GetKernelMap() function in tflite::__anond27ad6f10111::QuantizedDepthwiseConvolutionOpTest 1626 const std::map<string, TfLiteRegistration*>& GetKernelMap() override { in GetKernelMap() function in tflite::__anond27ad6f10111::PerChannelQuantizedDepthwiseConvolutionOpTest
|
D | conv_test.cc | 160 const std::map<string, TfLiteRegistration*>& GetKernelMap() override { in GetKernelMap() function in tflite::__anon2c98ea050111::ConvolutionOpTest 1761 const std::map<string, TfLiteRegistration*>& GetKernelMap() override { in GetKernelMap() function in tflite::__anon2c98ea050111::QuantizedConvolutionOpTest
|
D | activations_test.cc | 228 const std::map<string, TfLiteRegistration*>& GetKernelMap() override { in GetKernelMap() function in tflite::__anonf9c9c2540111::TanhOpTest 241 const std::map<string, TfLiteRegistration*>& GetKernelMap() override { in GetKernelMap() function in tflite::__anonf9c9c2540111::LogisticOpTest 2272 const std::map<string, TfLiteRegistration*>& GetKernelMap() override { in GetKernelMap() function in tflite::__anonf9c9c2540111::PReluOpTest
|
D | test_util.h | 903 virtual const std::map<string, TfLiteRegistration*>& GetKernelMap() = 0; 905 return GetKernelMap().at(GetParam()); in GetRegistration()
|