Home
last modified time | relevance | path

Searched refs:IsQuantizationEmulation (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dop_types.h78 bool IsQuantizationEmulation(const NodeDef& node);
Dop_types.cc254 bool IsQuantizationEmulation(const NodeDef& node) { in IsQuantizationEmulation() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc1073 if (!fold_quantization_emulation_ && IsQuantizationEmulation(node)) { in MaybeFoldable()