Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 25 of 6778) sorted by relevance

12345678910>>...272

/external/googleapis/google/maps/places/v1/
Dplace.proto170 optional bool open_now = 1; field
221 optional bool accepts_credit_cards = 1; field
224 optional bool accepts_debit_cards = 2; field
228 optional bool accepts_cash_only = 3; field
231 optional bool accepts_nfc = 4; field
238 optional bool free_parking_lot = 1; field
241 optional bool paid_parking_lot = 2; field
244 optional bool free_street_parking = 3; field
247 optional bool paid_street_parking = 4; field
250 optional bool valet_parking = 5; field
[all …]
/external/pytorch/torchgen/api/
Dcpp.py75 faithful_name_for_out_overloads: bool = False,
76 symint_overload: bool = False,
97 mutable: bool = True,
98 remove_non_owning_ref_types: bool = False,
99 symint: bool = False,
138 mutable: bool,
140 remove_non_owning_ref_types: bool = False,
141 symint: bool = False,
223 def argument_type(a: Argument, *, binds: ArgName, symint: bool = False) -> NamedCType:
232 def returntype_type(t: Type, *, mutable: bool, symint: bool = False) -> CType:
[all …]
Dpython.py221 def argument_str(self, *, method: bool = False, symint: bool = True) -> str:
248 self, *, method: bool = False, deprecated: bool = False
369 self, *, skip_outputs: bool = False, skip_tensor_options: bool = False
395 def signature_str(self, *, skip_outputs: bool = False, symint: bool = True) -> str:
406 def signature_str_pyi(self, *, skip_outputs: bool = False) -> str:
422 def signature_str_pyi_vararg(self, *, skip_outputs: bool = False) -> str | None:
479 def signature_str(self, *, skip_outputs: bool = False, symint: bool = True) -> str:
487 def signature_str_pyi(self, *, skip_outputs: bool = False) -> str:
499 def signature_str_pyi_vararg(self, *, skip_outputs: bool = False) -> str | None:
633 def _cpp_signature(f: NativeFunction, *, method: bool = False) -> CppSignature:
[all …]
/external/python/cpython3/Tools/peg_generator/pegen/
Dbuild.py75 verbose: bool = False,
76 keep_asserts: bool = True,
77 disable_optimization: bool = False,
241 grammar_file: str, verbose_tokenizer: bool = False, verbose_parser: bool = False
288 compile_extension: bool = False,
289 verbose_c_extension: bool = False,
290 keep_asserts_in_extension: bool = True,
291 skip_actions: bool = False,
316 skip_actions: bool = False,
328 compile_extension: bool = False,
[all …]
/external/pytorch/torch/distributed/fsdp/
D_unshard_param_utils.py36 writeback_grad: bool,
127 writeback: bool,
128 rank0_only: bool,
129 offload_to_cpu: bool,
130 with_grads: bool,
162 writeback: bool,
163 rank0_only: bool,
164 offload_to_cpu: bool,
165 with_grads: bool,
239 writeback: bool,
[all …]
/external/pytorch/torch/optim/
Dadam.py40 amsgrad: bool = False,
42 foreach: Optional[bool] = None,
43 maximize: bool = False,
44 capturable: bool = False,
45 differentiable: bool = False,
46 fused: Optional[bool] = None,
330 amsgrad: bool,
331 has_complex: bool,
337 maximize: bool,
338 capturable: bool,
[all …]
Dadamw.py40 amsgrad: bool = False,
42 maximize: bool = False,
43 foreach: Optional[bool] = None,
44 capturable: bool = False,
45 differentiable: bool = False,
46 fused: Optional[bool] = None,
327 amsgrad: bool,
333 maximize: bool,
334 capturable: bool,
335 differentiable: bool,
[all …]
Dradam.py37 decoupled_weight_decay: bool = False,
39 foreach: Optional[bool] = None,
40 maximize: bool = False,
41 capturable: bool = False,
42 differentiable: bool = False,
266 decoupled_weight_decay: bool,
267 differentiable: bool,
268 maximize: bool,
269 capturable: bool,
270 has_complex: bool,
[all …]
Dnadam.py39 decoupled_weight_decay: bool = False,
41 foreach: Optional[bool] = None,
42 maximize: bool = False,
43 capturable: bool = False,
44 differentiable: bool = False,
293 decoupled_weight_decay: bool,
294 maximize: bool,
295 capturable: bool,
296 differentiable: bool,
297 has_complex: bool,
[all …]
Dadagrad.py34 foreach: Optional[bool] = None,
36 maximize: bool = False,
37 differentiable: bool = False,
38 fused: Optional[bool] = None,
247 fused: Optional[bool] = None,
252 has_sparse_grad: bool = False,
253 foreach: Optional[bool] = None,
254 differentiable: bool = False,
255 has_complex: bool = False,
261 maximize: bool,
[all …]
Drmsprop.py39 foreach: Optional[bool] = None,
40 maximize: bool = False,
41 differentiable: bool = False,
276 centered: bool,
277 maximize: bool,
278 differentiable: bool,
279 capturable: bool,
280 has_complex: bool,
347 centered: bool,
348 maximize: bool,
[all …]
Dadadelta.py35 foreach: Optional[bool] = None,
37 capturable: bool = False,
38 maximize: bool = False,
39 differentiable: bool = False,
256 maximize: bool,
257 differentiable: bool,
258 capturable: bool,
259 has_complex: bool,
310 maximize: bool,
311 differentiable: bool,
[all …]
Drprop.py36 capturable: bool = False,
37 foreach: Optional[bool] = None,
38 maximize: bool = False,
39 differentiable: bool = False,
233 maximize: bool,
234 capturable: bool,
235 differentiable: bool,
236 has_complex: bool,
301 maximize: bool,
302 capturable: bool,
[all …]
Dsgd.py34 maximize: bool = False,
35 foreach: Optional[bool] = None,
36 differentiable: bool = False,
37 fused: Optional[bool] = None,
250 has_sparse_grad: bool = False,
251 foreach: Optional[bool] = None,
252 fused: Optional[bool] = None,
260 nesterov: bool,
261 maximize: bool,
325 nesterov: bool,
[all …]
/external/pytorch/torch/signal/windows/
Dwindows.py130 sym: bool = True,
134 requires_grad: bool = False
210 sym: bool = True,
214 requires_grad: bool = False
280 sym: bool = True,
284 requires_grad: bool = False
355 sym: bool = True,
359 requires_grad: bool = False
433 sym: bool = True,
437 requires_grad: bool = False) -> Tensor:
[all …]
/external/executorch/examples/mediatek/aot_utils/llm_utils/tokenizers_/
Dtokenization_utils_fast.py291 return_token_type_ids: Optional[bool] = None,
292 return_attention_mask: Optional[bool] = None,
293 return_overflowing_tokens: bool = False,
294 return_special_tokens_mask: bool = False,
295 return_offsets_mapping: bool = False,
296 return_length: bool = False,
297 verbose: bool = True,
373 def num_special_tokens_to_add(self, pair: bool = False) -> int:
395 self, ids: Union[int, List[int]], skip_special_tokens: bool = False
424 add_special_tokens: bool = False,
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/
Dclassify.rs17 pub(crate) fn requires_semi_to_be_stmt(expr: &Expr) -> bool { in requires_semi_to_be_stmt()
25 pub(crate) fn requires_comma_to_be_match_arm(expr: &Expr) -> bool { in requires_comma_to_be_match_arm()
71 pub(crate) fn confusable_with_adjacent_block(mut expr: &Expr) -> bool { in confusable_with_adjacent_block()
157 pub(crate) fn trailing_unparameterized_path(mut ty: &Type) -> bool { in trailing_unparameterized_path()
191 fn last_type_in_path(path: &Path) -> ControlFlow<bool, &Type> { in trailing_unparameterized_path()
204 ) -> ControlFlow<bool, &Type> { in trailing_unparameterized_path()
216 pub(crate) fn expr_leading_label(mut expr: &Expr) -> bool { in expr_leading_label()
270 pub(crate) fn expr_trailing_brace(mut expr: &Expr) -> bool { in expr_trailing_brace()
330 fn type_trailing_brace(mut ty: &Type) -> bool { in expr_trailing_brace()
377 ) -> ControlFlow<bool, &Type> { in expr_trailing_brace()
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/
Dclassify.rs17 pub(crate) fn requires_semi_to_be_stmt(expr: &Expr) -> bool { in requires_semi_to_be_stmt()
25 pub(crate) fn requires_comma_to_be_match_arm(expr: &Expr) -> bool { in requires_comma_to_be_match_arm()
71 pub(crate) fn confusable_with_adjacent_block(mut expr: &Expr) -> bool { in confusable_with_adjacent_block()
157 pub(crate) fn trailing_unparameterized_path(mut ty: &Type) -> bool { in trailing_unparameterized_path()
191 fn last_type_in_path(path: &Path) -> ControlFlow<bool, &Type> { in trailing_unparameterized_path()
204 ) -> ControlFlow<bool, &Type> { in trailing_unparameterized_path()
216 pub(crate) fn expr_leading_label(mut expr: &Expr) -> bool { in expr_leading_label()
270 pub(crate) fn expr_trailing_brace(mut expr: &Expr) -> bool { in expr_trailing_brace()
330 fn type_trailing_brace(mut ty: &Type) -> bool { in expr_trailing_brace()
377 ) -> ControlFlow<bool, &Type> { in expr_trailing_brace()
[all …]
/external/pytorch/torch/nn/
Dfunctional.py441 return_indices: bool = False,
518 return_indices: bool = False,
553 return_indices: bool = False,
634 return_indices: bool = False,
670 ceil_mode: bool = False,
671 return_indices: bool = False,
723 ceil_mode: bool = False,
724 return_indices: bool = False,
760 ceil_mode: bool = False,
761 return_indices: bool = False,
[all …]
/external/executorch/backends/cadence/aot/
Dmemory_planning.py37 alloc_graph_input: bool,
38 alloc_graph_output: bool,
58 alloc_graph_input: bool,
59 alloc_graph_output: bool,
115 alloc_graph_input: bool,
116 alloc_graph_output: bool,
177 alloc_graph_input: bool,
178 alloc_graph_output: bool,
212 alloc_graph_input: bool,
213 alloc_graph_output: bool,
[all …]
/external/pytorch/benchmarks/operator_benchmark/pt/
Dqembedding_bag_lookups_test.py95 enable_per_sample_weights: bool,
96 include_last_offset: bool,
97 is_pruned_weights: bool,
98 use_32bit_indices: bool,
99 use_32bit_offsets: bool,
184 include_last_offset: bool,
185 is_pruned_weights: bool,
206 enable_per_sample_weights: bool,
207 include_last_offset: bool,
208 is_pruned_weights: bool,
[all …]
/external/rust/android-crates-io/crates/prettyplease/src/
Dclassify.rs6 pub(crate) fn requires_semi_to_be_stmt(expr: &Expr) -> bool { in requires_semi_to_be_stmt()
13 pub(crate) fn requires_comma_to_be_match_arm(mut expr: &Expr) -> bool { in requires_comma_to_be_match_arm()
64 pub(crate) fn trailing_unparameterized_path(mut ty: &Type) -> bool { in trailing_unparameterized_path()
101 fn last_type_in_path(path: &Path) -> ControlFlow<bool, &Type> { in trailing_unparameterized_path()
114 ) -> ControlFlow<bool, &Type> { in trailing_unparameterized_path()
127 pub(crate) fn expr_leading_label(mut expr: &Expr) -> bool { in expr_leading_label()
189 pub(crate) fn expr_trailing_brace(mut expr: &Expr) -> bool { in expr_trailing_brace()
252 fn type_trailing_brace(mut ty: &Type) -> bool { in expr_trailing_brace()
302 ) -> ControlFlow<bool, &Type> { in expr_trailing_brace()
317 fn tokens_trailing_brace(tokens: &TokenStream) -> bool { in expr_trailing_brace()
/external/rust/android-crates-io/crates/syn/src/
Dclassify.rs17 pub(crate) fn requires_semi_to_be_stmt(expr: &Expr) -> bool { in requires_semi_to_be_stmt()
25 pub(crate) fn requires_comma_to_be_match_arm(expr: &Expr) -> bool { in requires_comma_to_be_match_arm()
71 pub(crate) fn trailing_unparameterized_path(mut ty: &Type) -> bool { in trailing_unparameterized_path()
105 fn last_type_in_path(path: &Path) -> ControlFlow<bool, &Type> { in trailing_unparameterized_path()
118 ) -> ControlFlow<bool, &Type> { in trailing_unparameterized_path()
130 pub(crate) fn expr_leading_label(mut expr: &Expr) -> bool { in expr_leading_label()
184 pub(crate) fn expr_trailing_brace(mut expr: &Expr) -> bool { in expr_trailing_brace()
244 fn type_trailing_brace(mut ty: &Type) -> bool { in expr_trailing_brace()
291 ) -> ControlFlow<bool, &Type> { in expr_trailing_brace()
304 fn tokens_trailing_brace(tokens: &TokenStream) -> bool { in expr_trailing_brace()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/tests/common/
Deq.rs184 fn eq(&self, other: &Self) -> bool; in eq()
188 fn eq(&self, other: &Self) -> bool { in eq()
194 fn eq(&self, other: &Self) -> bool { in eq()
200 fn eq(&self, other: &Self) -> bool { in eq()
206 fn eq(&self, other: &Self) -> bool { in eq()
216 fn eq(&self, other: &Self) -> bool { in eq()
226 fn eq(&self, other: &Self) -> bool { in eq()
232 fn eq(&self, other: &Self) -> bool { in eq()
238 fn eq(&self, other: &Self) -> bool { in eq()
248 fn eq(&self, other: &Self) -> bool { in eq()
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/tests/common/
Deq.rs184 fn eq(&self, other: &Self) -> bool; in eq()
188 fn eq(&self, other: &Self) -> bool { in eq()
194 fn eq(&self, other: &Self) -> bool { in eq()
200 fn eq(&self, other: &Self) -> bool { in eq()
206 fn eq(&self, other: &Self) -> bool { in eq()
216 fn eq(&self, other: &Self) -> bool { in eq()
226 fn eq(&self, other: &Self) -> bool { in eq()
232 fn eq(&self, other: &Self) -> bool { in eq()
238 fn eq(&self, other: &Self) -> bool { in eq()
248 fn eq(&self, other: &Self) -> bool { in eq()
[all …]

12345678910>>...272