Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EnumNameBuiltinOperator (0.15 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_operator.cc

      return builder.getStringAttr(option_name);
    }
    
    }  // namespace
    
    bool mlir::IsStablehloOp(const tflite::OperatorCodeT& op_code) {
      llvm::StringRef op_name(
          tflite::EnumNameBuiltinOperator(tflite::GetBuiltinCode(&op_code)));
      return op_name.starts_with("STABLEHLO_");
    }
    
    std::string mlir::GetMlirOpNameFromOpCode(
        const tflite::OperatorCodeT& op_code) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 38K bytes
    - Viewed (0)
Back to top