Searched refs:InferFftShape (Results 1 – 4 of 4) sorted by relevance
116 static StatusOr<Shape> InferFftShape(const Shape& in, FftType fft_type,
167 ShapeInference::InferFftShape(fft->operand(0)->shape(), fft->fft_type(), in HandleFft()
1818 /* static */ StatusOr<Shape> ShapeInference::InferFftShape( in InferFftShape() function in xla::ShapeInference
1269 TF_ASSIGN_OR_RETURN(Shape shape, ShapeInference::InferFftShape( in Fft()