| 684 | return node_.float_ops() * run_count(step); |
| 685 | } |
| 686 | const CallStack* call_stack() { return call_stack_.get(); } |
| 687 | string canonical_device() const { return node_.canonical_device(); } |
| 688 | string host_device() const { return node_.host_device(); } |
| 689 | const std::set<string>& op_types() const { return op_types_; } |