Home
last modified time | relevance | path

Searched defs:weightSize (Results 1 – 25 of 49) sorted by relevance

12

/dports/misc/mnn/MNN-1.2.0/tools/train/source/demo/
H A DnnGradTest.cpp28 int weightSize = ic * oc * kw * kh; in run() local
90 int weightSize = ic * oc * kw * kh; in run() local
161 int weightSize = ic * oc * kw * kh; in run() local
186 int weightSize = oc * kw * kh; in run() local
240 int weightSize = l * h; in run() local
276 int weightSize = b * l * h; in run() local
/dports/misc/mnn/MNN-1.2.0/source/backend/vulkan/execution/
H A DVulkanConvolution.cpp26 … const float* weightSource, size_t weightSize) { in _createBufferForConvDepthwise()
111 bool VulkanConvolutionDepthwise::_init(const float* weightData, size_t weightSize, const Op* convOp… in _init()
154 VulkanConvolutionDepthwise::VulkanConvolutionDepthwise(const float* weightData, size_t weightSize, … in VulkanConvolutionDepthwise()
243 int weightSize = 0; in onCreate() local
/dports/misc/mnn/MNN-1.2.0/source/backend/coreml/execution/
H A DCoreMLConvolution.hpp29 int weightSize, biasSize; member in MNN::CoreMLConvolution
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Dann_visitor_test.cpp61 size_t weightSize = boost::apply_visitor(WeightSizeVisitor(), in CheckCorrectnessOfWeightSize() local
/dports/misc/mnn/MNN-1.2.0/source/backend/tensorrt/execution/
H A DTRTDeconvolution.cpp35 int weightSize = 0; in onEncode() local
H A DTRTDepthwiseDeconvolution.cpp35 int weightSize = 0; in onEncode() local
H A DTRTDepthwiseConvolution.cpp36 int weightSize = 0; in onEncode() local
H A DTRTConvolution.cpp34 int weightSize = 0; in onEncode() local
/dports/games/blokish/blokish/src/
H A Dai.h42 int weightSize; member
/dports/misc/mnn/MNN-1.2.0/source/backend/hiai/execution/
H A DNPUDeconvolution.cpp34 int weightSize = 0; in onResize() local
H A DNPUConvolution.cpp34 int weightSize = 0; in onResize() local
H A DNPUConvolutionDepthwise.cpp34 int weightSize = 0; in onResize() local
H A DNPUConvolutionDepthwiseInt8.cpp34 int weightSize = quantizedParams->weight()->size(); in onResize() local
H A DNPUConvolutionInt8.cpp34 int weightSize = quantizedParams->weight()->size(); in onResize() local
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/tflite/
H A DConvolutionTflite.cpp47 const int weightSize = co * kh * kw * ci; in run() local
259 const int weightSize = co * kh * kw * ci; in run() local
H A DDepthwiseConv2DTflite.cpp46 const int weightSize = kh * kw * ci; in run() local
/dports/misc/mnn/MNN-1.2.0/tools/cpp/
H A DIDSTEncoder.hpp98 static float GetSparsity(const float* weightData, int weightSize, unsigned int& nnz, const float* a… in GetSparsity()
158 static unsigned int GetBestMaxStep(const float* weightData, int weightSize, unsigned char& iMaxStep… in GetBestMaxStep()
266 int weightSize = area * channel; in WriteSparseQuanBlobs() local
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/onnx/
H A DMatMulOnnx.cpp56 int weightSize = 1; in run() local
/dports/misc/mnn/MNN-1.2.0/source/backend/opencl/execution/image/
H A DConv2DBackPropFilter.cpp43 const int weightSize = inputs[0]->elementSize(); in onResize() local
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/common/
H A DwriteFb.cpp122 const int weightSize = param->weight.size(); in writeFb() local
194 int weightSize = param->weight.size(); in writeFb() local
459 int weightSize = param->weight.size(); in writeFb() local
/dports/misc/mnn/MNN-1.2.0/pymnn/pip_package/MNN/tools/mnn_fb/
H A DLSTM.py106 def LSTMAddWeightSize(builder, weightSize): builder.PrependInt32Slot(1, weightSize, 0) argument
H A DInnerProduct.py114 def InnerProductAddWeightSize(builder, weightSize): builder.PrependInt32Slot(2, weightSize, 0) argument
/dports/misc/mnn/MNN-1.2.0/source/backend/opencl/execution/buffer/
H A DConvBufExecution.cpp317 int weightSize = 0; in ConvBufExecution() local
475 int weightSize = 0; in onResize() local
/dports/misc/mnn/MNN-1.2.0/source/backend/cuda/execution/
H A DDeconvSingleInputExecution.cu81 int weightSize = 0; in DeconvSingleInputExecution() local
H A DConvSingleInputExecution.cu86 int weightSize = 0; in ConvSingleInputExecution() local

12