Home
last modified time | relevance | path

Searched defs:FormatConverter (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/utils/
Dsparsity_format_converter.cc55 FormatConverter<T>::FormatConverter( in FormatConverter() function in tflite::internal::sparsity::FormatConverter
218 FormatConverter<T>::FormatConverter( in FormatConverter() function in tflite::internal::sparsity::FormatConverter
230 FormatConverter<T>::FormatConverter(const std::vector<int>& shape, in FormatConverter() function in tflite::internal::sparsity::FormatConverter
390 template class FormatConverter<int32_t>; variable
391 template class FormatConverter<int8_t>; variable
392 template class FormatConverter<float>; variable
393 template class FormatConverter<Eigen::half>; variable
/external/v4l2_codec2/components/include/v4l2_codec2/components/
DV4L2EncodeComponent.h29 class FormatConverter; variable
/external/pdfium/testing/image_diff/
Dimage_diff_png.cpp481 typedef void (*FormatConverter)(const uint8_t* in, typedef