Searched defs:DEFINE_string (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/executorch/examples/apple/mps/executor_runner/ |
H A D | mps_executor_runner.mm | 41 DEFINE_string(model_path, "model.ff", "Model serialized in flatbuffer format."); function 42 DEFINE_string( function 73 DEFINE_string( function 90 DEFINE_string( function
|
/aosp_15_r20/external/cronet/third_party/ced/src/util/ |
H A D | commandlineflags.h | 28 #define DEFINE_string(name, default_value, comment) \ macro
|
/aosp_15_r20/external/python/absl-py/absl/flags/ |
D | _defines.py | 371 def DEFINE_string( # pylint: disable=invalid-name function 384 def DEFINE_string( # pylint: disable=invalid-name function 396 def DEFINE_string( # pylint: disable=invalid-name function 407 def DEFINE_string( # pylint: disable=invalid-name,redefined-builtin function
|
D | __init__.py | 130 DEFINE_string = _defines.DEFINE_string variable
|
/aosp_15_r20/external/regex-re2/util/ |
H A D | flags.h | 23 #define DEFINE_string(name, deflt, desc) DEFINE_flag(string, name, deflt, desc) macro
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/ |
H A D | commandlineflags.h | 22 #define DEFINE_string(name, default_val, doc) \ macro
|
/aosp_15_r20/external/libbrillo/brillo/ |
H A D | flag_helper.h | 218 #define DEFINE_string(name, value, help) \ macro
|
/aosp_15_r20/external/tensorflow/tensorflow/python/platform/ |
H A D | flags.py | 114 DEFINE_string = _wrap_define_function(DEFINE_string) variable
|
/aosp_15_r20/external/gflags/android/gflags/ |
H A D | gflags.h | 581 #define DEFINE_string(name, val, txt) \ macro
|
/aosp_15_r20/external/gflags/src/ |
H A D | gflags.h.in | 602 #define DEFINE_string(name, val, txt) \ macro
|
/aosp_15_r20/external/skia/tools/flags/ |
H A D | CommandLineFlags.h | 232 #define DEFINE_string(name, defaultValue, helpString) \ macro
|