SetUnknownDimNumShape

Function Usage

Sets the shape of a tensor to {-2}, indicating that the tensor is unknown.

Prototype

1
graphStatus SetUnknownDimNumShape()

Parameters

None

Returns

graphStatus type. GRAPH_SUCCESS (0) on success; else, failure.

Exception Handling

None

Constraints

None