Function tensorflow::ops::ragged_tensor_to_tensor
source · pub fn ragged_tensor_to_tensor<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
shape: O0,
values: O1,
default_value: O2,
row_partition_tensors: O3,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for RaggedTensorToTensor::new().build(shape, values, default_value, row_partition_tensors, scope)
.