Home
last modified time | relevance | path

Searched refs:RELU_DOC (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/tools/docs/
Dparser_test.py717 RELU_DOC = """Computes rectified linear: `max(features, 0)` variable
733 docstring, function_details = parser._parse_function_details(RELU_DOC)
747 relu_doc_lines = RELU_DOC.split('\n')
752 RELU_DOC,