Searched refs:mInputSizeBytes (Results 1 – 1 of 1) sorted by relevance
73 private int mInputSizeBytes; field in InferenceInOutSequence.FromAssets80 this.mInputSizeBytes = inputSizeBytes; in FromAssets()86 int sequenceLength = inputs.length / mInputSizeBytes; in readAssets()97 if (inputs.length % mInputSizeBytes != 0) { in readAssets()99 " is not a multiple of input size (in bytes): " + mInputSizeBytes); in readAssets()113 Arrays.copyOfRange(inputs, mInputSizeBytes * i, mInputSizeBytes * (i + 1)), in readAssets()