Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dwhere.cc58 TfLiteStatus PrepareOutput(TfLiteContext* context, in PrepareOutput() function
/external/zlib/google/
Dzip_reader.cc626 bool FileWriterDelegate::PrepareOutput() { in PrepareOutput() function in zip::FileWriterDelegate
680 bool FilePathWriterDelegate::PrepareOutput() { in PrepareOutput() function in zip::FilePathWriterDelegate
Dzip_reader.h37 virtual bool PrepareOutput() { return true; } in PrepareOutput() function