- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TF_GetXlaConstantFoldingDisabled (0.11 sec)
-
tensorflow/c/c_api_experimental.h
// folding. This is for testing to ensure that XLA is being tested rather than // Tensorflow's CPU implementation through constant folding. TF_CAPI_EXPORT unsigned char TF_GetXlaConstantFoldingDisabled(); TF_CAPI_EXPORT void TF_SetXlaConstantFoldingDisabled( unsigned char should_enable); // Create a serialized tensorflow.ConfigProto proto, where: //
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Apr 27 21:07:00 UTC 2023 - 15.1K bytes - Viewed (0) -
tensorflow/c/c_api_experimental.cc
return static_cast<unsigned char>(flag.optimization_level_single_gpu > 0 || flag.optimization_level_general > 0); } unsigned char TF_GetXlaConstantFoldingDisabled() { return static_cast<unsigned char>( tensorflow::GetBuildXlaOpsPassFlags()->tf_xla_disable_constant_folding); } void TF_SetXlaConstantFoldingDisabled(unsigned char should_enable) {
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 03:53:25 UTC 2025 - 29.5K bytes - Viewed (0)