Home
last modified time | relevance | path

Searched refs:enable_grappler (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/tfrt/saved_model/tests/
Dsaved_model_test.cc38 bool enable_grappler = false; member
59 options.graph_execution_options.compile_options.enable_grappler = in TEST_P()
60 GetParam().enable_grappler; in TEST_P()
674 options.graph_execution_options.compile_options.enable_grappler = true; in TEST()
695 options.graph_execution_options.compile_options.enable_grappler = true; in TEST()
852 options.graph_execution_options.compile_options.enable_grappler = true; in TEST_P()
888 options.graph_execution_options.compile_options.enable_grappler = true; in TEST()
919 options.graph_execution_options.compile_options.enable_grappler = true; in TEST()
938 options.graph_execution_options.compile_options.enable_grappler = true; in TEST()
970 options.graph_execution_options.compile_options.enable_grappler = true; in TEST()
Dsaved_model_gpu_test.cc40 options.graph_execution_options.compile_options.enable_grappler = true; in TEST()
/external/tensorflow/tensorflow/core/tfrt/saved_model/
Dsaved_model_testutil.cc48 bool, enable_grappler, false,
67 compile_options.enable_grappler = absl::GetFlag(FLAGS_enable_grappler); in DefaultSavedModelOptions()
181 compile_options.enable_grappler = true; in DefaultTpuModelOptions()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/function/
Dfunction.h50 enable_grappler = false; in TfrtFunctionCompileOptions()
/external/tensorflow/tensorflow/core/tfrt/eager/
Dtransform_graph_function.cc38 EagerContext* eager_ctx, bool enable_grappler, in TransformGraphFunction() argument
141 if (enable_grappler) { in TransformGraphFunction()
Dtransform_graph_function.h46 EagerContext* eager_ctx, bool enable_grappler,
Dfunction_cache.cc86 compile_options.enable_grappler, &fbody, std::move(graph), input_devices, in GetOrAddFunction()
Dc_api_tfrt.cc1523 compile_options.enable_grappler = it->second.b(); in Initialize()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/translate/
Dtfrt_compile_options.h52 bool enable_grappler = true; member
/external/tensorflow/tensorflow/core/tfrt/graph_executor/
Dgraph_execution_options.cc31 ->set_disable_meta_optimizer(!options.compile_options.enable_grappler); in CreateDefaultSessionOptions()
/external/tensorflow/tensorflow/c/eager/
Dc_api_test.cc1174 void RunAddFunction(bool use_tfrt, bool enable_grappler) { in RunAddFunction() argument
1195 if (enable_grappler) { in RunAddFunction()
1212 TFE_OpSetAttrBool(op, "TFRT_TEST_enable_grappler", enable_grappler); in RunAddFunction()
1245 if (enable_grappler) in RunAddFunction()