Home
last modified time | relevance | path

Searched defs:inputIndexes (Results 1 – 9 of 9) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/SDLVideo/
H A DDPadSoftKeyboard.h39 std::vector <int32_t> inputIndexes; variable
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/optimizer/
H A DProgram.cpp58 void Program::createUnit(std::map<int, VARP>& varMap, std::vector<int>& inputIndexes, const std::ve… in createUnit()
119 std::vector<int> inputIndexes; in create() local
H A DGenerateSubGraph.cpp239 std::vector<int> inputIndexes; in _makeCond() local
452 std::vector<int> inputIndexes; in _makeWhile() local
/dports/misc/mnn/MNN-1.2.0/express/module/
H A DPipelineModule.hpp26 const std::vector<int>& inputIndexes() const { in inputIndexes() function in MNN::Express::ExprModule
H A DPipelineModule.cpp152 std::vector<int> inputIndexes; in PipelineModule() local
294 …or<SubModuleInfo> _createSubModuleInfo(const MNN::Net* net, const std::set<int>& inputIndexes, con… in _createSubModuleInfo()
522 std::set<int> inputIndexes; in load() local
/dports/misc/mnn/MNN-1.2.0/source/utils/
H A DInitNet.cpp90 std::set<int> inputIndexes; in setInputOutputForOps() local
/dports/misc/mnn/MNN-1.2.0/pymnn/pip_package/MNN/tools/mnn_fb/
H A DOp.py104 def OpAddInputIndexes(builder, inputIndexes): builder.PrependUOffsetTRelativeSlot(0, flatbuffers.nu… argument
H A DGpuStage.py174 def GpuStageAddInputIndexes(builder, inputIndexes): builder.PrependUOffsetTRelativeSlot(2, flatbuff… argument
/dports/misc/mnn/MNN-1.2.0/tools/quantization/
H A Dcalibration.cpp988 auto& inputIndexes = op->inputIndexes; in dumpTensorScales() local