Searched defs:OnSessionInitResponse (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/debug/wrappers/
H A Dframework.py47 3) The callback handles the request and returns a OnSessionInitResponse
50 If the action field in the OnSessionInitResponse is PROCEED, the constuctor
86 However, if the action field in OnSessionInitResponse is
179 class OnSessionInitResponse(object): class in inherits:object
380 _check_type(response, OnSessionInitResponse)
663 An instance of `OnSessionInitResponse`.
844 return OnSessionInitResponse(OnSessionInitAction.PROCEED)

Completed in 101 milliseconds