Searched defs:TfrtCompileOptions (Results 1 – 1 of 1) sorted by relevance
24 struct TfrtCompileOptions { struct27 std::string variable_device = "/job:localhost/replica:0/task:0/device:CPU:0";28 std::string default_device = "/job:localhost/replica:0/task:0/device:CPU:0";31 bool enable_optimizer = true;35 bool enable_native_ops = true;38 bool enable_grappler = false;47 std::string force_data_format;53 bool target_tpu = false;60 bool hoist_invariant_ops = false;71 std::vector<std::string> auto_fusion_oplist;[all …]