Home
last modified time | relevance | path

Searched refs:kLog1p (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dtarget_util.h57 kLog1p, enumerator
Dtarget_util.cc138 case TargetDeviceFunctionID::kLog1p: { in GetDeviceFunctionRoot()
Delemental_ir_emitter.cc210 return EmitDeviceMathCall(TargetDeviceFunctionID::kLog1p, {value}, in EmitLog1p()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_opcode.h100 V(kLog1p, "log-plus-one", 1) \
Dinstruction_fusion.cc165 case HloOpcode::kLog1p: in IsExpensive()
Dhlo_instruction.cc903 case HloOpcode::kLog1p: in CreateUnary()
1729 case HloOpcode::kLog1p: in CloneWithNewOperands()
2143 case HloOpcode::kLog1p: in IdenticalSlowPath()
2627 case HloOpcode::kLog1p: in IsOpElementwise()
3172 case HloOpcode::kLog1p: in Visit()
Dhlo_cost_analysis.cc109 opcode == HloOpcode::kExpm1 || opcode == HloOpcode::kLog1p || in HandleElementwiseOp()
Delemental_ir_emitter.cc454 case HloOpcode::kLog1p: in EmitFloatUnaryOp()
538 case HloOpcode::kLog1p: { in EmitComplexUnaryOp()
2261 case HloOpcode::kLog1p: in MakeElementGenerator()
Dhlo_graph_dumper.cc959 case HloOpcode::kLog1p: in GetInstructionColor()
Dsharding_propagation.cc190 case HloOpcode::kLog1p: in PickRepresentativeOperand()
Dhlo_parser.cc118 case HloOpcode::kLog1p: in CanInferShape()
1097 case HloOpcode::kLog1p: in ParseInstructionRhs()
Dlayout_assignment.cc2235 case HloOpcode::kLog1p: in InstructionCanChangeLayout()
Dshape_inference.cc281 case HloOpcode::kLog1p: in InferUnaryOpShape()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_utils.cc392 return xla::HloOpcode::kLog1p; in MhloToHloOpcode()
Dhlo_function_importer.cc764 NoAttributeCase(kLog1p, Log1pOp); in ImportInstructionImpl()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc318 case HloOpcode::kLog1p: in EmitOp()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc3491 case HloOpcode::kLog1p: in BuildDynamicInferenceGraph()
4752 return operand.builder()->UnaryOp(HloOpcode::kLog1p, operand); in Log1p()