# NOT RUN {
with(
tensorflow::tf$variable_scope("examples",
reuse = tensorflow::tf$AUTO_REUSE
),
r3t <- tensorflow::tf$get_variable("r3t",
dtype = "int32",
shape = c(10, 20, 3)
)
)
reshape_to_matrix(r3t)
# }
Run the code above in your browser using DataLab