We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is to mirror support in https://www.tensorflow.org/api_docs/cc/class/tensorflow/scope#withkernellabel. The implementation will be similar to Scope::with_device, but setting an attribute rather than a dedicated field.
Scope::with_device
Unfortunately, we can't support with_assigned_device, yet, because the C API doesn't expose that setter.
with_assigned_device
The text was updated successfully, but these errors were encountered:
Scope::with_kernel_label was added in #294.
Sorry, something went wrong.
Scope::with_xla_cluster was added in #295.
Hello @adamcrume Are we waiting for any other implementation to close this issue?
No branches or pull requests
This is to mirror support in https://www.tensorflow.org/api_docs/cc/class/tensorflow/scope#withkernellabel. The implementation will be similar to
Scope::with_device
, but setting an attribute rather than a dedicated field.Unfortunately, we can't support
with_assigned_device
, yet, because the C API doesn't expose that setter.The text was updated successfully, but these errors were encountered: