Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_fusion_stats.cc60 case HloOpcode::kSign: in DefaultAction()
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.h69 kSign enumerator
Dcpdf_formfield.cpp143 m_Type = kSign; in InitFieldFlags()
274 case kSign: in GetFieldType()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_opcode.h155 V(kSign, "sign", 1) \
Dinstruction_fusion.cc126 case HloOpcode::kSign: in IsExpensive()
Dhlo_instruction.cc1098 case HloOpcode::kSign: in CreateUnary()
2072 case HloOpcode::kSign: in CloneWithNewOperands()
2524 case HloOpcode::kSign: in IdenticalSlowPath()
2998 case HloOpcode::kSign: in IsOpElementwise()
3491 case HloOpcode::kSign: in Visit()
Delemental_ir_emitter.cc339 case HloOpcode::kSign: { in EmitIntegerUnaryOp()
529 case HloOpcode::kSign: { in EmitFloatUnaryOp()
821 case HloOpcode::kSign: { // Sign(c) = c / |c| in EmitComplexUnaryOp()
2462 case HloOpcode::kSign: in MakeElementGenerator()
Dhlo_graph_dumper.cc1046 case HloOpcode::kSign: in GetInstructionColor()
Dsharding_propagation.cc233 case HloOpcode::kSign: in PickRepresentativeOperand()
Dlayout_assignment.cc2595 case HloOpcode::kSign: in InstructionCanChangeLayout()
Dhlo_parser.cc150 case HloOpcode::kSign: in CanInferShape()
1341 case HloOpcode::kSign: in CreateInstruction()
Dshape_inference.cc326 case HloOpcode::kSign: in InferUnaryOpShape()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_utils.cc409 return xla::HloOpcode::kSign; in MhloToHloOpcode()
Dhlo_function_importer.cc1470 NO_ATTRIBUTE_CASE(kSign, SignOp); in ImportInstructionImpl()
/external/tensorflow/tensorflow/compiler/xla/client/
Dvalue_inference.cc1124 case HloOpcode::kSign: in AnalyzeIsDynamic()
Dxla_builder.cc4781 return operand.builder()->UnaryOp(HloOpcode::kSign, operand); in Sign()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc450 case HloOpcode::kSign: in EmitOp()