rust icon indicating copy to clipboard operation
rust copied to clipboard

Add Scope::with_kernel_label and with_xla_cluster

Open adamcrume opened this issue 4 years ago • 3 comments

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.

adamcrume avatar Jan 04 '21 18:01 adamcrume

Scope::with_kernel_label was added in https://github.com/tensorflow/rust/pull/294.

adamcrume avatar Feb 10 '21 05:02 adamcrume

Scope::with_xla_cluster was added in #295.

siyavash avatar Feb 22 '21 00:02 siyavash

Hello @adamcrume Are we waiting for any other implementation to close this issue?

siyavash avatar May 01 '22 20:05 siyavash