Home
last modified time | relevance | path

Searched defs:HloVerifierOpts (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.h32 struct HloVerifierOpts { struct
33 HloVerifierOpts&& MakeLayoutSensitive() { in MakeLayoutSensitive() argument
38 HloVerifierOpts&& WithLayoutSensitive(bool layout_sensitive_p) { in WithLayoutSensitive() argument
43 HloVerifierOpts&& WithAllowMixedPrecision(bool allow_mixed_precision_p) { in WithAllowMixedPrecision() argument
48 HloVerifierOpts&& AllowMixedPrecision() { in AllowMixedPrecision() argument
53 HloVerifierOpts&& VerifyBroadcastDimensionsOrder() { in VerifyBroadcastDimensionsOrder() argument
58 HloVerifierOpts&& VerifyReshapeIsBitcast() { in VerifyReshapeIsBitcast() argument
63 HloVerifierOpts&& VerifyCustomCallNestedComputationThreadName() { in VerifyCustomCallNestedComputationThreadName() argument
68 HloVerifierOpts&& WithAllowBitcastToHaveDifferentSize(bool allow) { in WithAllowBitcastToHaveDifferentSize() argument
73 HloVerifierOpts&& WithInstructionCanChangeLayout( in WithInstructionCanChangeLayout() argument
[all …]