blob: adba97994ff60fedf6829ab5e71c998d02ff9f54 [file] [log] [blame]
// RUN: mlir-opt -allow-unregistered-dialect %s -verify-diagnostics -split-input-file | FileCheck %s
// CHECK: attr = dense_resource<blob1> : tensor<3xi64>
"test.user_op"() {attr = dense_resource<blob1> : tensor<3xi64> } : () -> ()
{-#
dialect_resources: {
builtin: {
// CHECK: blob1: "0x08000000010000000000000002000000000000000300000000000000"
blob1: "0x08000000010000000000000002000000000000000300000000000000"
}
}
#-}