Home
last modified time | relevance | path

Searched refs:InferUnaryOpShape (Results 1 – 7 of 7) 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,
Dhlo_creation_utils.cc41 ShapeInference::InferUnaryOpShape(opcode, operand)); in MakeUnaryHlo()
Dshape_inference.cc249 /* static */ StatusOr<Shape> ShapeInference::InferUnaryOpShape( in InferUnaryOpShape() function in xla::ShapeInference
251 return InferUnaryOpShape(opcode, operand->shape()); in InferUnaryOpShape()
254 /* static */ StatusOr<Shape> ShapeInference::InferUnaryOpShape( in InferUnaryOpShape() function in xla::ShapeInference
Dhlo_verifier.cc1251 ShapeInference::InferUnaryOpShape(instruction->opcode(), in CheckUnaryShape()
Dhlo_parser.cc1115 return ShapeInference::InferUnaryOpShape(opcode, operands[0]); in ParseInstructionRhs()
2548 return ShapeInference::InferUnaryOpShape(opcode, operands[0]); in ParseInstructionRhs()
Dshape_inference_test.cc108 ShapeInference::InferUnaryOpShape(HloOpcode::kNegate, matrix_shape); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc620 Shape shape, ShapeInference::InferUnaryOpShape(unop, *operand_shape)); in UnaryOp()