Searched defs:numBytesRead (Results 1 – 12 of 12) sorted by relevance
67 public void endReadData(int numBytesRead) { in endReadData()
319 void endReadData(DataPipeConsumerHandleImpl handle, int numBytesRead) { in endReadData()462 private static ResultAnd<Integer> newResultAndInteger(int mojoResult, int numBytesRead) { in newResultAndInteger()497 private native int nativeEndReadData(int mojoHandle, int numBytesRead); in nativeEndReadData()
115 public void endReadData(int numBytesRead) { in endReadData()
197 public void endReadData(int numBytesRead) { in endReadData()
331 public void endReadData(int numBytesRead); in endReadData()
92 final int numBytesRead = is.read(graphDef); in TensorFlowInferenceInterface() local142 int numBytesRead; in TensorFlowInferenceInterface() local
261 int numBytesRead = 0; in readData() local
260 int numBytesRead = 0; in readData() local
237 DWORD numBytesRead = 0; in run() local
2959 size_t const numBytesRead = fread(headerBuffer, 1, sizeof(headerBuffer), srcFile); in FIO_analyzeFrames() local