Construct and return object for dimensions' state filled with the value for non-dynamic state * * @return Constructed class filled with the value for non-dynamic state */
| 612 | * @return Constructed class filled with the value for non-dynamic state |
| 613 | */ |
| 614 | inline ITensorInfo::TensorDimsState construct_static_dims_state() |
| 615 | { |
| 616 | return construct_dims_state(ITensorInfo::get_static_state_value()); |
| 617 | } |
| 618 | |
| 619 | /** Set the dimension states of the given tensor to dynamic |
| 620 | * |
no test coverage detected