loss.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "../variable/variable.h"
4
5
12
Variable
MSELoss
(
const
std::vector<Variable> &predictions,
13
const
std::vector<double> &targets);
Variable
Definition:
variable.h:13
MSELoss
Variable MSELoss(const std::vector< Variable > &predictions, const std::vector< double > &targets)
Definition:
loss.cc:4
src
loss
loss.h
Generated by
1.9.1