Home
last modified time | relevance | path

Searched refs:default_options (Results 1 – 25 of 39) sorted by relevance

12

/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/
Dgpu_compatibility_test.cc69 auto default_options = TfLiteGpuDelegateOptionsV2Default(); in TEST_F() local
72 default_options.is_precision_loss_allowed); in TEST_F()
74 default_options.inference_preference); in TEST_F()
76 default_options.inference_priority1); in TEST_F()
78 default_options.inference_priority2); in TEST_F()
80 default_options.inference_priority3); in TEST_F()
82 default_options.experimental_flags); in TEST_F()
84 default_options.max_delegated_partitions); in TEST_F()
/external/pigweed/pw_arduino_build/py/pw_arduino_build/
D__main__.py367 default_options = get_default_options()
396 if value is None or value == default_options.get(key, None):
442 default_options = get_default_options()
496 add_common_parser_args(show_parser, default_options["serial_port"],
497 default_options["build_path"],
498 default_options["build_project_name"],
499 default_options["project_path"],
500 default_options["project_source_path"])
552 add_common_parser_args(run_parser, default_options["serial_port"],
553 default_options["build_path"],
[all …]
/external/python/cpython2/Lib/distutils/
Dtext_file.py70 default_options = { 'strip_comments': 1, variable in TextFile
90 for opt in self.default_options.keys():
95 setattr (self, opt, self.default_options[opt])
99 if opt not in self.default_options:
/external/python/cpython3/Lib/distutils/
Dtext_file.py69 default_options = { 'strip_comments': 1, variable in TextFile
88 for opt in self.default_options.keys():
92 setattr(self, opt, self.default_options[opt])
96 if opt not in self.default_options:
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient_library.cc84 LocalClientOptions default_options; in GetOrCreateLocalClient() local
85 default_options.set_platform(platform); in GetOrCreateLocalClient()
86 default_options.set_allowed_devices(device_set); in GetOrCreateLocalClient()
87 return GetOrCreateLocalClient(default_options); in GetOrCreateLocalClient()
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dserial_device_batch_scheduler_test.cc70 Scheduler::Options default_options; in TEST() local
71 default_options.get_pending_on_serial_device = []() { return 0; }; in TEST()
72 Scheduler::Options options = default_options; in TEST()
75 options = default_options; in TEST()
78 options = default_options; in TEST()
82 options = default_options; in TEST()
85 options = default_options; in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompile_only_service.cc41 ServiceOptions default_options; in NewService() local
42 default_options.set_platform(platform); in NewService()
43 return NewService(default_options); in NewService()
/external/tensorflow/tensorflow/lite/delegates/utils/dummy_delegate/
Ddummy_delegate_provider.cc55 auto default_options = TfLiteDummyDelegateOptionsDefault(); in CreateTfLiteDelegate() local
56 return TfLiteDummyDelegateCreateUnique(&default_options); in CreateTfLiteDelegate()
/external/tensorflow/tensorflow/python/data/util/
Doptions.py144 default_options = result_type()
151 default = getattr(default_options, name)
/external/libkmsxx/
Dmeson.build2 default_options : [
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate.cpp415 spv_validator_options default_options = spvValidatorOptionsCreate(); in spvValidateBinary() local
418 spvtools::val::ValidationState_t vstate(&hijack_context, default_options, in spvValidateBinary()
426 spvValidatorOptionsDestroy(default_options); in spvValidateBinary()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate.cpp415 spv_validator_options default_options = spvValidatorOptionsCreate(); in spvValidateBinary() local
418 spvtools::val::ValidationState_t vstate(&hijack_context, default_options, in spvValidateBinary()
426 spvValidatorOptionsDestroy(default_options); in spvValidateBinary()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate.cpp416 spv_validator_options default_options = spvValidatorOptionsCreate(); in spvValidateBinary() local
419 spvtools::val::ValidationState_t vstate(&hijack_context, default_options, in spvValidateBinary()
427 spvValidatorOptionsDestroy(default_options); in spvValidateBinary()
/external/toybox/scripts/root/
Ddropbear33 sed -i 's@\(#define NON_INETD_MODE\) 1@\1 0@' default_options.h &&
/external/tensorflow/tensorflow/core/common_runtime/
Dkernel_benchmark_testlib.cc58 SessionOptions default_options; in Benchmark() local
60 options = &default_options; in Benchmark()
/external/google-fruit/
Dconanfile.py15 default_options = {"shared": False, "use_boost": True} variable in FruitConan
/external/google-benchmark/
Dconanfile.py25default_options = {"shared": False, "fPIC": True, "enable_lto": False, "enable_exceptions": True} variable in GoogleBenchmarkConan
/external/flatbuffers/
Dconanfile.py21 default_options = {"shared": False, "fPIC": True} variable in FlatbuffersConan
/external/perfetto/
Dmeson.build22 default_options: ['c_std=c99', 'cpp_std=c++11']
/external/wayland/
Dmeson.build6 default_options: [
/external/fonttools/Tests/ttx/
Dttx_test.py534 default_options = ttx.Options([], 1)
535 ttx.ttCompile(inttx, str(outotf), default_options)
641 default_options = ttx.Options([], 1)
642 ttx.ttCompile(inttx, str(outttf), default_options)
/external/jsoncpp/
Dmeson.build13 default_options : [
/external/lz4/contrib/meson/
Dmeson.build12 default_options : ['c_std=c99',
/external/tensorflow/tensorflow/compiler/xla/tests/
Dclient_library_test_base.cc86 LocalClientOptions default_options; in ClientLibraryTestBase() local
87 default_options.set_platform(platform); in ClientLibraryTestBase()
88 client_ = GetOrCreateLocalClientOrDie(default_options); in ClientLibraryTestBase()
/external/zstd/build/meson/
Dmeson.build14 default_options : [

12