Home
last modified time | relevance | path

Searched refs:DEFINE_boolean (Results 1 – 25 of 30) sorted by relevance

12

/external/shflags/
Dshflags_public_test.sh68 DEFINE_boolean b false "help string containing a ' char" b
88 DEFINE_boolean test_bool false 'test boolean' b
98 DEFINE_boolean 'force' false '' f
140 DEFINE_boolean test_bool false 'test boolean' b
154 DEFINE_boolean 'force' false '' f
220 DEFINE_boolean 'force' false '' f
Dshflags_private_test.sh53 DEFINE_boolean bool false 'boolean value' b
69 DEFINE_boolean help false 'show help' h
Dshflags_parsing_test.sh72 DEFINE_boolean bool2 true '2nd boolean' B
317 DEFINE_boolean bool false 'boolean test' 'b'
Dshflags_defines_test.sh95 if DEFINE_boolean boolVal "${default}" 'my boolean' b >"${stdoutF}" 2>"${stderrF}"
/external/tensorflow/tensorflow/python/platform/
Dflags.py120 DEFINE_boolean = _wrap_define_function(DEFINE_boolean) variable
121 DEFINE_bool = DEFINE_boolean
Dflags_test.py45 flags.DEFINE_boolean(
47 flags.DEFINE_boolean(
Dapp_test.py27 flags.DEFINE_boolean('myflag', False, '')
/external/tensorflow/tensorflow/tools/dockerfiles/
Dassembler.py71 flags.DEFINE_boolean(
79 flags.DEFINE_boolean(
82 flags.DEFINE_boolean(
88 flags.DEFINE_boolean(
97 flags.DEFINE_boolean(
102 flags.DEFINE_boolean(
150 flags.DEFINE_boolean(
/external/vboot_reference/scripts/image_signing/
Dtag_image.sh29 DEFINE_boolean remove_test_label false \
31 DEFINE_boolean change_dev_to_beta false \
Dtofactory.sh30 DEFINE_boolean wipe_ssd $FLAGS_TRUE "Wipe SSD after firmware updates" ""
31 DEFINE_boolean nothing $FLAGS_FALSE \
Dmake_dev_ssd.sh30 DEFINE_boolean remove_rootfs_verification \
40 DEFINE_boolean recovery_key "$FLAGS_FALSE" \
42 DEFINE_boolean force "$FLAGS_FALSE" "Skip sanity checks and make the change" "f"
Dmake_dev_firmware.sh26 DEFINE_boolean mod_gbb_flags \
28 DEFINE_boolean force_backup \
Dset_gbb_flags.sh16 DEFINE_boolean check_wp $FLAGS_TRUE "Check write protection states first." ""
Dcommon_minimal.sh35 DEFINE_boolean debug $FLAGS_FALSE "Provide debug messages" "d"
/external/tensorflow/tensorflow/python/tpu/profiler/
Dcapture_tpu_profile.py69 flags.DEFINE_boolean('include_dataset_ops', True, 'Deprecated.')
82 flags.DEFINE_boolean('display_timestamp', True, 'Deprecated.')
/external/shflags/examples/
Dwrite_date.sh27 DEFINE_boolean 'force' false 'force overwriting' 'f'
Ddebug_output.sh18 DEFINE_boolean 'debug' false 'enable debug mode' 'd'
/external/tensorflow/tensorflow/lite/python/
Dconvert_file_to_c_source.py42 flags.DEFINE_boolean(
/external/tensorflow/tensorflow/lite/tools/
Dconvert_image_to_csv.py44 flags.DEFINE_boolean("want_grayscale", False,
/external/tensorflow/tensorflow/tools/tensorflow_builder/config_detector/
Dconfig_detector.py81 flags.DEFINE_boolean("save_output", True, "Save output to a file. [True/False]")
83 flags.DEFINE_boolean("debug", False, "View debug messages. [True/False]")
/external/tensorflow/tensorflow/lite/testing/model_coverage/
Dmodel_coverage_quantization_test.py33 flags.DEFINE_boolean("update_goldens", False, "Update stored golden files.")
/external/tensorflow/tensorflow/tools/docs/
Dtf_doctest.py45 flags.DEFINE_boolean('list', None,
/external/autotest/site_utils/bootperf-bin/
Dbootperf24 DEFINE_boolean keep_logs "$FLAGS_FALSE" "keep autotest results" k
/external/shflags/doc/
DRELEASE_NOTES-1.2.1.md23 Fixed issue #28. DEFINE_boolean misbehaves when help-string is empty.
/external/tensorflow/tensorflow/python/ops/
Dconv2d_benchmark.py38 flags.DEFINE_boolean(

12