Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.h57 struct ArithmeticOptimizerOptions { struct
58 bool combine_add_to_addn = true;
59 bool convert_sqrt_div_to_rsqrt_mul = true;
60 bool dedup_computations = true;
61 bool fold_conjugate_into_transpose = true;
62 bool fold_multiply_into_conv = true;
63 bool fold_transpose_into_matmul = true;
64 bool fuse_squared_diff = true;
65 bool hoist_common_factor_out_of_aggregation = true;
89 static ArithmeticOptimizerOptions Default( in Default() argument