Home
last modified time | relevance | path

Searched defs:min_float_ops (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/
Dtfprof_options.proto17 int64 min_float_ops = 5; field
Dtfprof_options.h159 tensorflow::int64 min_float_ops; member
/external/tensorflow/tensorflow/python/profiler/
Doption_builder.py299 def with_min_float_operations(self, min_float_ops): argument