Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/ci_build/builds/
Dtest_tutorials.sh115 LOG_FILE=$1
117 run_in_directory "${TEST_DIR}" "${LOG_FILE}" \
122 FINAL_ACCURACY=$(tail -1 "${LOG_FILE}")
135 LOG_FILE=$1
147 run_in_directory "${TEST_DIR}" "${LOG_FILE}" \
152 FINAL_ACCURACY=$(grep "Accuracy at step" "${LOG_FILE}" \
174 LOG_FILE=$1
182 run_in_directory "${TEST_DIR}" "${LOG_FILE}" \
188 INIT_LOSS=$(grep -o "loss = [0-9\.]*" "${LOG_FILE}" | head -1 | \
190 FINAL_LOSS=$(grep -o "loss = [0-9\.]*" "${LOG_FILE}" | tail -1 | \
[all …]
Dbuilds_common.sh90 LOG_FILE="$2"
96 LOG_FILE_ABS=$(realpath "${LOG_FILE}")
163 LOG_FILE="${LOGS_DIR}/${CURR_TEST}.log"
164 rm -rf ${LOG_FILE} ||
165 die "Unable to remove existing log file: ${LOG_FILE}"
167 "test_${CURR_TEST}" "${LOG_FILE}"
180 FAILED_TEST_LOGS="${FAILED_TEST_LOGS} ${LOG_FILE}"
186 cat ${LOG_FILE}
/external/ltp/testcases/realtime/func/pi-tests/
Drun_auto.sh16 export LOG_FILE="$LOG_DIR/$LOG_FORMAT-testpi-1.log"
18 PYTHONPATH=../../ python parse-testpi1.py $LOG_FILE 2>&1 | tee -a $LOG_FILE
20 export LOG_FILE="$LOG_DIR/$LOG_FORMAT-testpi-2.log"
22 PYTHONPATH=../../ python parse-testpi2.py $LOG_FILE 2>&1 | tee -a $LOG_FILE
24 export LOG_FILE="$LOG_DIR/$LOG_FORMAT-testpi-4.log"
26 PYTHONPATH=../../ python parse-testpi1.py $LOG_FILE 2>&1 | tee -a $LOG_FILE
29 export LOG_FILE=""
/external/ltp/testcases/realtime/perf/latency/
Drun_auto.sh9 LOG_FILE="$LOG_DIR/$LOG_FORMAT-pthread_cond_many.log"
11 echo "Logging to: " | tee -a $LOG_FILE
12 echo "$LOG_FILE " | tee -a $LOG_FILE
13 echo "and to local individual .out files " | tee -a $LOG_FILE
29 echo "pthread_cond_many configuration:" | tee -a $LOG_FILE
30 echo "number of threads = $nthread " | tee -a $LOG_FILE
31 echo "number of iterations = $iter " | tee -a $LOG_FILE
32 echo "number of processes = $nproc " | tee -a $LOG_FILE
/external/tensorflow/tensorflow/tools/gcs_test/
Dgcs_smoke_wrapper.sh68 LOG_FILE="/tmp/tf-gcs-test.log"
69 rm -rf ${LOG_FILE} || \
70 die "ERROR: Failed to remove existing log file ${LOG_FILE}"
74 > "${LOG_FILE}" 2>&1
77 cat ${LOG_FILE}
81 cat ${LOG_FILE}
90 NEW_TFREC_URL=$(grep "Using input path" "${LOG_FILE}" | \
/external/linux-kselftest/tools/testing/selftests/ftrace/
Dftracetest147 LOG_FILE=
150 LOG_FILE=$LOG_DIR/ftracetest.log
152 date > $LOG_FILE
177 [ "$LOG_FILE" ] && echo -e "$@" | strip_esc >> $LOG_FILE
181 [ "$LOG_FILE" ] && cat $1 | strip_esc >> $LOG_FILE
310 if [ ! -z "$LOG_FILE" ] ; then
320 elif [ -z "$LOG_FILE" ]; then
332 [ $KEEP_LOG -eq 0 -a ! -z "$LOG_FILE" ] && rm $testlog
/external/ltp/testcases/realtime/scripts/
Drun_c_files.sh42 if [ "$LOG_FILE" = "" ]; then
43 LOG_FILE="$LOG_DIR/$LOG_FORMAT-${cmd}${params// /}.log"
50 echo "Logging to $LOG_FILE"
55 ) | tee -a $LOG_FILE
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
Dcpuhotplug05.sh86 LOG_FILE="$TMP/log_$$"
97 sar -P "$CPU_TO_TEST" 1 0 > "$LOG_FILE" &
99 sar -P "$CPU_TO_TEST" 1 > "$LOG_FILE" &
106 offline_status=$(tail -n 1 "$LOG_FILE")
132 online_status=$(tail -n 1 "$LOG_FILE")
/external/linux-kselftest/tools/testing/selftests/pstore/
Dcommon_tests64 LOG_FILE=$LOG_DIR/`basename $0`.log
66 date > $LOG_FILE
68 /bin/echo "$@" | tee -a $LOG_FILE
/external/ltp/testcases/realtime/func/measurement/
Drun_auto.sh17 LOG_FILE="$LOG_DIR/$LOG_FORMAT-rdtsc-latency.log"
20 LOG_FILE="$LOG_DIR/$LOG_FORMAT-preempt_timing.log"
/external/slf4j/slf4j-simple/src/main/java/org/slf4j/impl/
DSimpleLogger.java141 private static String LOG_FILE = "System.err"; field in SimpleLogger
200 LOG_FILE = getStringProperty(LOG_FILE_KEY, LOG_FILE); in init()
201 TARGET_STREAM = computeTargetStream(LOG_FILE); in init()
/external/autotest/server/site_tests/enterprise_CFM_Aver520Updater/
Denterprise_CFM_Aver520Updater.py23 LOG_FILE = '/tmp/aver-updater.log' variable
306 with open(LOG_FILE, 'w') as f: