Home
last modified time | relevance | path

Searched refs:GetMlirOpName (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc33 static std::string GetMlirOpName(HloOpcode opcode) { in GetMlirOpName() function
425 return CreateOp(GetMlirOpName(binop), shape, {lhs, rhs}); in BinaryOpNoBroadcast()
431 return CreateOp(GetMlirOpName(opcode), shape, in AddOpWithShape()
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_import.cc290 StatusOr<std::string> GetMlirOpName(const tflite::OperatorT& op, in GetMlirOpName() function
646 TF_ASSIGN_OR_RETURN(const std::string op_name, GetMlirOpName(op, op_code)); in ConvertOp()