MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TF_SetXlaMinClusterSize

Function TF_SetXlaMinClusterSize

tensorflow/c/c_api_experimental.cc:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected