← Back
Editing: Input.php
<?php namespace Rubix\ML\NeuralNet\Layers; /** * Input * * @internal * * @category Machine Learning * @package Rubix/ML * @author Andrew DalPino */ interface Input extends Layer { // }
Save File
Cancel