Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.h50 bool fold_quantization_emulation = true);
53 bool fold_quantization_emulation = true);
Dconstant_folding.cc192 bool fold_quantization_emulation) in ConstantFolding() argument
197 fold_quantization_emulation_(fold_quantization_emulation) { in ConstantFolding()
Dconstant_folding_test.cc4386 for (const bool fold_quantization_emulation : {false, true}) { in TEST_F()
4389 fold_quantization_emulation); in TEST_F()
4398 EXPECT_EQ(fold_quantization_emulation ? 0 : 1, in TEST_F()