Home
last modified time | relevance | path

Searched defs:CreateNode (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/utils/
Dframe_test.cc28 static NodeDef CreateNode(const string& name, in CreateNode() function in tensorflow::grappler::__anon7495f9770111::IdentifyFramesTest
32 static NodeDef CreateNode(const string& name, const string& op, in CreateNode() function in tensorflow::grappler::__anon7495f9770111::IdentifyFramesTest
36 static NodeDef CreateNode(const string& name, const string& op, in CreateNode() function in tensorflow::grappler::__anon7495f9770111::IdentifyFramesTest
Dtraversal_test.cc29 static NodeDef CreateNode(const string& name, in CreateNode() function in tensorflow::grappler::__anon04b489800111::TraversalTest
33 static NodeDef CreateNode(const string& name, const string& op, in CreateNode() function in tensorflow::grappler::__anon04b489800111::TraversalTest
Dtopological_sort_test.cc28 static NodeDef CreateNode(const string& name, in CreateNode() function in tensorflow::grappler::__anon217db9d00111::TopologicalSortTest
32 static NodeDef CreateNode(const string& name, const string& op, in CreateNode() function in tensorflow::grappler::__anon217db9d00111::TopologicalSortTest
Dscc_test.cc41 static NodeDef CreateNode(const string& name, in CreateNode() function in tensorflow::grappler::__anon61f011e50111::SCCTest
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DTraceDebugEventListener.cs88 public override void CreateNode(object t) { in CreateNode() method in Antlr.Runtime.Debug.TraceDebugEventListener
95 public override void CreateNode(object node, IToken token) { in CreateNode() method in Antlr.Runtime.Debug.TraceDebugEventListener
DBlankDebugEventListener.cs116 public virtual void CreateNode(object t) { in CreateNode() method in Antlr.Runtime.Debug.BlankDebugEventListener
118 public virtual void CreateNode(object node, IToken token) { in CreateNode() method in Antlr.Runtime.Debug.BlankDebugEventListener
DIDebugEventListener.cs331 void CreateNode(object t); in CreateNode() method
341 void CreateNode(object node, IToken token); in CreateNode() method
DDebugEventHub.cs262 public virtual void CreateNode(object t) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventHub
269 public virtual void CreateNode(object node, IToken token) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventHub
DDebugEventRepeater.cs143 public virtual void CreateNode(object t) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventRepeater
146 public virtual void CreateNode(object node, IToken token) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventRepeater
DDebugEventSocketProxy.cs317 public override void CreateNode(object t) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventSocketProxy
330 public override void CreateNode(object node, IToken token) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventSocketProxy
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DTraceDebugEventListener.cs99 public override void CreateNode( object t ) in CreateNode() method in Antlr.Runtime.Debug.TraceDebugEventListener
107 public override void CreateNode( object node, IToken token ) in CreateNode() method in Antlr.Runtime.Debug.TraceDebugEventListener
DBlankDebugEventListener.cs146 public virtual void CreateNode( object t ) in CreateNode() method in Antlr.Runtime.Debug.BlankDebugEventListener
149 public virtual void CreateNode( object node, IToken token ) in CreateNode() method in Antlr.Runtime.Debug.BlankDebugEventListener
DDebugEventHub.cs319 public virtual void CreateNode( object t ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventHub
328 public virtual void CreateNode( object node, IToken token ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventHub
DDebugEventRepeater.cs173 public virtual void CreateNode( object t ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventRepeater
177 public virtual void CreateNode( object node, IToken token ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventRepeater
DDebugEventSocketProxy.cs360 public override void CreateNode( object t ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventSocketProxy
374 public override void CreateNode( object node, IToken token ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventSocketProxy
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
DIDebugEventListener.cs333 void CreateNode( object t ); in CreateNode() method
343 void CreateNode( object node, IToken token ); in CreateNode() method
/external/tensorflow/tensorflow/core/profiler/internal/advisor/
Dtfprof_advisor_test.cc38 std::unique_ptr<TFGraphNode> CreateNode(const string& name, in CreateNode() function in tensorflow::tfprof::TFProfAdvisorTest
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1270 function CreateNode(const Payload: IToken): IANTLRInterface; overload; virtual; abstract; in CreateNode() function
1282 …function CreateNode(const TokenType: Integer; const FromToken: IToken): IANTLRInterface; overload;… in CreateNode() function
1283 function CreateNode(const TokenType: Integer; const FromToken: IToken; in CreateNode() function
1285 …function CreateNode(const TokenType: Integer; const Text: String): IANTLRInterface; overload; virt… in CreateNode() function
1318 function CreateNode(const Payload: IToken): IANTLRInterface; overload; override; in CreateNode() function
2720 function TBaseTreeAdaptor.CreateNode(const TokenType: Integer; in CreateNode() function
2730 function TBaseTreeAdaptor.CreateNode(const TokenType: Integer; in CreateNode() function
2739 function TBaseTreeAdaptor.CreateNode(const TokenType: Integer; in CreateNode() function
2882 function TCommonTreeAdaptor.CreateNode(const Payload: IToken): IANTLRInterface; in CreateNode() function
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp220 CXFA_Node* CXFA_Document::CreateNode(XFA_PacketType packet, in CreateNode() function in CXFA_Document
/external/tensorflow/tensorflow/tools/graph_transforms/
Dsparsify_gather_test.cc41 NodeDef* CreateNode(const StringPiece name, const StringPiece op, in CreateNode() function in tensorflow::graph_transforms::SparsifyGatherTest