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

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

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