Searched refs:TFOp (Results 1 – 4 of 4) sorted by relevance
42 class TFOp : public TFMultiShow {44 explicit TFOp() : TFMultiShow() {} in TFOp() function45 ~TFOp() override {} in ~TFOp()
81 void TFOp::AddNode(TFGraphNode* node) { in AddNode()91 void TFOp::Build() { in Build()102 const ShowMultiNode* TFOp::ShowInternal(const Options& opts, in ShowInternal()192 int64 TFOp::SearchRoot(const std::vector<OpNode*> nodes, in SearchRoot()209 string TFOp::FormatMemoryNode(int64 node_total_bytes, int64 root_total_bytes, in FormatMemoryNode()222 string TFOp::FormatNode(OpNode* node, OpNode* root, const Options& opts) const { in FormatNode()
110 std::unique_ptr<TFOp> op_view_;
132 op_view_.reset(new TFOp()); in BuildView()