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

Function TF_SetXlaAutoJitMode

tensorflow/c/c_api_experimental.cc:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void TF_SetXlaAutoJitMode(const char* mode) {
83 tensorflow::SetXlaAutoJitFlagFromFlagString(mode);
84}
85
86unsigned char TF_GetXlaConstantFoldingDisabled() {
87 return static_cast<unsigned char>(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected