Searched defs:IsReal (Results 1 – 10 of 10) sorted by relevance
150 struct IsReal { struct151 static constexpr bool value =
157 bool IsReal() const override { return _Real; } in IsReal() function in tensorflow::FFTCPU585 bool IsReal() const override { return _Real; } in IsReal() function in tensorflow::FFTGPU
62 func (t Type) IsReal() bool { func
188 bool IsReal; member
226 bool IsReal() const { return state_ == State::kReal; } in IsReal() function
460 bool IsReal(const NodeDef& node) { return node.op() == "Real"; } in IsReal() function
667 bool TFGraphDialect::IsReal(TFOp op) const { in IsReal() function in mlir::tfg::TFGraphDialect
2346 bool IsReal = Tok.is(AsmToken::Real); in parseImm() local
2935 bool IsReal = Tok.is(AsmToken::Real); in parseImm() local
4057 bool IsReal) { in CheckRealImagOperand()