Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dbuild_xla_ops_pass.cc118 const DebuggingOpts& debugging_opts) { in MergeOutgoingDataEdges() argument
134 if (debugging_opts.print_outputs) { in MergeOutgoingDataEdges()
148 if (debugging_opts.check_output_numerics && in MergeOutgoingDataEdges()
383 const DebuggingOpts& debugging_opts) { in GetXlaRunArgs() argument
389 if (debugging_opts.check_input_numerics && DataTypeIsFloating(o.type())) { in GetXlaRunArgs()
470 const DebuggingOpts& debugging_opts, Graph* g, Node* n) { in ReplaceNodeWithXlaCompileAndXlaRun() argument
509 GetXlaRunArgs(root, cluster_info, debugging_opts); in ReplaceNodeWithXlaCompileAndXlaRun()
546 cluster_info.function.name(), debugging_opts); in ReplaceNodeWithXlaCompileAndXlaRun()
596 DebuggingOpts debugging_opts; in Run() local
597 debugging_opts.print_outputs = flags.tf_xla_print_cluster_outputs; in Run()
[all …]