Home
last modified time | relevance | path

Searched refs:CreateQuantizedBiasTensor (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/
Dtesting_helpers_test.cc21 TF_LITE_MICRO_TEST(CreateQuantizedBiasTensor) { in TF_LITE_MICRO_TEST() argument
32 TfLiteTensor result = tflite::testing::CreateQuantizedBiasTensor( in TF_LITE_MICRO_TEST()
Dtest_helpers.h202 TfLiteTensor CreateQuantizedBiasTensor(const float* data, int32_t* quantized,
Dtest_helpers.cc1002 TfLiteTensor CreateQuantizedBiasTensor(const float* data, int32_t* quantized, in CreateQuantizedBiasTensor() function
/external/tensorflow/tensorflow/lite/micro/kernels/
Dconv_test_common.cc168 CreateQuantizedBiasTensor(bias_data, bias_quantized, bias_dims, in TestConvQuantizedPerLayer()
Dtranspose_conv_test.cc167 CreateQuantizedBiasTensor(bias_data, bias_quantized, bias_dims, in TestTransposeConvQuantized()
Dfully_connected_test.cc316 CreateQuantizedBiasTensor(bias_data, bias_quantized, bias_dims, in TestFullyConnectedQuantized()
Dsvdf_test.cc636 CreateQuantizedBiasTensor(bias_data, bias_quantized, bias_dims, in TestIntegerSVDF()
Ddepthwise_conv_test.cc137 tflite::testing::CreateQuantizedBiasTensor( in TestDepthwiseConvQuantizedPerLayer()