Construct and return object for dimensions' state filled with the value for dynamic state * * @return Constructed class filled with the value for dynamic state */
| 603 | * @return Constructed class filled with the value for dynamic state |
| 604 | */ |
| 605 | inline ITensorInfo::TensorDimsState construct_dynamic_dims_state() |
| 606 | { |
| 607 | return construct_dims_state(ITensorInfo::get_dynamic_state_value()); |
| 608 | } |
| 609 | |
| 610 | /** Construct and return object for dimensions' state filled with the value for non-dynamic state |
| 611 | * |
no test coverage detected