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()
84 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()
111 std::unique_ptr<TFOp> op_view_;
130 op_view_.reset(new TFOp()); in BuildView()