Skip to content

.NET UDFs and have them work in the tensorflow graph #287

Open
@Oceania2018

Description

@Oceania2018

That would be cool, if it would be possible to write .NET UDFs and have them work in the tensorflow graph.

Basically, when this is in place all kinds of fancy ops can be built in .Net including existing .Net functionality.
https://github.com/eaplatanios/tensorflow_scala/blob/master/modules/jni/src/main/native/ops/jvm_callback_op.cc
we'd need one for .NET.
Technically this is for the JVM and we'd need one for the CLR.

Tensorflow is like a distributed computation engine that could be used in many scenarios, not only in deep learning.

This is offical docs for Custom Operation:
https://www.tensorflow.org/guide/extend/op
https://github.com/tensorflow/custom-op

Metadata

Metadata

Labels

help wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions