Searched refs:CreateQuantizedBiasTensor (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/lite/micro/ |
D | testing_helpers_test.cc | 21 TF_LITE_MICRO_TEST(CreateQuantizedBiasTensor) { in TF_LITE_MICRO_TEST() argument 32 TfLiteTensor result = tflite::testing::CreateQuantizedBiasTensor( in TF_LITE_MICRO_TEST()
|
D | test_helpers.h | 202 TfLiteTensor CreateQuantizedBiasTensor(const float* data, int32_t* quantized,
|
D | test_helpers.cc | 1002 TfLiteTensor CreateQuantizedBiasTensor(const float* data, int32_t* quantized, in CreateQuantizedBiasTensor() function
|
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | conv_test_common.cc | 168 CreateQuantizedBiasTensor(bias_data, bias_quantized, bias_dims, in TestConvQuantizedPerLayer()
|
D | transpose_conv_test.cc | 167 CreateQuantizedBiasTensor(bias_data, bias_quantized, bias_dims, in TestTransposeConvQuantized()
|
D | fully_connected_test.cc | 316 CreateQuantizedBiasTensor(bias_data, bias_quantized, bias_dims, in TestFullyConnectedQuantized()
|
D | svdf_test.cc | 636 CreateQuantizedBiasTensor(bias_data, bias_quantized, bias_dims, in TestIntegerSVDF()
|
D | depthwise_conv_test.cc | 137 tflite::testing::CreateQuantizedBiasTensor( in TestDepthwiseConvQuantizedPerLayer()
|