github.com/wzzhu/tensor@v0.9.24/release.go (about) 1 // +build !debug 2 3 package tensor 4 5 const DEBUG = false 6 7 var TABCOUNT uint32 = 0 8 9 func tabcount() int { return 0 } 10 11 func enterLoggingContext() {} 12 func leaveLoggingContext() {} 13 func logf(format string, others ...interface{}) {} 14 func loggc() {}