Home
last modified time | relevance | path

Searched refs:InferUnaryOpShape (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h49 static StatusOr<Shape> InferUnaryOpShape(HloOpcode opcode,
51 static StatusOr<Shape> InferUnaryOpShape(HloOpcode opcode,
Dshape_inference.cc225 /* static */ StatusOr<Shape> ShapeInference::InferUnaryOpShape( in InferUnaryOpShape() function in xla::ShapeInference
227 return InferUnaryOpShape(opcode, operand->shape()); in InferUnaryOpShape()
230 /* static */ StatusOr<Shape> ShapeInference::InferUnaryOpShape( in InferUnaryOpShape() function in xla::ShapeInference
Dhlo_verifier.cc918 ShapeInference::InferUnaryOpShape(instruction->opcode(), in CheckUnaryShape()
Dshape_inference_test.cc106 ShapeInference::InferUnaryOpShape(HloOpcode::kNegate, matrix_shape); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc476 ShapeInference::InferUnaryOpShape(unop, operand_shape)); in UnaryOp()