MCPcopy 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
105XlaOp MaxValue(XlaBuilder* builder, PrimitiveType type) {
106 return ConstantLiteral(builder, LiteralUtil::MaxValue(type));
107}
108
109XlaOp MaxFiniteValue(XlaBuilder* builder, PrimitiveType type) {
110 switch (type) {

Callers 12

CompileMethod · 0.85
InitialValueMethod · 0.85
MaxFiniteValueFunction · 0.85
IsPosInfFunction · 0.85
ErfInv32Function · 0.85
ErfInv64Function · 0.85
ArgMinMaxFunction · 0.85
ArgMinMaxTwoPassFunction · 0.85
XLA_TEST_FFunction · 0.85
ChooseIdentityValueFunction · 0.85
ReduceWindowMinMethod · 0.85

Calls 1

ConstantLiteralFunction · 0.85

Tested by 3

XLA_TEST_FFunction · 0.68
ReduceWindowMinMethod · 0.68