Home
last modified time | relevance | path

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

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/
Dsvdf_test.cc563 int output_dims_args[] = {2, batch_size, num_units}; in TestSVDF() local
564 TfLiteIntArray* output_dims = IntArrayFromInts(output_dims_args); in TestSVDF()
622 int output_dims_args[] = {2, batch_size, num_units}; in TestIntegerSVDF() local
623 TfLiteIntArray* output_dims = IntArrayFromInts(output_dims_args); in TestIntegerSVDF()