Searched refs:baosInitSize (Results 1 – 1 of 1) sorted by relevance
140 int baosInitSize = is.available() > 16384 ? is.available() : 16384; in TensorFlowInferenceInterface() local141 ByteArrayOutputStream baos = new ByteArrayOutputStream(baosInitSize); in TensorFlowInferenceInterface()