Home
last modified time | relevance | path

Searched refs:ComplexComponentShape (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h484 static Shape ComplexComponentShape(const Shape& complex_shape);
Dshape_util.cc371 /* static */ Shape ShapeUtil::ComplexComponentShape( in ComplexComponentShape() function in xla::ShapeUtil
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc272 return ShapeUtil::ComplexComponentShape(shape); in InferUnaryOpShape()
1873 Shape result = ShapeUtil::ComplexComponentShape(in); in InferFftShape()
Delemental_ir_emitter.cc2330 ? ShapeUtil::ComplexComponentShape(iota->shape()) in MakeElementGenerator()