Home
last modified time | relevance | path

Searched refs:InferFftShape (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h118 static StatusOr<Shape> InferFftShape(const Shape& in, FftType fft_type,
Dshape_inference_test.cc812 auto inferred_status = ShapeInference::InferFftShape(shape, type, length); in Pass()
820 auto inferred_status = ShapeInference::InferFftShape(shape, type, length); in Fail()
Dhlo_verifier.cc164 ShapeInference::InferFftShape(fft->operand(0)->shape(), fft->fft_type(), in HandleFft()
Dshape_inference.cc1873 /* static */ StatusOr<Shape> ShapeInference::InferFftShape( in InferFftShape() function in xla::ShapeInference
Dhlo_parser.cc1670 return ShapeInference::InferFftShape(operands[0]->shape(), in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1625 TF_ASSIGN_OR_RETURN(Shape shape, ShapeInference::InferFftShape( in Fft()