OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RELEASE_BUILD
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/pip/
build_tf_windows.sh
59
RELEASE_BUILD
=0
67
# --
release_build
Build for release, compilation time will be longer to
76
--
release_build
)
RELEASE_BUILD
=1 ;;
105
if [[ "$
RELEASE_BUILD
" == 1 ]]; then
/external/tensorflow/tensorflow/tools/ci_build/windows/gpu/pip/
build_tf_windows.sh
59
RELEASE_BUILD
=0
67
# --
release_build
Build for release, compilation time will be longer to
76
--
release_build
)
RELEASE_BUILD
=1 ;;
105
if [[ "$
RELEASE_BUILD
" == 1 ]]; then
/external/libpng/contrib/libtests/
pngvalid.c
118
#ifndef
RELEASE_BUILD
119
/*
RELEASE_BUILD
is true for releases and release candidates: */
120
# define
RELEASE_BUILD
(PNG_LIBPNG_BUILD_BASE_TYPE >= PNG_LIBPNG_BUILD_RC)
122
#if
RELEASE_BUILD
124
#else /* !
RELEASE_BUILD
*/
126
#endif /* !
RELEASE_BUILD
*/
[
all
...]
Completed in 852 milliseconds