Searched defs:IsBitcast (Results 1 – 3 of 3) sorted by relevance
51 TEST_F(ReshapeDecomposerTest, IsBitcast) { in TEST_F() argument
122 bool IsBitcast(const NodeDef& node) { return node.op() == "Bitcast"; } in IsBitcast() function
163 bool TFGraphDialect::IsBitcast(TFOp op) const { in IsBitcast() function in mlir::tfg::TFGraphDialect