/aosp_15_r20/external/starlark-go/starlark/ |
H A D | value.go | 771 type Dict struct { struct 772 ht hashtable 783 func (d *Dict) Clear() error { return d.ht.clear() } 784 func (d *Dict) Delete(k Value) (v Value, found bool, err error) { return d.ht.delete(k) } 785 func (d *Dict) Get(k Value) (v Value, found bool, err error) { return d.ht.lookup(k) } 786 func (d *Dict) Items() []Tuple { return d.ht.items() } 787 func (d *Dict) Keys() []Value { return d.ht.keys() } 788 func (d *Dict) Len() int { return int(d.ht.len) } 789 func (d *Dict) Iterate() Iterator { return d.ht.iterate() } 790 func (d *Dict) SetKey(k, v Value) error { return d.ht.insert(k, v) } [all …]
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-ot-cff-common.hh | 72 struct Dict : UnsizedByteStr struct 75 bool serialize (hb_serialize_context_t *c, in serialize() 89 static bool serialize_int_op (hb_serialize_context_t *c, op_code_t op, V value, op_code_t intOp) in serialize_int_op() 109 static bool serialize_int4_op (hb_serialize_context_t *c, op_code_t op, V value) in serialize_int4_op() 113 static bool serialize_int2_op (hb_serialize_context_t *c, op_code_t op, V value) in serialize_int2_op() 117 …ic bool serialize_link_op (hb_serialize_context_t *c, op_code_t op, objidx_t link, whence_t whence) in serialize_link_op() 125 …link4_op (hb_serialize_context_t *c, op_code_t op, objidx_t link, whence_t whence = whence_t::Head) in serialize_link4_op() 128 …link2_op (hb_serialize_context_t *c, op_code_t op, objidx_t link, whence_t whence = whence_t::Head) in serialize_link2_op()
|
/aosp_15_r20/tools/asuite/atest/ |
H A D | module_info.py | 1381 name_to_module_info: Dict[str, Dict], argument 1427 name_to_module_info: Dict[str, Dict], argument 1467 name_to_module_info: Dict[str, Dict], argument 1500 name_to_module_info: Dict[str, Dict], argument 1514 name_to_module_info: Dict[str, Dict], argument
|
/aosp_15_r20/external/executorch/backends/qualcomm/builders/ |
H A D | node_visitor.py | 113 def make_qnn_per_channel_config(self, node: torch.fx.Node, quant_attrs: Dict): 156 def make_qnn_per_tensor_config(self, quant_attrs: Dict): 194 self, tensor: torch.Tensor, quant_attrs: Dict, quant_configs: Dict 242 quant_config: Dict,
|
H A D | utils.py | 114 tensor: torch.Tensor, quant_infos: Optional[Dict] = None
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | Dict.h | 15 template<class Key, class Value> class Dict; variable 98 friend class Dict<Key, Value>; variable 184 friend class Dict<Key, Value>; variable 394 template<class Key, class Value> using Dict = c10::Dict<Key, Value>; variable
|
H A D | Dict_inl.h | 68 Dict<Key, Value>::Dict() in Dict() function 77 Dict<Key, Value>::Dict(TypePtr keyType, TypePtr valueType) in Dict() function 86 Dict<Key, Value>::Dict(c10::intrusive_ptr<detail::DictImpl>&& impl): impl_(std::move(impl)) {} in Dict() function
|
/aosp_15_r20/external/pytorch/torch/_functorch/ |
H A D | aot_autograd.py | 773 decompositions: Optional[Dict] = None, 942 decompositions: Optional[Dict] = None, 1114 decompositions: Optional[Dict] = None, 1325 decompositions: Optional[Dict] = None, 1421 decompositions: Optional[Dict] = None,
|
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/_model_report/ |
H A D | detector.py | 1084 self, info_dict: Dict, info_str: str, module_fqn: str 1124 self, input_info: Dict, weight_info: Dict 1178 self, input_info: Dict, weight_info: Dict, comp_stats: Dict
|
H A D | model_report.py | 340 def _is_same_info_for_same_key(self, info_dict_a: Dict, info_dict_b: Dict) -> bool:
|
/aosp_15_r20/external/executorch/backends/qualcomm/_passes/ |
H A D | insert_io_qdq.py | 42 def _ceate_args(self, target: torch.fx.node.Target, quant_attrs: Dict): 67 quant_attrs: Dict = None, 92 quant_attrs: Dict = None,
|
H A D | annotate_and_quant_scalar.py | 59 def _update_scalar_node_attrs(self, node: torch.fx.Node, quant_attrs: Dict) -> Dict: 72 quant_attrs: Dict,
|
H A D | decompose_silu.py | 17 def _copy_meta(self, meta: Dict):
|
/aosp_15_r20/external/pytorch/torch/distributed/pipelining/ |
H A D | stage.py | 270 act_send_info: Dict, 471 def backward_maybe_with_nosync(self, backward_type, bwd_kwargs: Dict): 1003 act_send_info: Dict, 1335 act_send_info: Dict,
|
/aosp_15_r20/external/pytorch/test/distributed/_composable/fully_shard/ |
H A D | test_fully_shard_model_checkpoint.py | 207 def _check_state_dict_parity(self, local_sd: Dict, composable_sd: Dict):
|
/aosp_15_r20/external/executorch/extension/export_util/ |
H A D | utils.py | 30 example_kwarg_inputs: Optional[Dict] = None, 79 example_kwarg_inputs: Optional[Dict] = None,
|
/aosp_15_r20/external/executorch/backends/apple/coreml/compiler/ |
H A D | coreml_preprocess.py | 180 op_linear_quantizer_config: Dict, 215 op_linear_quantizer_config: Optional[Dict] = None,
|
/aosp_15_r20/external/cronet/base/ |
H A D | values.h | 154 class Dict; variable 310 explicit Dict(std::move_iterator<IteratorType> first, in Dict() function
|
/aosp_15_r20/external/google-cloud-java/owl-bot-postprocessor/synthtool/ |
H A D | report.py | 22 name: str, results: typing.List[typing.Dict], log_file_dir: pathlib.Path
|
/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/libtf/ |
H A D | value.h | 54 using Dict = variable
|
/aosp_15_r20/external/pytorch/torch/_prims/ |
H A D | context.py | 110 kwargs: Optional[Dict] = None,
|
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/ |
H A D | ReflectedParamUpdater.h | 67 struct Dict : public std::map<std::string, Value> { struct
|
/aosp_15_r20/external/perfetto/infra/perfetto.dev/src/ |
H A D | gen_stdlib_docs_md.py | 95 def __init__(self, package_name: str, module_dict: Dict):
|
/aosp_15_r20/external/perfetto/ui/src/frontend/ |
H A D | value.ts | 61 export type Dict = { alias
|
/aosp_15_r20/external/cronet/build/android/gyp/util/ |
H A D | dep_utils.py | 203 deps_info: Dict) -> Set[str]:
|