Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/
Dtfprof_options.h115 tensorflow::int64 min_float_ops, tensorflow::int64 min_occurrence, in Options()
134 min_float_ops(min_float_ops), in Options()
159 tensorflow::int64 min_float_ops; member
Dtfprof_options.cc158 opts_pb.min_cpu_micros(), opts_pb.min_params(), opts_pb.min_float_ops(), in FromProtoStr()
203 min_params, kOptions[9], min_float_ops, kOptions[10], min_occurrence, in ToString()
Dtfprof_options.proto17 int64 min_float_ops = 5; field
/external/tensorflow/tensorflow/python/profiler/
Doption_builder.py299 def with_min_float_operations(self, min_float_ops): argument
313 self._options['min_float_ops'] = min_float_ops
Dmodel_analyzer.py77 opts.min_float_ops = options.get('min_float_ops', 0)
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dprofile_model_architecture.md68 tfprof> scope -min_float_ops 1 -select float_ops -account_displayed_op_only
82 tfprof> op -min_float_ops 1 -select float_ops -account_displayed_op_only -order_by float_ops
Doptions.md95 `-min_float_ops`: Show nodes that contain at least this number of float operations. Only available …
Dcommand_line.md140 -min_float_ops 0
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.profiler.-profile-option-builder.pbtxt59 argspec: "args=[\'self\', \'min_float_ops\'], varargs=None, keywords=None, defaults=None"
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show_multi.cc77 node->proto().total_float_ops() < opts.min_float_ops || in ShouldShow()
Dtfprof_show.cc85 node->proto().float_ops() < opts.min_float_ops || in ShouldShow()
Dtfprof_utils.cc186 !strings::safe_strto64(pieces[i + 1], &opts->min_float_ops)) { in ParseCmdLine()