Home
last modified time | relevance | path

Searched defs:compile_node (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/lib2to3/
Dpatcomp.py67 def compile_node(self, node): member in PatternCompiler
/external/python/cpython3/Lib/lib2to3/
Dpatcomp.py67 def compile_node(self, node): member in PatternCompiler
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dhost_training_loop_optimization_util.cc114 Status ExtractExecuteNodeInfo(const Node* compile_node, const Graph& graph, in ExtractExecuteNodeInfo()
462 const auto compile_node = node_it->second; in AddReshardOp() local
Ddistributed_tpu_rewrite_pass.cc2659 Node** compile_node, int64_t autotuner_thresh) { in BuildCompileNode()
2890 Node* compile_node, Node* key_placeholder_node, Graph* graph) { in ConnectHostComputeNodes()
3308 Node* compile_node, const std::vector<Node*>& variable_reads, in BuildExecuteNodes()
4624 Node* replicate_node, Node* compile_node, in BuildCompilationStatusReturnNodes()
4879 Node* compile_node; in RewriteTPUReplicateNode() local
/external/python/cpython2/Lib/compiler/
Dtransformer.py145 def compile_node(self, node): member in Transformer