Home
last modified time | relevance | path

Searched refs:biasp (Results 1 – 22 of 22) sorted by relevance

/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/gxm/include/
H A DFCImpl.hpp56 …agate(TensorBuf *inp, TensorBuf* weightp, TensorBuf *hweightp, TensorBuf* biasp, TensorBuf *outp, …
60 …opagate(TensorBuf *inp, TensorBuf* weightp, TensorBuf *hweightp, TensorBuf* biasp, TensorBuf *outp) in forwardPropagate() argument
65 forwardPropagate(inp, weightp, hweightp, biasp, outp, 0); in forwardPropagate()
H A DConvImpl.hpp64 …agate(TensorBuf *inp, TensorBuf *weightp, TensorBuf* hweightp, TensorBuf *biasp, TensorBuf *outp, …
70 …opagate(TensorBuf *inp, TensorBuf* weightp, TensorBuf* hweightp, TensorBuf* biasp, TensorBuf *outp) in forwardPropagate() argument
75 forwardPropagate(inp, weightp, hweightp, biasp, outp, 0); in forwardPropagate()
H A DFCXSMM.hpp55 …void forwardPropagate(TensorBuf *inp, TensorBuf *weightp, TensorBuf *hweightp, TensorBuf *biasp, T…
H A DConvXSMM.hpp60 …void forwardPropagate(TensorBuf *inp, TensorBuf* weightp, TensorBuf* hweightp, TensorBuf* biasp, T…
/dports/devel/elfutils/elfutils-0.179/libdwfl/
H A Ddwfl_module_getsym.c38 GElf_Word *shndxp, Elf **elfp, Dwarf_Addr *biasp, in __libdwfl_getsym() argument
195 if (biasp) in __libdwfl_getsym()
196 *biasp = dwfl_adjusted_st_value (mod, elf, 0); in __libdwfl_getsym()
H A Ddwfl_report_elf.c50 GElf_Addr *endp, GElf_Addr *biasp, in __libdwfl_elf_address_range() argument
234 if (biasp) in __libdwfl_elf_address_range()
235 *biasp = bias; in __libdwfl_elf_address_range()
H A Ddwfl_module_addrsym.c246 Elf **elfp, Dwarf_Addr *biasp, bool _adjust_st_value) in __libdwfl_addrsym() argument
311 if (biasp != NULL) in __libdwfl_addrsym()
312 *biasp = dwfl_adjusted_st_value (state.mod, state.closest_elf, 0); in __libdwfl_addrsym()
H A DlibdwflP.h458 Elf **elfp, Dwarf_Addr *biasp,
560 GElf_Addr *biasp, GElf_Half *e_typep)
H A DChangeLog1220 (dwfl_module_addrsym_elf): this. Add elfp and biasp arguments,
1225 new elfp and biasp arguments. Track elf instead of file.
/dports/science/opensim-core/opensim-core-4.1/Bindings/SWIGSimTK/
H A DSimbodyMatterSubsystem.h1713 Vector biasp; in multiplyByPq() local
1714 calcBiasForMultiplyByPq(state, biasp); in multiplyByPq()
1715 multiplyByPq(state, qlike, biasp, PqXqlike); in multiplyByPq()
1724 const Vector& biasp,
1744 Vector& biasp) const;
/dports/science/simbody/simbody-Simbody-3.7/Simbody/include/simbody/internal/
H A DSimbodyMatterSubsystem.h1747 Vector biasp; in multiplyByPq() local
1748 calcBiasForMultiplyByPq(state, biasp); in multiplyByPq()
1749 multiplyByPq(state, qlike, biasp, PqXqlike); in multiplyByPq()
1758 const Vector& biasp,
1778 Vector& biasp) const;
/dports/audio/libvorbis/libvorbis-1.3.7/vq/
H A Dvqgen.h74 extern float vqgen_iterate(vqgen *v,int biasp);
H A Dvqgen.c332 float vqgen_iterate(vqgen *v,int biasp){ in vqgen_iterate() argument
379 if(biasp){ in vqgen_iterate()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/libvorbis/vq/
H A Dvqgen.h75 extern float vqgen_iterate(vqgen *v,int biasp);
H A Dvqgen.c333 float vqgen_iterate(vqgen *v,int biasp){ in vqgen_iterate() argument
380 if(biasp){ in vqgen_iterate()
/dports/games/edge/Edge-1.35-source/lib_win32/libvorbis-1.1.2/vq/
H A Dvqgen.h75 extern float vqgen_iterate(vqgen *v,int biasp);
H A Dvqgen.c333 float vqgen_iterate(vqgen *v,int biasp){ in vqgen_iterate() argument
380 if(biasp){ in vqgen_iterate()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/libvorbis-1.3.5/vq/
H A Dvqgen.h75 extern float vqgen_iterate(vqgen *v,int biasp);
H A Dvqgen.c333 float vqgen_iterate(vqgen *v,int biasp){ in vqgen_iterate() argument
380 if(biasp){ in vqgen_iterate()
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DSimbodyMatterSubsystem.cpp834 const Vector& biasp, in multiplyByPq() argument
850 SimTK_ERRCHK2_ALWAYS(biasp.size() == mp, in multiplyByPq()
854 " equations mp=%d.", biasp.size(), mp); in multiplyByPq()
861 const Vector* cbiasp = &biasp; in multiplyByPq()
873 if (!biasp.hasContiguousData()) { in multiplyByPq()
875 contig_biasp(0, mp) = biasp; // copy, prevent reallocation in multiplyByPq()
901 Vector& biasp) const in calcBiasForMultiplyByPq()
908 biasp.resize(mp); in calcBiasForMultiplyByPq()
911 if (biasp.hasContiguousData()) { in calcBiasForMultiplyByPq()
913 getRep().calcBiasForMultiplyByPVA(state, true, false, false, biasp); in calcBiasForMultiplyByPq()
[all …]
H A DSimbodyMatterSubsystemRep.cpp3194 Vector biasp(mp); in calcPq() local
3195 calcBiasForMultiplyByPVA(s, true, false, false, biasp); in calcPq()
3204 multiplyByPq(s, biasp, qlike, Pq(j)); in calcPq()
3206 multiplyByPq(s, biasp, qlike, contig_col); in calcPq()
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/gxm/src/
H A DConvXSMM.cpp102 …agate(TensorBuf *inp, TensorBuf *weightp, TensorBuf *hweightp, TensorBuf *biasp, TensorBuf *outp, … in forwardPropagate() argument