Home | History | Annotate | Download | only in jit

Lines Matching defs:node

31 // stored in node attribute `kXlaInferredShapesAttrName`.
38 // Attribute indicating that some ops in this node's XLA computation has control
39 // dependency on this node. Attribute value will always be "true".
42 // Attribute indicating that this node has control dependency on some ops in
43 // this node's XLA computation. Attribute value will always be "true".
46 // Attribute indicating that this is an Placeholder node added to act as a
47 // temporary input node for an outside compilation node. Attribute value will be
48 // string (original input node name).
51 // Attribute indicating that this is an Placeholder node added to act as a
52 // temporary input node for an outside compilation node. Attribute value will be
56 // Attribute indicating that this node has control dependencies on some other
58 // (node names).
76 const NameAttrList& func_name_attrs, Node* node,
80 node(node),
86 // The XLA computation node in the graph.
87 Node* node;
95 // 0. Remove edges from source node to outside compilation nodes, and edges
96 // from outside compilation nodes to sink node.
98 // and add attr "kXlaControlDependenciesWithinXlaClusterAttrName = src node
99 // name" to dst node.
102 // outside compilation node.
104 // and create a Placeholder node as dst node's input.