Searched refs:min_float_ops (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_options.h | 112 int64_t min_cpu_micros, int64_t min_params, int64_t min_float_ops, in Options() 131 min_float_ops(min_float_ops), in Options() 156 int64_t min_float_ops; member
|
D | tfprof_options.cc | 155 opts_pb.min_cpu_micros(), opts_pb.min_params(), opts_pb.min_float_ops(), in FromProtoStr() 206 kOptions[9], min_float_ops, in ToString()
|
D | tfprof_options.proto | 17 int64 min_float_ops = 5; field
|
/external/tensorflow/tensorflow/python/profiler/ |
D | option_builder.py | 295 def with_min_float_operations(self, min_float_ops): argument 309 self._options['min_float_ops'] = min_float_ops
|
D | model_analyzer.py | 74 opts.min_float_ops = options.get('min_float_ops', 0)
|
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
D | profile_model_architecture.md | 68 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
|
D | options.md | 95 `-min_float_ops`: Show nodes that contain at least this number of float operations. Only available …
|
D | command_line.md | 140 -min_float_ops 0
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.profiler.-profile-option-builder.pbtxt | 59 argspec: "args=[\'self\', \'min_float_ops\'], varargs=None, keywords=None, defaults=None"
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_show_multi.cc | 77 node->proto().total_float_ops() < opts.min_float_ops || in ShouldShow()
|
D | tfprof_show.cc | 86 node->proto().float_ops() < opts.min_float_ops || in ShouldShow()
|
D | tfprof_utils.cc | 186 !absl::SimpleAtoi(pieces[i + 1], &opts->min_float_ops)) { in ParseCmdLine()
|