Home
last modified time | relevance | path

Searched refs:Y_batch (Results 1 – 6 of 6) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/example/bayesian-methods/
H A Dalgos.py152 Y_batch = Y[indices]
155 exe.arg_dict[label_key][:] = Y_batch
160 exe.backward(out_grad_f(exe.outputs, nd.array(Y_batch, ctx=dev)))
193 Y_batch = Y[indices]
196 exe.arg_dict[label_key][:] = Y_batch
201 exe.backward(out_grad_f(exe.outputs, nd.array(Y_batch, ctx=dev)))
271 Y_batch = Y[indices]
276 teacher_exe.arg_dict[teacher_label_key][:] = Y_batch
282 teacher_grad_f(teacher_exe.outputs, nd.array(Y_batch, ctx=dev)))
H A Dbdk.ipynb143 " Y_batch = Y[indices]\n",
147 " teacher_exe.arg_dict[teacher_label_key][:] = Y_batch\n",
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/bayesian-methods/
H A Dalgos.py152 Y_batch = Y[indices]
155 exe.arg_dict[label_key][:] = Y_batch
160 exe.backward(out_grad_f(exe.outputs, nd.array(Y_batch, ctx=dev)))
193 Y_batch = Y[indices]
196 exe.arg_dict[label_key][:] = Y_batch
201 exe.backward(out_grad_f(exe.outputs, nd.array(Y_batch, ctx=dev)))
271 Y_batch = Y[indices]
276 teacher_exe.arg_dict[teacher_label_key][:] = Y_batch
282 teacher_grad_f(teacher_exe.outputs, nd.array(Y_batch, ctx=dev)))
H A Dbdk.ipynb143 " Y_batch = Y[indices]\n",
147 " teacher_exe.arg_dict[teacher_label_key][:] = Y_batch\n",
/dports/science/py-GPy/GPy-1.10.0/GPy/core/
H A Dsvgp.py31 X_batch, Y_batch = X, Y
36 X_batch, Y_batch = self.new_batch()
41 …super(SVGP, self).__init__(X_batch, Y_batch, Z, kernel, likelihood, mean_function=mean_function, i…
/dports/lang/yorick/yorick-y_2_2_04/yorick/
H A Dtask.c36 extern BuiltIn Y_quit, Y_include, Y_require, Y_help, Y_exit, Y_error, Y_batch;
1985 void Y_batch(int nArgs) in Y_batch() function