Searched refs:call_ids (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_code.h | 50 std::vector<uint64>* call_ids) = 0; 83 MultiGraphNodeProto* proto, std::vector<uint64>* call_ids);
|
D | tfprof_code.cc | 279 void AddSample(const CodeNode* leaf, std::vector<uint64>* call_ids) override { in AddSample() argument 281 std::reverse_copy(call_ids->begin(), call_ids->end(), in AddSample() 509 std::vector<uint64> call_ids; in ShowInternal() local 512 root->mutable_proto(), &call_ids); in ShowInternal() 530 MultiGraphNodeProto* proto, std::vector<uint64>* call_ids) { in Format() argument 532 pprof_profile_->AddSample(root, call_ids); in Format() 538 call_ids->push_back(loc_id); in Format() 543 Format(node, node->show_children, opts, display_str, child, call_ids); in Format() 545 call_ids->pop_back(); in Format()
|