Function tensorflow::eager::raw_ops::sparse_dense_cwise_add
source · pub fn sparse_dense_cwise_add<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>(
ctx: &'a Context,
sp_indices: &T0,
sp_values: &T1,
sp_shape: &T2,
dense: &T3
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for SparseDenseCwiseAdd::new().call(&ctx, &sp_indices, &sp_values, &sp_shape, &dense)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/SparseDenseCwiseAdd