[][src]Type Definition ggpf::deep::evaluator::PredictionEvaluatorChannel

type PredictionEvaluatorChannel = (Tensor<f32>, Sender<(Tensor<f32>, Tensor<f32>)>);

Takes a tensor and a way to send back the inference result for the prediction network.