Skip to content

ops::tensor_array_concat_v3 shorthand function is broken #359

Open
@Corallus-Caninus

Description

@Corallus-Caninus

tensor_array_concat_v3 doesnt build dtype attribute.

I get:
thread 'layers::test_concat_split' panicked at 'called Result::unwrap() on an Err value: {inner:0x2392837d900, InvalidArgument: NodeDef missing attr 'dtype' from Op<name=TensorArrayConcatV3; signature=handle:resource, flow_in:float -> value:dtype, lengths:int64; attr=dtype:type; attr=element_shape_except0:shape,default=; is_stateful=true>; NodeDef: {{node TensorArrayConcatV3}}}', src\layers.rs:207:58

for:
let group_op = ops::tensor_array_concat_v3(handle_output.clone(), flow_output.clone(), scope)?;
where handle_output and flow_output are the corresponding outputs from a tensorarrayv3

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions