Module tflite.CombinerType

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

# namespace: tflite

class CombinerType(object):
    SUM = 0
    MEAN = 1
    SQRTN = 2

Classes

class CombinerType
Expand source code
class CombinerType(object):
    SUM = 0
    MEAN = 1
    SQRTN = 2

Class variables

var MEAN
var SQRTN
var SUM