mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-02 23:39:58 +00:00
27 lines
531 B
Text
27 lines
531 B
Text
|
|
[
|
||
|
|
{
|
||
|
|
"name": "tanh with no attributes",
|
||
|
|
"operator": "Tanh",
|
||
|
|
"attributes": [],
|
||
|
|
"cases": [
|
||
|
|
{
|
||
|
|
"name": "T[2,4]",
|
||
|
|
"inputs": [
|
||
|
|
{
|
||
|
|
"data": [-1000, -1, 0, 0.1, 0.2, 0.3, 0.4, 1000],
|
||
|
|
"dims": [2, 4],
|
||
|
|
"type": "float32"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"outputs": [
|
||
|
|
{
|
||
|
|
"data": [-1, -0.761594, 0, 0.099668, 0.197375, 0.291313, 0.379949, 1],
|
||
|
|
"dims": [2, 4],
|
||
|
|
"type": "float32"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|