Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dsparse_to_dense_test.cc32 std::initializer_list<int> output_shape_shape, in SparseToDenseOpModel() argument
45 BuildInterpreter({indices_shape, output_shape_shape, values_shape, {1}}); in SparseToDenseOpModel()
/external/XNNPACK/bench/
Ddeconvolution.cc334 const int32_t output_shape_shape[1] = { 4 }; in tflite_deconvolution_f32() local
348 builder.CreateVector<int32_t>(output_shape_shape, 1), in tflite_deconvolution_f32()