- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TF_SetXlaMinClusterSize (0.07 sec)
-
tensorflow/c/c_api_experimental.cc
} void TF_SetXlaConstantFoldingDisabled(unsigned char should_enable) { tensorflow::GetBuildXlaOpsPassFlags()->tf_xla_disable_constant_folding = static_cast<bool>(should_enable); } void TF_SetXlaMinClusterSize(int size) { tensorflow::MarkForCompilationPassFlags* flags = tensorflow::GetMarkForCompilationPassFlags(); flags->tf_xla_min_cluster_size = size; }
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 03:53:25 UTC 2025 - 29.5K bytes - Viewed (0)