MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / set

Method set

hmm_class/hmmd_tf.py:98–102  ·  view source on GitHub ↗
(self, preSoftmaxPi, preSoftmaxA, preSoftmaxB)

Source from the content-addressed store, hash-verified

96 self.build(preSoftmaxPi0, preSoftmaxA0, preSoftmaxB0)
97
98 def set(self, preSoftmaxPi, preSoftmaxA, preSoftmaxB):
99 op1 = self.preSoftmaxPi.assign(preSoftmaxPi)
100 op2 = self.preSoftmaxA.assign(preSoftmaxA)
101 op3 = self.preSoftmaxB.assign(preSoftmaxB)
102 self.session.run([op1, op2, op3])
103
104
105def fit_coin():

Callers 1

fit_coinFunction · 0.95

Calls 1

runMethod · 0.45

Tested by

no test coverage detected