Searched refs:NoAttributeCase (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | hlo_function_importer.cc | 737 #define NoAttributeCase(hlo_op_code, mlir_op) \ in ImportInstructionImpl() macro 745 NoAttributeCase(kAbs, AbsOp); in ImportInstructionImpl() 746 NoAttributeCase(kAdd, AddOp); in ImportInstructionImpl() 747 NoAttributeCase(kAfterAll, AfterAllOp); in ImportInstructionImpl() 748 NoAttributeCase(kAnd, AndOp); in ImportInstructionImpl() 749 NoAttributeCase(kAtan2, Atan2Op); in ImportInstructionImpl() 750 NoAttributeCase(kBitcastConvert, BitcastConvertOp); in ImportInstructionImpl() 751 NoAttributeCase(kCbrt, CbrtOp); in ImportInstructionImpl() 752 NoAttributeCase(kConvert, ConvertOp); in ImportInstructionImpl() 753 NoAttributeCase(kCeil, CeilOp); in ImportInstructionImpl() [all …]
|