Searched refs:reshape_may_change_batch_dim (Results 1 – 1 of 1) sorted by relevance
2607 bool reshape_may_change_batch_dim = false; in ConvertReshape() local2609 reshape_may_change_batch_dim = (input_batch_dim != output_batch_dim); in ConvertReshape()2611 reshape_may_change_batch_dim = in ConvertReshape()2615 if (reshape_may_change_batch_dim) { in ConvertReshape()