File: __init__.py

package info (click to toggle)
mdp 3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,100 kB
  • sloc: python: 22,278; makefile: 31; sh: 6
file content (8 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8

from parallelbiflow import (
    BiFlowTrainCallable, BiFlowExecuteCallable,
    ParallelBiFlowException, ParallelBiFlow, ParallelCheckpointBiFlow)
from parallelbihinet import ParallelCloneBiLayer

del parallelbiflow
del parallelbihinet