Searched refs:RELU_DOC (Results 1 – 1 of 1) sorted by relevance
717 RELU_DOC = """Computes rectified linear: `max(features, 0)` variable733 docstring, function_details = parser._parse_function_details(RELU_DOC)747 relu_doc_lines = RELU_DOC.split('\n')752 RELU_DOC,