static */
| 223 | } // namespace |
| 224 | |
| 225 | /* static */ StatusOr<Shape> ShapeInference::InferUnaryOpShape( |
| 226 | HloOpcode opcode, const HloInstruction* operand) { |
| 227 | return InferUnaryOpShape(opcode, operand->shape()); |
| 228 | } |
| 229 | |
| 230 | /* static */ StatusOr<Shape> ShapeInference::InferUnaryOpShape( |
| 231 | HloOpcode opcode, const Shape& shape) { |
nothing calls this directly
no test coverage detected