Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ MaxValue
Function
MaxValue
tensorflow/compiler/xla/client/lib/constants.cc:105–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
XlaOp MaxValue(XlaBuilder* builder, PrimitiveType type) {
106
return ConstantLiteral(builder, LiteralUtil::MaxValue(type));
107
}
108
109
XlaOp MaxFiniteValue(XlaBuilder* builder, PrimitiveType type) {
110
switch (type) {
Callers
12
Compile
Method · 0.85
InitialValue
Method · 0.85
MaxFiniteValue
Function · 0.85
IsPosInf
Function · 0.85
ErfInv32
Function · 0.85
ErfInv64
Function · 0.85
ArgMinMax
Function · 0.85
ArgMinMaxTwoPass
Function · 0.85
XLA_TEST_F
Function · 0.85
BuildComparatorAndComparisons
Function · 0.85
ChooseIdentityValue
Function · 0.85
ReduceWindowMin
Method · 0.85
Calls
1
ConstantLiteral
Function · 0.85
Tested by
3
XLA_TEST_F
Function · 0.68
BuildComparatorAndComparisons
Function · 0.68
ReduceWindowMin
Method · 0.68