Home
last modified time | relevance | path

Searched defs:params_map (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Dutils.cc35 std::unordered_map<std::string, std::string> params_map; in ParseAudioParams() local
50 std::string GetAudioParamString(std::unordered_map<std::string, std::string>& params_map) { in GetAudioParamString()
/aosp_15_r20/external/pytorch/torch/onnx/_internal/exporter/
H A D_schemas.py345 params_map: Mapping[str, Parameter | AttributeParameter] = dataclasses.field( variable in OpSignature