MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / DefaultPrecisionConfig

Method DefaultPrecisionConfig

tensorflow/compiler/xla/tests/hlo_test_base.cc:159–164  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

157
158/* static */
159PrecisionConfig HloTestBase::DefaultPrecisionConfig(int operands) {
160 PrecisionConfig precision_config;
161 precision_config.mutable_operand_precision()->Resize(
162 operands, PrecisionConfig::DEFAULT);
163 return precision_config;
164}
165
166DebugOptions HloTestBase::GetDebugOptionsForTest() {
167 auto debug_options = GetDebugOptionsFromFlags();

Callers

nothing calls this directly

Calls 1

ResizeMethod · 0.45

Tested by

no test coverage detected