Skip to content

using TensorFlow Go APIs  #1

@Mahdi89

Description

@Mahdi89

On using TF Go bindings I can think of two ways forward:

  • Mapping the entire constructed TF graph to our Teak dataflow (which is also closer to row stationary form).
  • Add custom new op to TF and have it registered as a new kernel. Our compiler takes care of mapping the kernel to Teak dataflow form.

Imo the former may require a clear understanding of the TF graphs but the latter sounds more viable as TF treats the new kernels as independent entities.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions