| /external/pytorch/torch/distributed/optim/ |
| D | functional_adamw.py | 30 amsgrad: bool = False, 31 maximize: bool = False, 32 foreach: bool = False, 33 fused: bool = False, 34 _allow_empty_param_list: bool = False,
|
| D | functional_adam.py | 30 amsgrad: bool = False, 31 maximize: bool = False, 32 foreach: bool = False, 33 fused: bool = False, 34 _allow_empty_param_list: bool = False,
|
| /external/pytorch/torch/ao/quantization/pt2e/ |
| D | qat_utils.py | 59 is_per_channel: bool, 60 has_bias: bool, 61 bias_is_quantized: bool, 62 is_cuda: bool, 218 is_per_channel: bool, 219 has_bias: bool, 220 bias_is_quantized: bool, 222 bn_is_training: bool, 286 is_per_channel: bool, 287 has_bias: bool, [all …]
|
| /external/executorch/backends/qualcomm/utils/ |
| D | utils.py | 127 skip_annotated_submodule: bool = False, 441 fallback_to_cpu: bool = True, 815 use_fp16: bool, 816 use_dlbc: bool = False, 817 use_multi_contexts: bool = False, 856 debug: bool = False, 857 saver: bool = False, 858 online_prepare: bool = False, 859 dump_intermediate_outputs: bool = False, 860 profile: bool = False, [all …]
|
| /external/pytorch/torch/profiler/ |
| D | profiler.py | 114 record_shapes: bool = False, 115 profile_memory: bool = False, 116 with_stack: bool = False, 117 with_flops: bool = False, 118 with_modules: bool = False, 121 acc_events: bool = False, 243 self, enable: bool, activities: Iterable[ProfilerActivity] 276 self, group_by_input_shape: bool = False, group_by_stack_n: int = 0 458 dir_name: str, worker_name: Optional[str] = None, use_gzip: bool = False 630 record_shapes: bool = False, [all …]
|
| /external/rust/android-crates-io/crates/prettyplease/src/ |
| D | stmt.rs | 10 pub fn stmt(&mut self, stmt: &Stmt, is_last: bool) { in stmt() 82 pub fn add_semi(expr: &Expr) -> bool { in add_semi() 163 pub fn break_after(expr: &Expr) -> bool { in break_after() 172 fn remove_semi(expr: &Expr) -> bool { in remove_semi()
|
| /external/pytorch/test/quantization/pt2e/ |
| D | test_quantize_pt2e_qat.py | 59 has_conv_bias: bool, 60 has_bn: bool, 61 has_relu: bool, 83 has_conv_bias: bool = True, 84 has_bn: bool = True, 85 has_relu: bool = False, 86 transpose: bool = False, 123 is_per_channel: bool, 124 verify_convert: bool = True, 184 has_relu: bool, [all …]
|
| /external/pytorch/test/distributed/fsdp/ |
| D | test_fsdp_use_orig_params.py | 91 multi_tensor: bool, 101 def _get_ddp_transformer(self, find_unused_params: bool) -> DDP: 119 init_optim_before_wrap: bool, 121 multi_tensor: bool, 170 set_to_none: bool, 237 self, sharding_strategy: ShardingStrategy, skip_fsdp_guards: bool 337 init_optim_before_wrap: bool, 339 multi_tensor: bool, 340 set_to_none: bool, 344 skip_writeback_check: bool, [all …]
|
| /external/pigweed/targets/rp2040/py/rp2040_utils/ |
| D | device_detector.py | 175 include_picos: bool = True, 176 include_debug_probes: bool = True, 306 include_picos: bool = True, 307 include_debug_probes: bool = True, 404 include_picos: bool = True, 405 include_debug_probes: bool = True, 458 include_picos: bool = True, include_debug_probes: bool = False
|
| /external/rust/android-crates-io/crates/mio/src/sys/unix/selector/ |
| D | epoll.rs | 145 pub fn is_readable(event: &Event) -> bool { in is_readable() 150 pub fn is_writable(event: &Event) -> bool { in is_writable() 154 pub fn is_error(event: &Event) -> bool { in is_error() 158 pub fn is_read_closed(event: &Event) -> bool { in is_read_closed() 166 pub fn is_write_closed(event: &Event) -> bool { in is_write_closed() 176 pub fn is_priority(event: &Event) -> bool { in is_priority() 180 pub fn is_aio(_: &Event) -> bool { in is_aio() 185 pub fn is_lio(_: &Event) -> bool { in is_lio() 192 fn check_events(got: &u32, want: &libc::c_int) -> bool { in debug_details()
|
| /external/rust/android-crates-io/crates/rustix/src/process/ |
| D | wait.rs | 74 pub fn stopped(self) -> bool { in stopped() 80 pub fn exited(self) -> bool { in exited() 86 pub fn signaled(self) -> bool { in signaled() 92 pub fn continued(self) -> bool { in continued() 140 pub fn stopped(&self) -> bool { in stopped() 146 pub fn trapped(&self) -> bool { in trapped() 152 pub fn exited(&self) -> bool { in exited() 159 pub fn killed(&self) -> bool { in killed() 166 pub fn dumped(&self) -> bool { in dumped() 172 pub fn continued(&self) -> bool { in continued()
|
| /external/rust/android-crates-io/crates/mio/src/sys/wasi/ |
| D | mod.rs | 236 fn is_timeout_event(event: &wasi::Event) -> bool { in is_timeout_event() 270 pub(crate) fn is_readable(event: &Event) -> bool { in is_readable() 274 pub(crate) fn is_writable(event: &Event) -> bool { in is_writable() 278 pub(crate) fn is_error(_: &Event) -> bool { in is_error() 285 pub(crate) fn is_read_closed(event: &Event) -> bool { in is_read_closed() 291 pub(crate) fn is_write_closed(event: &Event) -> bool { in is_write_closed() 297 pub(crate) fn is_priority(_: &Event) -> bool { in is_priority() 302 pub(crate) fn is_aio(_: &Event) -> bool { in is_aio() 307 pub(crate) fn is_lio(_: &Event) -> bool { in is_lio() 322 fn check_flag(got: &wasi::Eventrwflags, want: &wasi::Eventrwflags) -> bool { in debug_details()
|
| /external/rust/android-crates-io/crates/serde_yaml/src/value/ |
| D | mod.rs | 208 pub fn is_null(&self) -> bool { in is_null() 252 pub fn is_bool(&self) -> bool { in is_bool() 270 pub fn as_bool(&self) -> Option<bool> { in as_bool() 290 pub fn is_number(&self) -> bool { in is_number() 314 pub fn is_i64(&self) -> bool { in is_i64() 356 pub fn is_u64(&self) -> bool { in is_u64() 400 pub fn is_f64(&self) -> bool { in is_f64() 444 pub fn is_string(&self) -> bool { in is_string() 482 pub fn is_sequence(&self) -> bool { in is_sequence() 543 pub fn is_mapping(&self) -> bool { in is_mapping()
|
| /external/rust/android-crates-io/crates/regex-automata/src/ |
| D | dfa.rs | 30 fn is_match_state(&self, id: Self::ID) -> bool; in is_match_state() 35 fn is_dead_state(&self, id: Self::ID) -> bool; in is_dead_state() 45 fn is_match_or_dead_state(&self, id: Self::ID) -> bool; in is_match_or_dead_state() 51 fn is_anchored(&self) -> bool; in is_anchored() 91 fn is_match(&self, bytes: &[u8]) -> bool { in is_match() 210 fn is_match_at(&self, bytes: &[u8], start: usize) -> bool { in is_match_at() 331 fn is_match_state(&self, id: Self::ID) -> bool { in is_match_state() 336 fn is_match_or_dead_state(&self, id: Self::ID) -> bool { in is_match_or_dead_state() 341 fn is_dead_state(&self, id: Self::ID) -> bool { in is_dead_state() 346 fn is_anchored(&self) -> bool { in is_anchored()
|
| /external/pytorch/test/distributed/checkpoint/ |
| D | test_state_dict.py | 79 test_frozen: bool = False, 157 use_orig_params: bool, 158 use_composable: bool, 159 use_dtensor: bool, 161 compile_model: bool = False, 240 reshard_after_forward: Union[bool, int], 242 compile_model: bool, 243 foreach: bool = True, 281 def _test_ddp(self, use_composable: bool, optimizer_class: Type[Optimizer]) -> None: 308 use_composable: bool, [all …]
|
| /external/rust/android-crates-io/crates/toml_edit/src/ |
| D | item.rs | 181 pub fn is_value(&self) -> bool { in is_value() 185 pub fn is_table(&self) -> bool { in is_table() 189 pub fn is_array_of_tables(&self) -> bool { in is_array_of_tables() 193 pub fn is_none(&self) -> bool { in is_none() 205 pub fn is_integer(&self) -> bool { in is_integer() 215 pub fn is_float(&self) -> bool { in is_float() 220 pub fn as_bool(&self) -> Option<bool> { in as_bool() 225 pub fn is_bool(&self) -> bool { in is_bool() 235 pub fn is_str(&self) -> bool { in is_str() 245 pub fn is_datetime(&self) -> bool { in is_datetime() [all …]
|
| /external/googleapis/google/ads/searchads360/v0/resources/ |
| D | search_ads360_field.proto | 63 optional bool selectable = 22 [(google.api.field_behavior) = OUTPUT_ONLY]; field 67 optional bool filterable = 23 [(google.api.field_behavior) = OUTPUT_ONLY]; field 71 optional bool sortable = 24 [(google.api.field_behavior) = OUTPUT_ONLY]; field 112 optional bool is_repeated = 31 [(google.api.field_behavior) = OUTPUT_ONLY]; field
|
| /external/rust/android-crates-io/crates/unicode-xid/src/ |
| D | lib.rs | 61 fn is_xid_start(self) -> bool; in is_xid_start() 69 fn is_xid_continue(self) -> bool; in is_xid_continue() 74 fn is_xid_start(self) -> bool { in is_xid_start() 82 fn is_xid_continue(self) -> bool { in is_xid_continue()
|
| /external/googleapis/google/ads/googleads/v14/resources/ |
| D | google_ads_field.proto | 63 optional bool selectable = 22 [(google.api.field_behavior) = OUTPUT_ONLY]; field 67 optional bool filterable = 23 [(google.api.field_behavior) = OUTPUT_ONLY]; field 71 optional bool sortable = 24 [(google.api.field_behavior) = OUTPUT_ONLY]; field 112 optional bool is_repeated = 31 [(google.api.field_behavior) = OUTPUT_ONLY]; field
|
| /external/pytorch/torch/fx/passes/utils/ |
| D | matcher_with_name_node_map_utils.py | 76 match_output: bool = False, 77 match_placeholder: bool = False, 78 remove_overlapping_matches: bool = True, 79 ignore_literals: bool = False,
|
| /external/googleapis/google/ads/googleads/v16/resources/ |
| D | google_ads_field.proto | 63 optional bool selectable = 22 [(google.api.field_behavior) = OUTPUT_ONLY]; field 67 optional bool filterable = 23 [(google.api.field_behavior) = OUTPUT_ONLY]; field 71 optional bool sortable = 24 [(google.api.field_behavior) = OUTPUT_ONLY]; field 112 optional bool is_repeated = 31 [(google.api.field_behavior) = OUTPUT_ONLY]; field
|
| /external/googleapis/google/ads/googleads/v15/resources/ |
| D | google_ads_field.proto | 63 optional bool selectable = 22 [(google.api.field_behavior) = OUTPUT_ONLY]; field 67 optional bool filterable = 23 [(google.api.field_behavior) = OUTPUT_ONLY]; field 71 optional bool sortable = 24 [(google.api.field_behavior) = OUTPUT_ONLY]; field 112 optional bool is_repeated = 31 [(google.api.field_behavior) = OUTPUT_ONLY]; field
|
| /external/executorch/exir/tests/ |
| D | test_memory_planning.py | 60 condition: Callable[[torch.nn.Module], bool], argument 213 criteria: Optional[List[Tuple[Callable[..., List[int]], bool]]] = None, argument 215 use_functionalization: bool = True, 216 alloc_graph_input: bool = True, 217 alloc_graph_output: bool = True, 218 has_unused_graph_input: bool = False, 285 expect_reuse: bool, 286 alloc_graph_input: bool, 287 alloc_graph_output: bool, 314 alloc_graph_input: bool, [all …]
|
| /external/rust/android-crates-io/crates/tonic/src/metadata/ |
| D | encoding.rs | 23 fn is_empty(value: &[u8]) -> bool; in is_empty() 38 fn equals(a: &HeaderValue, b: &[u8]) -> bool; in equals() 41 fn values_equal(a: &HeaderValue, b: &HeaderValue) -> bool; in values_equal() 52 fn is_valid_key(key: &str) -> bool; in is_valid_key() 81 fn is_empty(value: &[u8]) -> bool { in is_empty() 101 fn equals(a: &HeaderValue, b: &[u8]) -> bool { in equals() 105 fn values_equal(a: &HeaderValue, b: &HeaderValue) -> bool { in values_equal() 115 fn is_valid_key(key: &str) -> bool { in is_valid_key() 121 fn is_empty(value: &[u8]) -> bool { in is_empty() 158 fn equals(a: &HeaderValue, b: &[u8]) -> bool { in equals() [all …]
|
| /external/rust/android-crates-io/crates/predicates/src/path/ |
| D | fs.rs | 32 fn eval(&self, path: &path::Path) -> io::Result<bool> { in eval() 60 fn eval(&self, path: &path::Path) -> bool { in eval() 66 expected: bool, in find_case() 74 fn eval(&self, actual: &[u8]) -> bool { in eval() 78 fn find_case<'a>(&'a self, expected: bool, variable: &[u8]) -> Option<reflection::Case<'a>> { in find_case() 130 fn eval(&self, path: &path::Path) -> Option<bool> { in eval() 138 fn eval(&self, path: &path::Path) -> bool { in eval() 144 expected: bool, in find_case() 152 fn eval(&self, actual: &str) -> bool { in eval() 156 fn find_case<'a>(&'a self, expected: bool, variable: &str) -> Option<reflection::Case<'a>> { in find_case()
|