| 84 | } |
| 85 | |
| 86 | unsigned char TF_GetXlaConstantFoldingDisabled() { |
| 87 | return static_cast<unsigned char>( |
| 88 | tensorflow::GetBuildXlaOpsPassFlags()->tf_xla_disable_constant_folding); |
| 89 | } |
| 90 | |
| 91 | void TF_SetXlaConstantFoldingDisabled(unsigned char should_enable) { |
| 92 | tensorflow::GetBuildXlaOpsPassFlags()->tf_xla_disable_constant_folding = |
nothing calls this directly
no test coverage detected