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.h59 struct ArithmeticOptimizerOptions { struct
60 bool combine_add_to_addn = true;
61 bool convert_sqrt_div_to_rsqrt_mul = true;
62 bool dedup_computations = true;
63 bool fold_conjugate_into_transpose = true;
64 bool fold_multiply_into_conv = true;
65 bool fold_transpose_into_matmul = true;
66 bool fuse_squared_diff = true;
67 bool hoist_common_factor_out_of_aggregation = true;
68 bool hoist_cwise_unary_chains = true;
[all …]