Searched refs:IsBitcast (Results 1 – 3 of 3) sorted by relevance
50 bool IsBitcast(const NodeDef& node);
120 bool IsBitcast(const NodeDef& node) { return node.op() == "Bitcast"; } in IsBitcast() function
1278 return IsBitcast(*node); in IsSupported()1300 if (IsBitcast(*operand) && !IsInPreserveSet(*operand)) { in TrySimplify()