Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/translate/
H A Dtfrt_compile_options.h35 struct TfrtCompileOptions { struct
38 std::string variable_device = "/job:localhost/replica:0/task:0/device:CPU:0";
39 std::string default_device = "/job:localhost/replica:0/task:0/device:CPU:0";
42 bool enable_optimizer = true;
49 bool enable_native_ops = false;
52 bool enable_grappler = true;
61 std::string force_data_format;
65 TfrtTpuInfraTarget tpu_target = TfrtTpuInfraTarget::kNoTpu;
70 bool tpu_fuse_ops = false;
74 bool tpu_move_resource_gather_to_host = false;
[all …]