git init
This commit is contained in:
7
app/Services/ISynapticWeights.php
Normal file
7
app/Services/ISynapticWeights.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace App\Services;
|
||||
|
||||
interface ISynapticWeights {
|
||||
public function generate(int $input_size): array;
|
||||
}
|
||||
Reference in New Issue
Block a user