Mohamed Metwalli
Mohamed Metwalli
I created that type in raw_ops.h here is the code that I got to do this ``` inline tensor tensor_array_v3(const tensor& size, datatype dtype, const std::vector& element_shape, bool dynamic_size=false, bool...
here is the model details ``` The given SavedModel SignatureDef contains the following input(s): inputs['dense_input'] tensor_info: dtype: DT_FLOAT shape: (-1, 7) name: serving_default_dense_input:0 The given SavedModel SignatureDef contains the following...
Hi, it seems that didn't work. I think this is because of this code here in the tensor_array_v3 definition ``` // Execute Op int num_outputs_op = 1; TFE_TensorHandle* res[1] =...
@serizba You are right, I tried that, and it didn't make it work. I tried to use the function fill, and this is the error that I get in this...
No problem, I will try to look further into that. Thanks