Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dflags.cc26 MarkForCompilationPassFlags* mark_for_compilation_flags; variable
35 Flag("tf_xla_auto_jit", &mark_for_compilation_flags->tf_xla_auto_jit, in AppendMarkForCompilationPassFlagsInternal()
41 &mark_for_compilation_flags->tf_xla_min_cluster_size, in AppendMarkForCompilationPassFlagsInternal()
46 &mark_for_compilation_flags->tf_xla_max_cluster_size, in AppendMarkForCompilationPassFlagsInternal()
49 &mark_for_compilation_flags->tf_xla_clustering_debug, in AppendMarkForCompilationPassFlagsInternal()
52 &mark_for_compilation_flags->tf_xla_cpu_global_jit, in AppendMarkForCompilationPassFlagsInternal()
55 &mark_for_compilation_flags->tf_xla_clustering_fuel, in AppendMarkForCompilationPassFlagsInternal()
59 &mark_for_compilation_flags->tf_xla_fusion_only, in AppendMarkForCompilationPassFlagsInternal()
63 &mark_for_compilation_flags in AppendMarkForCompilationPassFlagsInternal()
74 mark_for_compilation_flags = new MarkForCompilationPassFlags; in AllocateAndParseFlags()
[all …]