Home | History | Annotate | Download | only in tools

Lines Matching refs:OUTPUT_FILE

31 OUTPUT_FILE=tf_env.txt
73 } >> ${OUTPUT_FILE}
83 ${python_bin_path} /tmp/check_tf.py 2>&1 >> ${OUTPUT_FILE}
85 DEBUG_LD=libs ${python_bin_path} -c "import tensorflow" 2>>${OUTPUT_FILE} > /tmp/loadedlibs
109 } >> ${OUTPUT_FILE}
111 find /usr/local -type f -name 'libcudart*' 2>/dev/null | grep cuda | grep -v "\\.cache" >> ${OUTPUT_FILE}
112 find /usr/local -type f -name 'libudnn*' 2>/dev/null | grep cuda | grep -v "\\.cache" >> ${OUTPUT_FILE}
115 mv $OUTPUT_FILE old-$OUTPUT_FILE
116 grep -v -i google old-${OUTPUT_FILE} > $OUTPUT_FILE
118 echo "Wrote environment to ${OUTPUT_FILE}. You can review the contents of that file."
121 echo "cat ${OUTPUT_FILE}"