Skip to content

Commit 52911a4

Browse files
Update ops-related pbtxt files.
PiperOrigin-RevId: 200191144
1 parent 4102ccf commit 52911a4

File tree

2 files changed

+92
-0
lines changed

2 files changed

+92
-0
lines changed

tensorflow/core/ops/compat/ops_history.v1.pbtxt

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10085,6 +10085,52 @@ op {
1008510085
}
1008610086
}
1008710087
}
10088+
op {
10089+
name: "BesselI0e"
10090+
input_arg {
10091+
name: "x"
10092+
type_attr: "T"
10093+
}
10094+
output_arg {
10095+
name: "y"
10096+
type_attr: "T"
10097+
}
10098+
attr {
10099+
name: "T"
10100+
type: "type"
10101+
allowed_values {
10102+
list {
10103+
type: DT_BFLOAT16
10104+
type: DT_HALF
10105+
type: DT_FLOAT
10106+
type: DT_DOUBLE
10107+
}
10108+
}
10109+
}
10110+
}
10111+
op {
10112+
name: "BesselI1e"
10113+
input_arg {
10114+
name: "x"
10115+
type_attr: "T"
10116+
}
10117+
output_arg {
10118+
name: "y"
10119+
type_attr: "T"
10120+
}
10121+
attr {
10122+
name: "T"
10123+
type: "type"
10124+
allowed_values {
10125+
list {
10126+
type: DT_BFLOAT16
10127+
type: DT_HALF
10128+
type: DT_FLOAT
10129+
type: DT_DOUBLE
10130+
}
10131+
}
10132+
}
10133+
}
1008810134
op {
1008910135
name: "Betainc"
1009010136
input_arg {

tensorflow/core/ops/ops.pbtxt

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3860,6 +3860,52 @@ op {
38603860
}
38613861
}
38623862
}
3863+
op {
3864+
name: "BesselI0e"
3865+
input_arg {
3866+
name: "x"
3867+
type_attr: "T"
3868+
}
3869+
output_arg {
3870+
name: "y"
3871+
type_attr: "T"
3872+
}
3873+
attr {
3874+
name: "T"
3875+
type: "type"
3876+
allowed_values {
3877+
list {
3878+
type: DT_BFLOAT16
3879+
type: DT_HALF
3880+
type: DT_FLOAT
3881+
type: DT_DOUBLE
3882+
}
3883+
}
3884+
}
3885+
}
3886+
op {
3887+
name: "BesselI1e"
3888+
input_arg {
3889+
name: "x"
3890+
type_attr: "T"
3891+
}
3892+
output_arg {
3893+
name: "y"
3894+
type_attr: "T"
3895+
}
3896+
attr {
3897+
name: "T"
3898+
type: "type"
3899+
allowed_values {
3900+
list {
3901+
type: DT_BFLOAT16
3902+
type: DT_HALF
3903+
type: DT_FLOAT
3904+
type: DT_DOUBLE
3905+
}
3906+
}
3907+
}
3908+
}
38633909
op {
38643910
name: "Betainc"
38653911
input_arg {

0 commit comments

Comments
 (0)