Home
last modified time | relevance | path

Searched defs:Dict (Results 1 – 25 of 111) sorted by relevance

12345

/aosp_15_r20/external/starlark-go/starlark/
H A Dvalue.go771 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 Dhb-ot-cff-common.hh72 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 Dmodule_info.py1381 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 Dnode_visitor.py113 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 Dutils.py114 tensor: torch.Tensor, quant_infos: Optional[Dict] = None
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DDict.h15 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 DDict_inl.h68 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 Daot_autograd.py773 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 Ddetector.py1084 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 Dmodel_report.py340 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 Dinsert_io_qdq.py42 def _ceate_args(self, target: torch.fx.node.Target, quant_attrs: Dict):
67 quant_attrs: Dict = None,
92 quant_attrs: Dict = None,
H A Dannotate_and_quant_scalar.py59 def _update_scalar_node_attrs(self, node: torch.fx.Node, quant_attrs: Dict) -> Dict:
72 quant_attrs: Dict,
H A Ddecompose_silu.py17 def _copy_meta(self, meta: Dict):
/aosp_15_r20/external/pytorch/torch/distributed/pipelining/
H A Dstage.py270 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 Dtest_fully_shard_model_checkpoint.py207 def _check_state_dict_parity(self, local_sd: Dict, composable_sd: Dict):
/aosp_15_r20/external/executorch/extension/export_util/
H A Dutils.py30 example_kwarg_inputs: Optional[Dict] = None,
79 example_kwarg_inputs: Optional[Dict] = None,
/aosp_15_r20/external/executorch/backends/apple/coreml/compiler/
H A Dcoreml_preprocess.py180 op_linear_quantizer_config: Dict,
215 op_linear_quantizer_config: Optional[Dict] = None,
/aosp_15_r20/external/cronet/base/
H A Dvalues.h154 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 Dreport.py22 name: str, results: typing.List[typing.Dict], log_file_dir: pathlib.Path
/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/libtf/
H A Dvalue.h54 using Dict = variable
/aosp_15_r20/external/pytorch/torch/_prims/
H A Dcontext.py110 kwargs: Optional[Dict] = None,
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/
H A DReflectedParamUpdater.h67 struct Dict : public std::map<std::string, Value> { struct
/aosp_15_r20/external/perfetto/infra/perfetto.dev/src/
H A Dgen_stdlib_docs_md.py95 def __init__(self, package_name: str, module_dict: Dict):
/aosp_15_r20/external/perfetto/ui/src/frontend/
H A Dvalue.ts61 export type Dict = { alias
/aosp_15_r20/external/cronet/build/android/gyp/util/
H A Ddep_utils.py203 deps_info: Dict) -> Set[str]:

12345