| 94 | } |
| 95 | |
| 96 | void TF_SetXlaMinClusterSize(int size) { |
| 97 | tensorflow::MarkForCompilationPassFlags* flags = |
| 98 | tensorflow::GetMarkForCompilationPassFlags(); |
| 99 | flags->tf_xla_min_cluster_size = size; |
| 100 | } |
| 101 | |
| 102 | TF_Buffer* TF_CreateConfig(unsigned char enable_xla_compilation, |
| 103 | unsigned char gpu_memory_allow_growth, |
nothing calls this directly
no test coverage detected