Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SR-9555] Triggered: TODO: support string typed tensor attr #52003

Closed
swift-ci opened this issue Dec 20, 2018 · 1 comment
Closed

[SR-9555] Triggered: TODO: support string typed tensor attr #52003

swift-ci opened this issue Dec 20, 2018 · 1 comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. swift for tensorflow

Comments

@swift-ci
Copy link
Collaborator

Previous ID SR-9555
Radar None
Original Reporter pschuh (JIRA User)
Type Bug
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Swift for TensorFlow
Labels Bug
Assignee hongm (JIRA)
Priority Medium

md5: 94c3448ea360bc16feffed0ab27bb594

Issue Description:

import TensorFlow

func foo() -> [Dataset<Tensor<Float>>] {
  let t = StringTensor("string")
  return []
}

withDevice(.cpu) {
  foo()
}

logging.cc:82] assert.h assertion failed at lib/IRGen/IRGenSIL.cpp:2695 in void (anonymous namespace)::IRGenSILFunction::visitGraphOperationInst(swift::GraphOperationInst *): 0 && "TODO: support string typed tensor attr.

@swift-ci
Copy link
Collaborator Author

Comment by Mingsheng Hong (JIRA)

#21492

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. swift for tensorflow
Projects
None yet
Development

No branches or pull requests

1 participant