blob: adba97994ff60fedf6829ab5e71c998d02ff9f54 [file] [log] [blame]
River Riddle995ab922022-07-20 01:22:551// RUN: mlir-opt -allow-unregistered-dialect %s -verify-diagnostics -split-input-file | FileCheck %s
2
3// CHECK: attr = dense_resource<blob1> : tensor<3xi64>
4"test.user_op"() {attr = dense_resource<blob1> : tensor<3xi64> } : () -> ()
5
6{-#
7 dialect_resources: {
8 builtin: {
9 // CHECK: blob1: "0x08000000010000000000000002000000000000000300000000000000"
10 blob1: "0x08000000010000000000000002000000000000000300000000000000"
11 }
12 }
13#-}