SlicingBenchmarkConfig

data class SlicingBenchmarkConfig(val warmupIterations: Int = 5, val iterations: Int = 20, val tensorShapes: List<IntArray> = listOf( intArrayOf(32, 128, 224, 224), intArrayOf(1024, 768), intArrayOf(8, 8, 512, 512), intArrayOf(100, 1000) ), val accessSamples: Int = 100)(source)

Constructors

Link copied to clipboard
constructor(warmupIterations: Int = 5, iterations: Int = 20, tensorShapes: List<IntArray> = listOf( intArrayOf(32, 128, 224, 224), intArrayOf(1024, 768), intArrayOf(8, 8, 512, 512), intArrayOf(100, 1000) ), accessSamples: Int = 100)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard