Searched refs:reshape_is_bitcast_callback_ (Results 1 – 1 of 1) sorted by relevance
35 : reshape_is_bitcast_callback_(std::move(reshape_is_bitcast_callback)) {} in AlgebraicSimplifierOptions()43 if (!reshape_is_bitcast_callback_) { in ReshapeIsBitcast()46 return reshape_is_bitcast_callback_(from_shape, to_shape); in ReshapeIsBitcast()171 ReshapeIsBitcastCallback reshape_is_bitcast_callback_; variable