HomeSort by relevance Sort by last modified time
    Searched refs:float_ops (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/python/profiler/
tfprof_logger.py 112 entry.float_ops = int(stats.value)
178 if entry.float_ops > 0 and all_ops[op_name].float_ops == 0:
179 all_ops[op_name].float_ops = entry.float_ops
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_node_show.cc 45 mutable_proto()->set_float_ops(node->float_ops(step));
112 proto().float_ops());
163 mutable_proto()->set_float_ops(node->float_ops());
219 proto().float_ops());
tfprof_node.h 356 void AddFloatOps(int64 float_ops) { node_.set_float_ops(float_ops); }
678 int64 float_ops(int64 step) const { function in class:tensorflow::tfprof::TFGraphNode
681 return node_.float_ops();
683 // Otherwise, return dynamic float_ops.
684 return node_.float_ops() * run_count(step);
813 float_ops_ += node->float_ops(step);
849 int64 float_ops() const { return float_ops_; } function in class:tensorflow::tfprof::TFMultiGraphNode
tfprof_op.cc 287 pct = 100.0 * node->proto().float_ops() / root->proto().total_float_ops();
291 "%30s", strings::Printf("%s float_ops (%.2f%%, %.2f%%)",
292 FormatNumber(node->proto().float_ops()).c_str(),
tfprof_show.cc 85 node->proto().float_ops() < opts.min_float_ops ||
166 fops = FormatNumber(node->proto().float_ops()) + "/" + fops;
249 legends.push_back("# float_ops");
tfprof_stats.cc 253 if (entry.float_ops()) {
254 node->second->AddFloatOps(entry.float_ops());
tfprof_code.cc 230 sample_pb->mutable_value()->Add(gn->float_ops(node->node->step()));
666 fops = FormatNumber(node->proto().float_ops()) + "/" + fops;
  /external/tensorflow/tensorflow/core/profiler/g3doc/
profile_model_architecture.md 58 * If no RunMetadata provided, tfprof count float_ops of each graph node once,
61 float_ops as float_ops * run_count.
68 tfprof> scope -min_float_ops 1 -select float_ops -account_displayed_op_only
69 node name | # float_ops
82 tfprof> op -min_float_ops 1 -select float_ops -account_displayed_op_only -order_by float_ops
83 node name | # float_ops
84 Conv2D 17.63b float_ops (100.00%, 100.00%)
85 MatMul 491.52k float_ops (0.00%, 0.00%
    [all...]
  /external/mesa3d/src/glx/
indirect_vertex_array.c 1155 static const uint16_t float_ops[5] = { local
1271 static const uint16_t float_ops[5] = { local
1413 static const uint16_t float_ops[5] = { local
1619 static const uint16_t float_ops[5] = { local
    [all...]

Completed in 200 milliseconds