Lines Matching refs:ifco
612 Array1D& ifco) in compute() argument
615 ifco.assign(b) in compute()
619 ifco.slice(0*hunits, hunits).sigmoid(); // i: sigmod in compute()
620 ifco.slice(1*hunits, hunits).sigmoid(); // f: sigmoid in compute()
621 ifco.slice(2*hunits, hunits).tanh(); // c_: tanh in compute()
622 ifco.slice(3*hunits, hunits).sigmoid(); // o: sigmod in compute()
624 c.hadamardProduct(ifco.slice(hunits, hunits)) in compute()
625 .addHadamardProduct(ifco.slice(0, hunits), ifco.slice(2*hunits, hunits)); in compute()
628 .hadamardProduct(ifco.slice(3*hunits, hunits)); in compute()
666 Array1D ifco(4 * hunits, status); in divideUpDictionaryRange() local
701 hRow, c, ifco); in divideUpDictionaryRange()
722 forwardRow, c, ifco); in divideUpDictionaryRange()