Home
last modified time | relevance | path

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

/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/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()
Dservice.cc135 ServiceOptions default_options; in NewService() local
136 default_options.set_platform(platform); in NewService()
137 return NewService(default_options); in NewService()
/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/python/data/util/
Doptions.py126 default_options = result_type()
133 default = getattr(default_options, name)
/external/tensorflow/tensorflow/core/common_runtime/
Dkernel_benchmark_testlib.cc48 SessionOptions default_options; in Benchmark() local
50 options = &default_options; in Benchmark()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate.cpp442 spv_validator_options default_options = spvValidatorOptionsCreate(); in spvValidateBinary() local
445 spvtools::val::ValidationState_t vstate(&hijack_context, default_options, in spvValidateBinary()
453 spvValidatorOptionsDestroy(default_options); in spvValidateBinary()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate.cpp499 spv_validator_options default_options = spvValidatorOptionsCreate(); in spvValidateBinary() local
502 spvtools::val::ValidationState_t vstate(&hijack_context, default_options, in spvValidateBinary()
510 spvValidatorOptionsDestroy(default_options); in spvValidateBinary()
/external/flatbuffers/
Dconanfile.py21 default_options = {"shared": False, "fPIC": True} variable in FlatbuffersConan
/external/google-benchmark/
Dconanfile.py25default_options = {"shared": False, "fPIC": True, "enable_lto": False, "enable_exceptions": True} variable in GoogleBenchmarkConan
/external/google-fruit/
Dconanfile.py13 default_options = "shared=False", "use_boost=True" variable in FruitConan
/external/fonttools/Tests/ttx/
Dttx_test.py533 default_options = ttx.Options([], 1)
534 ttx.ttCompile(inttx, str(outotf), default_options)
640 default_options = ttx.Options([], 1)
641 ttx.ttCompile(inttx, str(outttf), default_options)
/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/pcre/pcrecpp/
Dpcrecpp.cc51 static RE_Options default_options; variable
56 options_ = default_options; in Init()
/external/libxkbcommon/xkbcommon/
Dconfigure.ac165 AC_ARG_WITH([default_options], optwith
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc317 const Config default_options; in SetupTemporalLayers() local
319 (codec.extra_options ? codec.extra_options : &default_options) in SetupTemporalLayers()
/external/libdrm/
Dmeson.build27 default_options : ['buildtype=debugoptimized', 'c_std=gnu99'],
/external/mesa3d/
Dmeson.build29 default_options : ['buildtype=debugoptimized', 'c_std=c99', 'cpp_std=c++11']
/external/libxkbcommon/xkbcommon/build-aux/
Doutput.019111 @%:@ Check whether --with-default_options was given.
Doutput.219111 @%:@ Check whether --with-default_options was given.
Doutput.119111 @%:@ Check whether --with-default_options was given.