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/ |
D | fully_connected_slicing_test.cc | 40 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/ |
D | fully_connected_test.cc | 266 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/ |
D | fully_connected.h | 29 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/ |
D | ceva_tflm_lib.h | 294 const float* weights_data, const int bias_shape, const float* bias_data,
|