Home
last modified time | relevance | path

Searched defs:get_element_size (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
H A Dworking_space.hpp125 static size_t get_element_size(const WorkspaceArgs<StratType, OutputStage> &) { return 0; } in get_element_size() function
149 static size_t get_element_size(const WorkspaceArgs<StratType, OutputStage> &) in get_element_size() function in arm_conv::depthwise::__anon783f6b5b0111::ActivationsElement
218 static size_t get_element_size(const WorkspaceArgs<StratType, OutputStage> &args) in get_element_size() function in arm_conv::depthwise::__anon783f6b5b0111::InputBufferElement
247 static size_t get_element_size(const WorkspaceArgs<IDepthfirstStrategy, OutputStage> &args) in get_element_size() function in arm_conv::depthwise::__anon783f6b5b0111::OutputArrayElement
296 static size_t get_element_size(const WorkspaceArgs<StratType, arm_gemm::Requantize32> &args) in get_element_size() function in arm_conv::depthwise::__anon783f6b5b0111::RequantizationParametersElement
H A Ddepthwise_depthfirst_generic.hpp186 static size_t get_element_size(const WorkspaceArgs<IDepthfirstStrategy, OutputStage> &args) in get_element_size() function in arm_conv::depthwise::GenericInputArrayElement
H A Ddepthwise_planar.hpp212 …static size_t get_element_size(const WorkspaceArgs<IPlanarStrategy<OutputStage>, OutputStage> &arg… in get_element_size() function
H A Ddepthwise_depthfirst_multiplier.hpp262 static size_t get_element_size(const WorkspaceArgs<IDepthfirstStrategy, OutputStage> &args) in get_element_size() function in arm_conv::depthwise::depthfirst_multiplier::InputPatchElement
H A Ddepthwise_depthfirst.hpp202 static size_t get_element_size(const WorkspaceArgs<IDepthfirstStrategy, OutputStage> &args) in get_element_size() function in arm_conv::depthwise::depthwise_depthfirst::InputArrayElement
/aosp_15_r20/external/mesa3d/src/mapi/glapi/gen/
H A Dtypeexpr.py239 def get_element_size(self): member in type_expression
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_no_allocation/
Dpacket_serializer.rs164 let get_element_size = || Ok(if let Some(field) = self.#field_ident.get(0) { in generate_packet_serializer() localVariable