Home
last modified time | relevance | path

Searched defs:QuantState (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_context.h36 struct QuantState { struct
38 QuantParams params;
42 const bool immutable;
44 bool IsEmpty() { return EmptyParams(params); } in IsEmpty()
Dquantization_driver.cc51 struct QuantState { struct
53 QuantParams params;
57 const bool immutable;
59 bool IsEmpty() { return EmptyParams(params); } in IsEmpty()