The Python TensorFlow API provides a method for slicing tensors at any dimension: tf.slice(input_, begin, size, name=None) whereas the C++ API tensorflow::Tensor::Slice(int64 dim0_start, int64 dim0_limit) can only slice in the first dimension.
Does anyone know if there's a way of slicing a Tensor at any given dimension using the C++ API?
--
You received this message because you are subscribed to the Google Groups "Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss+unsubscribe@tensorflow.org.
To post to this group, send email to dis...@tensorflow.org.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/discuss/CAGOzVwke5_rqDvwCTjeYbQsk-gi0PDjXUD1G0akBOGdbJ%2B_48A%40mail.gmail.com.
The Python TensorFlow API provides a method for slicing tensors at any dimension: tf.slice(input_, begin, size, name=None) whereas the C++ API tensorflow::Tensor::Slice(int64 dim0_start, int64 dim0_limit) can only slice in the first dimension.
Does anyone know if there's a way of slicing a Tensor at any given dimension using the C++ API?
--
You received this message because you are subscribed to the Google Groups "Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss+u...@tensorflow.org.