Searched refs:TFE_ContextEnableGraphCollection (Results 1 – 4 of 4) sorted by relevance
39 TF_CAPI_EXPORT extern void TFE_ContextEnableGraphCollection(TFE_Context* ctx);
51 void TFE_ContextEnableGraphCollection(TFE_Context* ctx) { in TFE_ContextEnableGraphCollection() function
1726 pywrap_tfe.TFE_ContextEnableGraphCollection(self._handle)
695 TFE_ContextEnableGraphCollection(tensorflow::InputTFE_Context(ctx)); in PYBIND11_MODULE()