Home
last modified time | relevance | path

Searched defs:extract_parameters (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/net/dcsctp/packet/chunk/
H A Dreconfig_chunk.h48 Parameters extract_parameters() { return std::move(parameters_); } in extract_parameters() function
H A Dheartbeat_request_chunk.h52 Parameters extract_parameters() && { return std::move(parameters_); } in extract_parameters() function
/aosp_15_r20/external/pytorch/torch/profiler/
H A D_memory_profiler.py194 def extract_parameters(node: _ProfilerEvent) -> Iterator[TensorKey]: function
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/internal/
H A DCpuGemmAssemblyDispatch.cpp64 Params extract_parameters(const ITensorInfo *a, const ITensorInfo *b, const ITensorInfo *d, const A… in extract_parameters() function