Home
last modified time | relevance | path

Searched refs:tf_xla_min_cluster_size (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dflags.cc89 &mark_for_compilation_flags->tf_xla_min_cluster_size, in AppendMarkForCompilationPassFlagsInternal()
148 mark_for_compilation_flags->tf_xla_min_cluster_size = 4; in AllocateAndParseFlags()
Dflags.h54 int32 tf_xla_min_cluster_size; member
Dmark_for_compilation_pass.cc1736 debug_options.min_cluster_size = flags->tf_xla_min_cluster_size; in Run()
1754 debug_options.min_cluster_size = flags->tf_xla_min_cluster_size; in RunForTest()
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc78 flags->tf_xla_min_cluster_size = 1; in TF_EnableXLACompilation()
117 flags->tf_xla_min_cluster_size = size; in TF_SetXlaMinClusterSize()
135 flags->tf_xla_min_cluster_size = 1; in TF_CreateConfig()