BenchmarkResult.InferenceOutput

  • BenchmarkResult.InferenceOutput represents the model output of one tensor.

  • The getValue() method returns the output tensor data as a ByteBuffer in native byte order.

public static abstract class BenchmarkResult.InferenceOutput extends Object

Model output of one tensor.

Public Method Summary

ByteBuffer
getValue()
Gets output tensor data as a ByteBuffer in native byte order.

Inherited Method Summary

Public Methods

public ByteBuffer getValue ()

Gets output tensor data as a ByteBuffer in native byte order.