Searched refs:IsReal (Results 1 – 6 of 6) sorted by relevance
56 if (IsReal()) { in Compute()106 virtual bool IsReal() const = 0;123 bool IsReal() const override { return _Real; } in IsReal() function in tensorflow::FFTCPU131 if (!IsReal()) { in DoFFT()407 DCHECK(!IsReal() || !is_complex128); in DoFFT()410 IsReal() ? (IsForward() ? se::fft::Type::kR2C : se::fft::Type::kC2R) in DoFFT()423 if (IsReal()) { in DoFFT()503 bool IsReal() const override { return _Real; } in IsReal() function in tensorflow::FFTGPU
276 return IsReal() ? GetReal() : empty_value; in Get()280 bool IsReal() const;283 bool IsEmpty() const { return !IsReal(); } in IsEmpty()
266 if (IsReal()) { in Advance()273 DCHECK(IsReal()); in GetReal()277 bool SparseInputMask::InputIterator::IsReal() const { in IsReal() function in v8::internal::compiler::SparseInputMask::InputIterator
127 bool IsReal(const NodeDef& node);
387 bool IsReal(const NodeDef& node) { return node.op() == "Real"; } in IsReal() function
4057 bool IsReal) { in CheckRealImagOperand() argument4081 return CheckRealImagOperand(S, V, Loc, IsReal); in CheckRealImagOperand()4086 << (IsReal ? "__real" : "__imag"); in CheckRealImagOperand()