Skip to content

native Go tensor.Print() #6

@sugarme

Description

@sugarme

Problem: atm, when do tensor.Print() there will be a C function to print tensor data to console. It would be nice to have a Go native tensor printer to print values from Go.
A practical value is that when using gotch with gophernote, tensor.Print() will appear. Such thing will enhance interative mode of gotch using gophernote.

Solution:
A quick thought would be get tensor values to Go and reconstruct a print-out based on tensor.Size().

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions