[
https://issues.apache.org/jira/browse/MINIFICPP-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16256288#comment-16256288
]
ASF GitHub Bot commented on MINIFICPP-301:
------------------------------------------
Github user minifirocks commented on the issue:
https://github.com/apache/nifi-minifi-cpp/pull/183
@achristianson please merge to one commit
> Create processor to apply arbitrary Tensor Flow graphs to tensors
> -----------------------------------------------------------------
>
> Key: MINIFICPP-301
> URL: https://issues.apache.org/jira/browse/MINIFICPP-301
> Project: NiFi MiNiFi C++
> Issue Type: Improvement
> Reporter: Andrew Christianson
> Assignee: Andrew Christianson
>
> In many cases, it may be desirable to interpret/preprocess raw signal inputs
> on the edge, where MiNiFI runs, before sending semantic interpretations
> upstream.
> Tensor Flow is a data flow system for processing tensors, and many graphs
> exist or could be created which are well-suited to interpret signal inputs.
> It would therefore be useful to have a processor in MiNiFi - C++ which takes
> tensors (serialized as binary protocol buffers), feeds them into an input
> node on a supplied graph, reads tensors from an output node, and finally
> writes those output tensors as flow files containing binary protocol buffers.
> While there are many additional convenience utilities which would be helpful,
> such as converting various standard sensor types into tensors, the initial
> scope of this feature is a processor which processes arbitrary tensors
> through arbitrary graphs.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)