Module tflite.FullyConnectedOptionsWeightsFormat

Expand source code
# automatically generated by the FlatBuffers compiler, do not modify

# namespace: tflite

class FullyConnectedOptionsWeightsFormat(object):
    DEFAULT = 0
    SHUFFLED4x16INT8 = 1

Classes

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

Class variables

var DEFAULT
var SHUFFLED4x16INT8