HomeSort by relevance Sort by last modified time
    Searched refs:OpNode (Results 1 - 20 of 20) sorted by null

  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_op.h 55 int64 SearchRoot(const std::vector<OpNode*> nodes,
66 string FormatNode(OpNode* node, OpNode* root, const Options& opts) const;
70 std::unique_ptr<OpNode> root_;
71 std::map<string, std::unique_ptr<OpNode>> cnodes_map_;
tfprof_node_show.h 20 // is for code view and OpNode for op view.
22 // CodeNode and OpNode each maps to one TFMultiGraphNode.
150 class OpNode : public ShowMultiNode {
152 explicit OpNode(TFMultiGraphNode* node) : ShowMultiNode(node) {}
153 ~OpNode() override {}
tfprof_op.cc 97 std::unique_ptr<OpNode>(new OpNode(tn.second.get()));
102 root_.reset(new OpNode(tfcnodes_map_[kTFProfRoot].get()));
125 std::vector<OpNode*> nodes;
134 OpNode* pre = nullptr;
135 std::vector<OpNode*> account_nodes;
150 std::vector<OpNode*> show_nodes;
153 OpNode* n = account_nodes[i];
178 for (OpNode* node : show_nodes) {
195 int64 TFOp::SearchRoot(const std::vector<OpNode*> nodes
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.h 80 bool SelectADDRri_imp(SDNode *OpNode, SDValue Addr, SDValue &Base,
82 bool SelectADDRri(SDNode *OpNode, SDValue Addr, SDValue &Base,
84 bool SelectADDRri64(SDNode *OpNode, SDValue Addr, SDValue &Base,
87 bool SelectADDRsi_imp(SDNode *OpNode, SDValue Addr, SDValue &Base,
89 bool SelectADDRsi(SDNode *OpNode, SDValue Addr, SDValue &Base,
91 bool SelectADDRsi64(SDNode *OpNode, SDValue Addr, SDValue &Base,
NVPTXISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.h 85 bool SelectADDRri_imp(SDNode *OpNode, SDValue Addr, SDValue &Base,
87 bool SelectADDRri(SDNode *OpNode, SDValue Addr, SDValue &Base,
89 bool SelectADDRri64(SDNode *OpNode, SDValue Addr, SDValue &Base,
91 bool SelectADDRsi_imp(SDNode *OpNode, SDValue Addr, SDValue &Base,
93 bool SelectADDRsi(SDNode *OpNode, SDValue Addr, SDValue &Base,
95 bool SelectADDRsi64(SDNode *OpNode, SDValue Addr, SDValue &Base,
NVPTXISelDAGToDAG.cpp     [all...]
  /external/tensorflow/tensorflow/lite/delegates/flex/
kernel.cc 44 // TensorFlow Ops that should be executed in order (which we call an OpNode).
54 struct OpNode;
59 OpNode* node;
176 class OpNode {
178 OpNode(const TfLiteIntArray* inputs, const TfLiteIntArray* outputs)
180 ~OpNode() {
315 OpNode(const OpNode&) = delete;
316 OpNode& operator=(const OpNode&) = delete
    [all...]
  /external/skia/src/gpu/
GrAuditTrail.cpp 42 // Our algorithm doesn't bother to reorder inside of an OpNode so the ChildID will start at 0
46 // We use the op pointer as a key to find the OpNode we are 'glomming' ops onto
48 OpNode* opNode = new OpNode(proxyID);
49 opNode->fBounds = op->bounds();
50 opNode->fChildren.push_back(auditOp);
51 fOpList.emplace_back(opNode);
60 OpNode& consumerOp = *fOpList[index];
67 OpNode& consumedOp = *fOpList[consumedIndex]
    [all...]
  /external/skqp/src/gpu/
GrAuditTrail.cpp 42 // Our algorithm doesn't bother to reorder inside of an OpNode so the ChildID will start at 0
46 // We use the op pointer as a key to find the OpNode we are 'glomming' ops onto
48 OpNode* opNode = new OpNode(proxyID);
49 opNode->fBounds = op->bounds();
50 opNode->fChildren.push_back(auditOp);
51 fOpList.emplace_back(opNode);
60 OpNode& consumerOp = *fOpList[index];
67 OpNode& consumedOp = *fOpList[consumedIndex]
    [all...]
  /external/skia/include/private/
GrAuditTrail.h 140 struct OpNode {
141 OpNode(const GrSurfaceProxy::UniqueID& proxyID) : fProxyUniqueID(proxyID) { }
148 typedef SkTArray<std::unique_ptr<OpNode>, true> OpList;
  /external/skqp/include/private/
GrAuditTrail.h 140 struct OpNode {
141 OpNode(const GrSurfaceProxy::UniqueID& proxyID) : fProxyUniqueID(proxyID) { }
148 typedef SkTArray<std::unique_ptr<OpNode>, true> OpList;
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 537 SDValue OpNode =
541 return DAG.getNode(Opc, DL, VT, N0.getOperand(0), OpNode);
545 SDValue OpNode = DAG.getNode(Opc, N0.getDebugLoc(), VT,
547 AddToWorkList(OpNode.getNode());
548 return DAG.getNode(Opc, DL, VT, OpNode, N0.getOperand(1));
555 SDValue OpNode =
559 return DAG.getNode(Opc, DL, VT, N1.getOperand(0), OpNode);
563 SDValue OpNode = DAG.getNode(Opc, N0.getDebugLoc(), VT,
565 AddToWorkList(OpNode.getNode());
566 return DAG.getNode(Opc, DL, VT, OpNode, N1.getOperand(1))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 3284 milliseconds