Home
last modified time | relevance | path

Searched refs:TFOp (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_op.h42 class TFOp : public TFMultiShow {
44 explicit TFOp() : TFMultiShow() {} in TFOp() function
45 ~TFOp() override {} in ~TFOp()
Dtfprof_op.cc84 void TFOp::AddNode(TFGraphNode* node) { in AddNode()
94 void TFOp::Build() { in Build()
105 const ShowMultiNode* TFOp::ShowInternal(const Options& opts, in ShowInternal()
195 int64 TFOp::SearchRoot(const std::vector<OpNode*> nodes, in SearchRoot()
211 string TFOp::FormatMemoryNode(int64 node_total_bytes, int64 root_total_bytes, in FormatMemoryNode()
225 string TFOp::FormatNode(OpNode* node, OpNode* root, const Options& opts) const { in FormatNode()
Dtfprof_stats.h111 std::unique_ptr<TFOp> op_view_;
Dtfprof_stats.cc130 op_view_.reset(new TFOp()); in BuildView()