https://github.com/osh/gr-tf
GNU Radio TensorFlow Blocks Repository
https://github.com/osh/gr-tf
Last synced: 10 months ago
JSON representation
GNU Radio TensorFlow Blocks Repository
- Host: GitHub
- URL: https://github.com/osh/gr-tf
- Owner: osh
- Created: 2016-01-30T10:35:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-05T20:34:20.000Z (over 9 years ago)
- Last Synced: 2025-02-24T02:44:29.260Z (over 1 year ago)
- Language: CMake
- Size: 106 KB
- Stars: 24
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.tf
Awesome Lists containing this project
README
This is the tf-write-a-block package meant as a guide to building
out-of-tree packages. To use the tf blocks, the Python namespaces
is in 'tf', which is imported as:
import tf
See the Doxygen documentation for details about the blocks available
in this package. A quick listing of the details can be found in Python
after importing by using:
help(tf)