Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
H A Dquantization_context.h38 struct QuantState { struct
40 QuantParams params;
44 const bool immutable;
46 bool IsEmpty() { return EmptyParams(params); } in IsEmpty()
H A Dquantization_driver.cc51 struct QuantState { struct
53 QuantParams params;
57 const bool immutable;
59 bool IsEmpty() { return EmptyParams(params); } in IsEmpty()