STT-tensorflow/tensorflow/c/eager/parallel_device
Allen Lavoie 571c19440d Allow components of parallel device tensors to have different shapes
Throws an error if the shape of the overall tensor is queried for now. The plumbing required to make the shape information look like not-fully-defined-shape graph tensors looks very shallow if we want to go that route.

This means that querying the shape of a parallel tensor is now a blocking operation (and needs a status return) rather than creation itself blocking.

PiperOrigin-RevId: 351907155
Change-Id: I2610613efd4bb6aafa44fc78ee53824fb6020b6a
2021-01-14 17:22:46 -08:00
..
BUILD Allow components of parallel device tensors to have different shapes 2021-01-14 17:22:46 -08:00
parallel_device_lib_test.cc Allow components of parallel device tensors to have different shapes 2021-01-14 17:22:46 -08:00
parallel_device_lib.cc Allow components of parallel device tensors to have different shapes 2021-01-14 17:22:46 -08:00
parallel_device_lib.h Allow components of parallel device tensors to have different shapes 2021-01-14 17:22:46 -08:00
parallel_device_remote_test.cc Allow components of parallel device tensors to have different shapes 2021-01-14 17:22:46 -08:00
parallel_device_test.cc Allow components of parallel device tensors to have different shapes 2021-01-14 17:22:46 -08:00
parallel_device_testlib.cc Allow components of parallel device tensors to have different shapes 2021-01-14 17:22:46 -08:00
parallel_device_testlib.h Allow components of parallel device tensors to have different shapes 2021-01-14 17:22:46 -08:00
parallel_device.cc Allow components of parallel device tensors to have different shapes 2021-01-14 17:22:46 -08:00
parallel_device.h Factor out C++ types from the parallel device 2020-06-04 14:49:16 -07:00