Module tflite.FullyConnectedOptionsWeightsFormat

Classes

class FullyConnectedOptionsWeightsFormat
Expand source code
class FullyConnectedOptionsWeightsFormat(object):
    DEFAULT = 0
    SHUFFLED4x16INT8 = 1

Class variables

var DEFAULT
var SHUFFLED4x16INT8