Searched refs:InterpreterWriter (Results 1 – 5 of 5) sorted by relevance
42 Offset<Vector<T_OUTPUT>> InterpreterWriter::ExportVector(FlatBufferBuilder* fbb, in ExportVector()48 Offset<Vector<Offset<Operator>>> InterpreterWriter::ExportOperators( in ExportOperators()118 Offset<Vector<Offset<Tensor>>> InterpreterWriter::ExportTensors( in ExportTensors()195 Offset<Vector<Offset<Buffer>>> InterpreterWriter::ExportBuffers( in ExportBuffers()205 Offset<Vector<Offset<OperatorCode>>> InterpreterWriter::CreateOpCodeTable( in CreateOpCodeTable()217 std::vector<int> InterpreterWriter::RemapTensorIndicesToWritten( in RemapTensorIndicesToWritten()234 TfLiteStatus InterpreterWriter::GetBuffer(std::unique_ptr<uint8_t[]>* out, in GetBuffer()269 TfLiteStatus InterpreterWriter::Write(const std::string& filename) { in Write()283 TfLiteStatus InterpreterWriter::RegisterCustomWriter( in RegisterCustomWriter()
42 class InterpreterWriter {52 explicit InterpreterWriter(Interpreter* interpreter) in InterpreterWriter() function
37 tflite::InterpreterWriter writer(interpreter.get()); in main()
38 tflite::InterpreterWriter writer(interpreter.get()); in main()
48 InterpreterWriter writer(&interpreter); in TEST()