Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/NEON/functions/
DNEFullyConnectedLayer.cpp92 Status NEFullyConnectedLayer::has_opt_impl(arm_compute::WeightFormat &expected_weight_format, const… in has_opt_impl()
DNEGEMM.cpp87 Status NEGEMM::has_opt_impl(arm_compute::WeightFormat &expected_weight_format, const ITensorInfo *a… in has_opt_impl()
DNEGEMMConvolutionLayer.cpp83 Status NEGEMMConvolutionLayer::has_opt_impl(arm_compute::WeightFormat &expected_weight_format, cons… in has_opt_impl()
/external/ComputeLibrary/src/cpu/operators/
DCpuGemm.cpp381 Status CpuGemm::has_opt_impl(arm_compute::WeightFormat &expected_weight_format, const ITensorInfo *… in has_opt_impl()
DCpuFullyConnected.cpp345 Status CpuFullyConnected::has_opt_impl(arm_compute::WeightFormat &expected_weight_format, const ITe… in has_opt_impl()
DCpuGemmConv2d.cpp391 Status CpuGemmConv2d::has_opt_impl(arm_compute::WeightFormat &expected_weight_format, const ITensor… in has_opt_impl()
/external/ComputeLibrary/src/cpu/operators/internal/
DCpuGemmAssemblyDispatch.cpp652 Status CpuGemmAssemblyDispatch::has_opt_impl(arm_compute::WeightFormat &expected_weight_format, con… in has_opt_impl()
756 arm_compute::WeightFormat expected_weight_format; in validate() local