()
| 412 | initializer = initializer(dtype=dtype) |
| 413 | |
| 414 | def initial_value(): |
| 415 | return initializer( |
| 416 | shape_object.as_list(), dtype=dtype, partition_info=partition_info) |
| 417 | |
| 418 | return variables.VariableV1( |
| 419 | initial_value=initial_value, |
no test coverage detected