Home
last modified time | relevance | path

Searched refs:weights_data (Results 1 – 4 of 4) sorted by relevance

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/arc_mli/
Dfully_connected_slicing_test.cc40 const float input_max, int* weights_dims_data, const T* weights_data, in TestFullyConnectedQuantized() argument
58 CreateQuantizedTensor(weights_data, weights_dims, "weights_tensor", in TestFullyConnectedQuantized()
138 const int8_t weights_data[] = {2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, in TF_LITE_MICRO_TEST() local
149 weights_data, weights_min, weights_max, bias_dims_data, bias_data, in TF_LITE_MICRO_TEST()
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/
Dfully_connected_test.cc266 const float* weights_data, int* bias_dims_data, const float* bias_data, in TestFullyConnectedFloat() argument
280 CreateTensor(weights_data, weights_dims), in TestFullyConnectedFloat()
294 const float* weights_data, T* weights_quantized, const float weights_scale, in TestFullyConnectedQuantized() argument
312 CreateQuantizedTensor(weights_data, weights_quantized, weights_dims, in TestFullyConnectedQuantized()
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/kernels/internal/reference/
Dfully_connected.h29 const float* weights_data, const RuntimeShape& bias_shape, in FullyConnected() argument
50 weights_data[out_c * accum_depth + d]; in FullyConnected()
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/ceva/
Dceva_tflm_lib.h294 const float* weights_data, const int bias_shape, const float* bias_data,